DX12DefaultAnyHitShader.h 73 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  1. #if 0
  2. ; shader debug name: x64\Debug\DX12DefaultAnyHitShader.pdb
  3. ; shader hash: d790765ffc87abe7d5e8065ef0b29dfc
  4. ;
  5. ; Buffer Definitions:
  6. ;
  7. ; Resource bind info for textureIdBuffer
  8. ; {
  9. ;
  10. ; int $Element; ; Offset: 0 Size: 4
  11. ;
  12. ; }
  13. ;
  14. ; Resource bind info for indexBuffer
  15. ; {
  16. ;
  17. ; int $Element; ; Offset: 0 Size: 4
  18. ;
  19. ; }
  20. ;
  21. ; Resource bind info for vertexData
  22. ; {
  23. ;
  24. ; struct struct.VertexData
  25. ; {
  26. ;
  27. ; float2 texcoord; ; Offset: 0
  28. ; float3 normal; ; Offset: 8
  29. ;
  30. ; } $Element; ; Offset: 0 Size: 20
  31. ;
  32. ; }
  33. ;
  34. ; Resource bind info for polygonSizeBuffer
  35. ; {
  36. ;
  37. ; int $Element; ; Offset: 0 Size: 4
  38. ;
  39. ; }
  40. ;
  41. ;
  42. ; Resource Bindings:
  43. ;
  44. ; Name Type Format Dim ID HLSL Bind Count
  45. ; ------------------------------ ---------- ------- ----------- ------- -------------- ------
  46. ; gSampler sampler NA NA S0 s0 1
  47. ; textures texture f32 2d T0 t0,space1unbounded
  48. ; textureIdBuffer texture struct r/o T1 t1,space2 1
  49. ; indexBuffer texture struct r/o T2 t1,space3 1
  50. ; vertexData texture struct r/o T3 t1,space4 1
  51. ; polygonSizeBuffer texture struct r/o T4 t1,space5 1
  52. ;
  53. target datalayout = "e-m:e-p:32:32-i1:32-i8:32-i16:32-i32:32-i64:64-f16:32-f32:32-f64:64-n8:16:32:64"
  54. target triple = "dxil-ms-dx"
  55. %dx.types.Handle = type { i8* }
  56. %struct.HitInfo = type { [5 x <4 x float>], [5 x float], i32 }
  57. %struct.Attributes = type { <2 x float> }
  58. %dx.types.ResourceProperties = type { i32, i32 }
  59. %dx.types.ResRet.i32 = type { i32, i32, i32, i32, i32 }
  60. %dx.types.ResRet.f32 = type { float, float, float, float, i32 }
  61. %"class.Texture2D<vector<float, 4> >" = type { <4 x float>, %"class.Texture2D<vector<float, 4> >::mips_type" }
  62. %"class.Texture2D<vector<float, 4> >::mips_type" = type { i32 }
  63. %"class.StructuredBuffer<int>" = type { i32 }
  64. %"class.StructuredBuffer<VertexData>" = type { %struct.VertexData }
  65. %struct.VertexData = type { <2 x float>, <3 x float> }
  66. %struct.SamplerState = type { i32 }
  67. @"\01?textures@@3PAV?$Texture2D@V?$vector@M$03@@@@A" = external constant [0 x %dx.types.Handle], align 4
  68. @"\01?gSampler@@3USamplerState@@A" = external constant %dx.types.Handle, align 4
  69. @"\01?textureIdBuffer@@3V?$StructuredBuffer@H@@A" = external constant %dx.types.Handle, align 4
  70. @"\01?indexBuffer@@3V?$StructuredBuffer@H@@A" = external constant %dx.types.Handle, align 4
  71. @"\01?vertexData@@3V?$StructuredBuffer@UVertexData@@@@A" = external constant %dx.types.Handle, align 4
  72. @"\01?polygonSizeBuffer@@3V?$StructuredBuffer@H@@A" = external constant %dx.types.Handle, align 4
  73. @dx.nothing.a = internal constant [1 x i32] zeroinitializer
  74. ; Function Attrs: nounwind
  75. define void @"\01?AnyHit@@YAXUHitInfo@@UAttributes@@@Z"(%struct.HitInfo* noalias %payload, %struct.Attributes* %attrib) #0 {
  76. %1 = load %dx.types.Handle, %dx.types.Handle* @"\01?gSampler@@3USamplerState@@A"
  77. %2 = load %dx.types.Handle, %dx.types.Handle* @"\01?polygonSizeBuffer@@3V?$StructuredBuffer@H@@A"
  78. %3 = load %dx.types.Handle, %dx.types.Handle* @"\01?vertexData@@3V?$StructuredBuffer@UVertexData@@@@A"
  79. %4 = load %dx.types.Handle, %dx.types.Handle* @"\01?indexBuffer@@3V?$StructuredBuffer@H@@A"
  80. %5 = load %dx.types.Handle, %dx.types.Handle* @"\01?textureIdBuffer@@3V?$StructuredBuffer@H@@A"
  81. %6 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  82. %7 = call i32 @dx.op.primitiveIndex.i32(i32 161) ; PrimitiveIndex()
  83. %8 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  84. %9 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  85. %10 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  86. %11 = icmp sge i32 %7, 0
  87. br i1 %11, label %12, label %34
  88. ; <label>:12 ; preds = %0
  89. br label %13
  90. ; <label>:13 ; preds = %27, %12
  91. %14 = phi i32 [ 0, %12 ], [ %28, %27 ]
  92. %15 = phi i32 [ %7, %12 ], [ %20, %27 ]
  93. %16 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %2) ; CreateHandleForLib(Resource)
  94. %17 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %16, %dx.types.ResourceProperties { i32 12, i32 4 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=4>
  95. %18 = call %dx.types.ResRet.i32 @dx.op.rawBufferLoad.i32(i32 139, %dx.types.Handle %17, i32 %14, i32 0, i8 1, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  96. %19 = extractvalue %dx.types.ResRet.i32 %18, 0
  97. %20 = sub nsw i32 %15, %19
  98. %21 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  99. %22 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %5) ; CreateHandleForLib(Resource)
  100. %23 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %22, %dx.types.ResourceProperties { i32 12, i32 4 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=4>
  101. %24 = call %dx.types.ResRet.i32 @dx.op.rawBufferLoad.i32(i32 139, %dx.types.Handle %23, i32 %14, i32 0, i8 1, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  102. %25 = extractvalue %dx.types.ResRet.i32 %24, 0
  103. %26 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  104. br label %27
  105. ; <label>:27 ; preds = %13
  106. %28 = add nsw i32 %14, 1
  107. %29 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  108. %30 = icmp sge i32 %20, 0
  109. %31 = icmp ne i1 %30, false
  110. %32 = icmp ne i1 %31, false
  111. br i1 %32, label %13, label %33
  112. ; <label>:33 ; preds = %27
  113. br label %34
  114. ; <label>:34 ; preds = %33, %0
  115. %35 = phi i32 [ %25, %33 ], [ 0, %0 ]
  116. %36 = getelementptr inbounds [0 x %dx.types.Handle], [0 x %dx.types.Handle]* @"\01?textures@@3PAV?$Texture2D@V?$vector@M$03@@@@A", i32 0, i32 %35
  117. %37 = load %dx.types.Handle, %dx.types.Handle* %36
  118. %38 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  119. %39 = call i32 @dx.op.primitiveIndex.i32(i32 161) ; PrimitiveIndex()
  120. %40 = mul i32 %39, 3
  121. %41 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  122. %42 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %4) ; CreateHandleForLib(Resource)
  123. %43 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %42, %dx.types.ResourceProperties { i32 12, i32 4 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=4>
  124. %44 = call %dx.types.ResRet.i32 @dx.op.rawBufferLoad.i32(i32 139, %dx.types.Handle %43, i32 %40, i32 0, i8 1, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  125. %45 = extractvalue %dx.types.ResRet.i32 %44, 0
  126. %46 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %3) ; CreateHandleForLib(Resource)
  127. %47 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %46, %dx.types.ResourceProperties { i32 524, i32 20 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=20>
  128. %48 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  129. %49 = call %dx.types.ResRet.f32 @dx.op.rawBufferLoad.f32(i32 139, %dx.types.Handle %47, i32 %45, i32 0, i8 3, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  130. %50 = extractvalue %dx.types.ResRet.f32 %49, 0
  131. %51 = extractvalue %dx.types.ResRet.f32 %49, 1
  132. %52 = add nsw i32 %40, 1
  133. %53 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %4) ; CreateHandleForLib(Resource)
  134. %54 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %53, %dx.types.ResourceProperties { i32 12, i32 4 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=4>
  135. %55 = call %dx.types.ResRet.i32 @dx.op.rawBufferLoad.i32(i32 139, %dx.types.Handle %54, i32 %52, i32 0, i8 1, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  136. %56 = extractvalue %dx.types.ResRet.i32 %55, 0
  137. %57 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %3) ; CreateHandleForLib(Resource)
  138. %58 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %57, %dx.types.ResourceProperties { i32 524, i32 20 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=20>
  139. %59 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  140. %60 = call %dx.types.ResRet.f32 @dx.op.rawBufferLoad.f32(i32 139, %dx.types.Handle %58, i32 %56, i32 0, i8 3, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  141. %61 = extractvalue %dx.types.ResRet.f32 %60, 0
  142. %62 = extractvalue %dx.types.ResRet.f32 %60, 1
  143. %63 = add nsw i32 %40, 2
  144. %64 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %4) ; CreateHandleForLib(Resource)
  145. %65 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %64, %dx.types.ResourceProperties { i32 12, i32 4 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=4>
  146. %66 = call %dx.types.ResRet.i32 @dx.op.rawBufferLoad.i32(i32 139, %dx.types.Handle %65, i32 %63, i32 0, i8 1, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  147. %67 = extractvalue %dx.types.ResRet.i32 %66, 0
  148. %68 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %3) ; CreateHandleForLib(Resource)
  149. %69 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %68, %dx.types.ResourceProperties { i32 524, i32 20 }) ; AnnotateHandle(res,props) resource: StructuredBuffer<stride=20>
  150. %70 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  151. %71 = call %dx.types.ResRet.f32 @dx.op.rawBufferLoad.f32(i32 139, %dx.types.Handle %69, i32 %67, i32 0, i8 3, i32 4) ; RawBufferLoad(srv,index,elementOffset,mask,alignment)
  152. %72 = extractvalue %dx.types.ResRet.f32 %71, 0
  153. %73 = extractvalue %dx.types.ResRet.f32 %71, 1
  154. %74 = getelementptr inbounds %struct.Attributes, %struct.Attributes* %attrib, i32 0, i32 0
  155. %75 = load <2 x float>, <2 x float>* %74, align 4
  156. %76 = extractelement <2 x float> %75, i32 0
  157. %77 = fsub fast float 1.000000e+00, %76
  158. %78 = getelementptr inbounds %struct.Attributes, %struct.Attributes* %attrib, i32 0, i32 0
  159. %79 = load <2 x float>, <2 x float>* %78, align 4
  160. %80 = extractelement <2 x float> %79, i32 1
  161. %81 = fsub fast float %77, %80
  162. %82 = fmul fast float %50, %81
  163. %83 = fmul fast float %51, %81
  164. %84 = getelementptr inbounds %struct.Attributes, %struct.Attributes* %attrib, i32 0, i32 0
  165. %85 = load <2 x float>, <2 x float>* %84, align 4
  166. %86 = extractelement <2 x float> %85, i32 0
  167. %87 = extractelement <2 x float> %85, i32 0
  168. %88 = fmul fast float %61, %86
  169. %89 = fmul fast float %62, %87
  170. %90 = fadd fast float %82, %88
  171. %91 = fadd fast float %83, %89
  172. %92 = getelementptr inbounds %struct.Attributes, %struct.Attributes* %attrib, i32 0, i32 0
  173. %93 = load <2 x float>, <2 x float>* %92, align 4
  174. %94 = extractelement <2 x float> %93, i32 1
  175. %95 = extractelement <2 x float> %93, i32 1
  176. %96 = fmul fast float %72, %94
  177. %97 = fmul fast float %73, %95
  178. %98 = fadd fast float %90, %96
  179. %99 = fadd fast float %91, %97
  180. %100 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  181. %101 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %37) ; CreateHandleForLib(Resource)
  182. %102 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %101, %dx.types.ResourceProperties { i32 2, i32 1033 }) ; AnnotateHandle(res,props) resource: Texture2D<4xF32>
  183. %103 = call %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32 160, %dx.types.Handle %1) ; CreateHandleForLib(Resource)
  184. %104 = call %dx.types.Handle @dx.op.annotateHandle(i32 216, %dx.types.Handle %103, %dx.types.ResourceProperties { i32 14, i32 0 }) ; AnnotateHandle(res,props) resource: SamplerState
  185. %105 = call %dx.types.ResRet.f32 @dx.op.sampleLevel.f32(i32 62, %dx.types.Handle %102, %dx.types.Handle %104, float %98, float %99, float undef, float undef, i32 0, i32 0, i32 undef, float 0.000000e+00) ; SampleLevel(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,LOD)
  186. %106 = extractvalue %dx.types.ResRet.f32 %105, 0
  187. %107 = insertelement <4 x float> undef, float %106, i64 0
  188. %108 = extractvalue %dx.types.ResRet.f32 %105, 1
  189. %109 = insertelement <4 x float> %107, float %108, i64 1
  190. %110 = extractvalue %dx.types.ResRet.f32 %105, 2
  191. %111 = insertelement <4 x float> %109, float %110, i64 2
  192. %112 = extractvalue %dx.types.ResRet.f32 %105, 3
  193. %113 = insertelement <4 x float> %111, float %112, i64 3
  194. %114 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  195. %115 = fcmp fast oeq float %112, 0.000000e+00
  196. %116 = icmp ne i1 %115, false
  197. %117 = icmp ne i1 %116, false
  198. br i1 %117, label %118, label %119
  199. ; <label>:118 ; preds = %34
  200. call void @dx.op.ignoreHit(i32 155) ; IgnoreHit()
  201. ret void
  202. ; <label>:119 ; preds = %34
  203. %120 = call float @dx.op.rayTCurrent.f32(i32 154) ; RayTCurrent()
  204. %121 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  205. %122 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  206. %123 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  207. %124 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  208. %125 = load i32, i32* %124, align 4
  209. %126 = icmp ult i32 0, %125
  210. br i1 %126, label %127, label %229
  211. ; <label>:127 ; preds = %119
  212. br label %128
  213. ; <label>:128 ; preds = %219, %127
  214. %129 = phi i32 [ 0, %127 ], [ %129, %219 ]
  215. %130 = phi i32 [ 0, %127 ], [ %220, %219 ]
  216. %131 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 1, i32 %130
  217. %132 = load float, float* %131, align 4
  218. %133 = fcmp fast ogt float %132, %120
  219. %134 = icmp ne i1 %133, false
  220. %135 = icmp ne i1 %134, false
  221. br i1 %135, label %136, label %208
  222. ; <label>:136 ; preds = %128
  223. %137 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  224. %138 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 0, i32 %130
  225. %139 = load <4 x float>, <4 x float>* %138, align 4
  226. %140 = extractelement <4 x float> %139, i32 0
  227. %141 = extractelement <4 x float> %139, i32 1
  228. %142 = extractelement <4 x float> %139, i32 2
  229. %143 = extractelement <4 x float> %139, i32 3
  230. %144 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  231. %145 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 0, i32 %130
  232. %146 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  233. store <4 x float> %113, <4 x float>* %145, align 4
  234. %147 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 1, i32 %130
  235. %148 = load float, float* %147, align 4
  236. %149 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  237. %150 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 1, i32 %130
  238. %151 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  239. store float %120, float* %150, align 4
  240. %152 = fcmp fast oeq float %112, 1.000000e+00
  241. %153 = icmp ne i1 %152, false
  242. %154 = icmp ne i1 %153, false
  243. br i1 %154, label %155, label %159
  244. ; <label>:155 ; preds = %136
  245. %156 = add nsw i32 %130, 1
  246. %157 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  247. %158 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  248. store i32 %156, i32* %157, align 4
  249. br label %207
  250. ; <label>:159 ; preds = %136
  251. %160 = add nsw i32 %130, 1
  252. %161 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  253. br label %162
  254. ; <label>:162 ; preds = %203, %159
  255. %163 = phi float [ %140, %159 ], [ %189, %203 ]
  256. %164 = phi float [ %141, %159 ], [ %190, %203 ]
  257. %165 = phi float [ %142, %159 ], [ %191, %203 ]
  258. %166 = phi float [ %143, %159 ], [ %192, %203 ]
  259. %167 = phi float [ %148, %159 ], [ %195, %203 ]
  260. %168 = phi i32 [ %160, %159 ], [ %204, %203 ]
  261. %169 = insertelement <4 x float> undef, float %163, i32 0
  262. %170 = insertelement <4 x float> %169, float %164, i32 1
  263. %171 = insertelement <4 x float> %170, float %165, i32 2
  264. %172 = insertelement <4 x float> %171, float %166, i32 3
  265. %173 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  266. %174 = load i32, i32* %173, align 4
  267. %175 = add i32 %174, 1
  268. %176 = icmp ult i32 %168, %175
  269. %177 = icmp ne i1 %176, false
  270. %178 = icmp ne i1 %177, false
  271. br i1 %178, label %179, label %183
  272. ; <label>:179 ; preds = %162
  273. %180 = icmp slt i32 %168, 5
  274. %181 = icmp ne i1 %180, false
  275. %182 = icmp ne i1 %181, false
  276. br label %183
  277. ; <label>:183 ; preds = %179, %162
  278. %184 = phi i1 [ false, %162 ], [ %182, %179 ]
  279. %185 = icmp ne i1 %184, false
  280. br i1 %185, label %186, label %206
  281. ; <label>:186 ; preds = %183
  282. %187 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 0, i32 %168
  283. %188 = load <4 x float>, <4 x float>* %187, align 4
  284. %189 = extractelement <4 x float> %188, i32 0
  285. %190 = extractelement <4 x float> %188, i32 1
  286. %191 = extractelement <4 x float> %188, i32 2
  287. %192 = extractelement <4 x float> %188, i32 3
  288. %193 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  289. %194 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 1, i32 %168
  290. %195 = load float, float* %194, align 4
  291. %196 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  292. %197 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 0, i32 %168
  293. %198 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  294. store <4 x float> %172, <4 x float>* %197, align 4
  295. %199 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 1, i32 %168
  296. %200 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  297. store float %167, float* %199, align 4
  298. %201 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  299. %202 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  300. br label %203
  301. ; <label>:203 ; preds = %186
  302. %204 = add nsw i32 %168, 1
  303. %205 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  304. br label %162
  305. ; <label>:206 ; preds = %183
  306. br label %207
  307. ; <label>:207 ; preds = %206, %155
  308. br label %227
  309. ; <label>:208 ; preds = %128
  310. %209 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 0, i32 %130
  311. %210 = load <4 x float>, <4 x float>* %209, align 4
  312. %211 = extractelement <4 x float> %210, i32 3
  313. %212 = fcmp fast oeq float %211, 1.000000e+00
  314. %213 = icmp ne i1 %212, false
  315. %214 = icmp ne i1 %213, false
  316. br i1 %214, label %215, label %217
  317. ; <label>:215 ; preds = %208
  318. %216 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  319. br label %226
  320. ; <label>:217 ; preds = %208
  321. br label %218
  322. ; <label>:218 ; preds = %217
  323. br label %219
  324. ; <label>:219 ; preds = %218
  325. %220 = add nsw i32 %130, 1
  326. %221 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  327. %222 = load i32, i32* %124, align 4
  328. %223 = icmp ult i32 %220, %222
  329. %224 = icmp ne i1 %223, false
  330. %225 = icmp ne i1 %224, false
  331. br i1 %225, label %128, label %228
  332. ; <label>:226 ; preds = %215
  333. br label %229
  334. ; <label>:227 ; preds = %207
  335. br label %229
  336. ; <label>:228 ; preds = %219
  337. br label %229
  338. ; <label>:229 ; preds = %228, %227, %226, %119
  339. %230 = phi i32 [ 1, %227 ], [ %129, %228 ], [ 1, %226 ], [ 0, %119 ]
  340. %231 = icmp ne i32 %230, 0
  341. br i1 %231, label %251, label %232
  342. ; <label>:232 ; preds = %229
  343. %233 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  344. %234 = load i32, i32* %233, align 4
  345. %235 = icmp ult i32 %234, 5
  346. %236 = icmp ne i1 %235, false
  347. %237 = icmp ne i1 %236, false
  348. br i1 %237, label %238, label %251
  349. ; <label>:238 ; preds = %232
  350. %239 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  351. %240 = load i32, i32* %239, align 4
  352. %241 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 0, i32 %240
  353. %242 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  354. store <4 x float> %113, <4 x float>* %241, align 4
  355. %243 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  356. %244 = load i32, i32* %243, align 4
  357. %245 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 1, i32 %244
  358. %246 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  359. store float %120, float* %245, align 4
  360. %247 = getelementptr inbounds %struct.HitInfo, %struct.HitInfo* %payload, i32 0, i32 2
  361. %248 = load i32, i32* %247, align 4
  362. %249 = add i32 %248, 1
  363. %250 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  364. store i32 %249, i32* %247, align 4
  365. br label %251
  366. ; <label>:251 ; preds = %238, %232, %229
  367. %252 = fcmp fast olt float %112, 1.000000e+00
  368. %253 = icmp ne i1 %252, false
  369. %254 = icmp ne i1 %253, false
  370. br i1 %254, label %255, label %256
  371. ; <label>:255 ; preds = %251
  372. call void @dx.op.ignoreHit(i32 155) ; IgnoreHit()
  373. ret void
  374. ; <label>:256 ; preds = %251
  375. %257 = load i32, i32* getelementptr inbounds ([1 x i32], [1 x i32]* @dx.nothing.a, i32 0, i32 0)
  376. ret void
  377. }
  378. ; Function Attrs: nounwind readnone
  379. declare i32 @dx.op.primitiveIndex.i32(i32) #1
  380. ; Function Attrs: nounwind readonly
  381. declare %dx.types.ResRet.i32 @dx.op.rawBufferLoad.i32(i32, %dx.types.Handle, i32, i32, i8, i32) #2
  382. ; Function Attrs: nounwind readonly
  383. declare %dx.types.ResRet.f32 @dx.op.rawBufferLoad.f32(i32, %dx.types.Handle, i32, i32, i8, i32) #2
  384. ; Function Attrs: nounwind readonly
  385. declare %dx.types.ResRet.f32 @dx.op.sampleLevel.f32(i32, %dx.types.Handle, %dx.types.Handle, float, float, float, float, i32, i32, i32, float) #2
  386. ; Function Attrs: noreturn nounwind
  387. declare void @dx.op.ignoreHit(i32) #3
  388. ; Function Attrs: nounwind readonly
  389. declare float @dx.op.rayTCurrent.f32(i32) #2
  390. ; Function Attrs: nounwind readnone
  391. declare %dx.types.Handle @dx.op.annotateHandle(i32, %dx.types.Handle, %dx.types.ResourceProperties) #1
  392. ; Function Attrs: nounwind readonly
  393. declare %dx.types.Handle @dx.op.createHandleForLib.dx.types.Handle(i32, %dx.types.Handle) #2
  394. attributes #0 = { nounwind }
  395. attributes #1 = { nounwind readnone }
  396. attributes #2 = { nounwind readonly }
  397. attributes #3 = { noreturn nounwind }
  398. !llvm.ident = !{!0}
  399. !dx.version = !{!1}
  400. !dx.valver = !{!1}
  401. !dx.shaderModel = !{!2}
  402. !dx.resources = !{!3}
  403. !dx.typeAnnotations = !{!15}
  404. !dx.dxrPayloadAnnotations = !{!21}
  405. !dx.entryPoints = !{!25, !27}
  406. !0 = !{!"dxcoob 1.8.2502.11 (239921522)"}
  407. !1 = !{i32 1, i32 8}
  408. !2 = !{!"lib", i32 6, i32 8}
  409. !3 = !{!4, null, null, !13}
  410. !4 = !{!5, !7, !9, !10, !12}
  411. !5 = !{i32 0, [0 x %"class.Texture2D<vector<float, 4> >"]* bitcast ([0 x %dx.types.Handle]* @"\01?textures@@3PAV?$Texture2D@V?$vector@M$03@@@@A" to [0 x %"class.Texture2D<vector<float, 4> >"]*), !"textures", i32 1, i32 0, i32 -1, i32 2, i32 0, !6}
  412. !6 = !{i32 0, i32 9}
  413. !7 = !{i32 1, %"class.StructuredBuffer<int>"* bitcast (%dx.types.Handle* @"\01?textureIdBuffer@@3V?$StructuredBuffer@H@@A" to %"class.StructuredBuffer<int>"*), !"textureIdBuffer", i32 2, i32 1, i32 1, i32 12, i32 0, !8}
  414. !8 = !{i32 1, i32 4}
  415. !9 = !{i32 2, %"class.StructuredBuffer<int>"* bitcast (%dx.types.Handle* @"\01?indexBuffer@@3V?$StructuredBuffer@H@@A" to %"class.StructuredBuffer<int>"*), !"indexBuffer", i32 3, i32 1, i32 1, i32 12, i32 0, !8}
  416. !10 = !{i32 3, %"class.StructuredBuffer<VertexData>"* bitcast (%dx.types.Handle* @"\01?vertexData@@3V?$StructuredBuffer@UVertexData@@@@A" to %"class.StructuredBuffer<VertexData>"*), !"vertexData", i32 4, i32 1, i32 1, i32 12, i32 0, !11}
  417. !11 = !{i32 1, i32 20}
  418. !12 = !{i32 4, %"class.StructuredBuffer<int>"* bitcast (%dx.types.Handle* @"\01?polygonSizeBuffer@@3V?$StructuredBuffer@H@@A" to %"class.StructuredBuffer<int>"*), !"polygonSizeBuffer", i32 5, i32 1, i32 1, i32 12, i32 0, !8}
  419. !13 = !{!14}
  420. !14 = !{i32 0, %struct.SamplerState* bitcast (%dx.types.Handle* @"\01?gSampler@@3USamplerState@@A" to %struct.SamplerState*), !"gSampler", i32 0, i32 0, i32 1, i32 0, null}
  421. !15 = !{i32 1, void (%struct.HitInfo*, %struct.Attributes*)* @"\01?AnyHit@@YAXUHitInfo@@UAttributes@@@Z", !16}
  422. !16 = !{!17, !19, !20}
  423. !17 = !{i32 1, !18, !18}
  424. !18 = !{}
  425. !19 = !{i32 2, !18, !18}
  426. !20 = !{i32 0, !18, !18}
  427. !21 = !{i32 0, %struct.HitInfo undef, !22}
  428. !22 = !{!23, !24, !23}
  429. !23 = !{i32 0, i32 13107}
  430. !24 = !{i32 0, i32 12339}
  431. !25 = !{null, !"", null, !3, !26}
  432. !26 = !{i32 0, i64 17}
  433. !27 = !{void (%struct.HitInfo*, %struct.Attributes*)* @"\01?AnyHit@@YAXUHitInfo@@UAttributes@@@Z", !"\01?AnyHit@@YAXUHitInfo@@UAttributes@@@Z", null, null, !28}
  434. !28 = !{i32 8, i32 9, i32 6, i32 104, i32 7, i32 8, i32 5, !29}
  435. !29 = !{i32 0}
  436. #endif
  437. const unsigned char DX12DefaultAnyHitShaderBytes[] = {
  438. 0x44, 0x58, 0x42, 0x43, 0x2e, 0x0e, 0x15, 0x90, 0x3e, 0xd7, 0xf2, 0xf4,
  439. 0xee, 0xb5, 0x2a, 0xb0, 0x25, 0xbc, 0xaa, 0x9e, 0x01, 0x00, 0x00, 0x00,
  440. 0xfc, 0x1d, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00,
  441. 0x4c, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x58, 0x02, 0x00, 0x00,
  442. 0x84, 0x0d, 0x00, 0x00, 0xb8, 0x0d, 0x00, 0x00, 0xd4, 0x0d, 0x00, 0x00,
  443. 0x53, 0x46, 0x49, 0x30, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  444. 0x00, 0x00, 0x00, 0x00, 0x56, 0x45, 0x52, 0x53, 0x28, 0x00, 0x00, 0x00,
  445. 0x01, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb8, 0x12, 0x00, 0x00,
  446. 0x15, 0x00, 0x00, 0x00, 0x32, 0x33, 0x39, 0x39, 0x32, 0x31, 0x35, 0x32,
  447. 0x00, 0x31, 0x2e, 0x38, 0x2e, 0x32, 0x35, 0x30, 0x32, 0x2e, 0x31, 0x31,
  448. 0x00, 0x00, 0x00, 0x00, 0x52, 0x44, 0x41, 0x54, 0xd4, 0x01, 0x00, 0x00,
  449. 0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00,
  450. 0x9c, 0x00, 0x00, 0x00, 0x6c, 0x01, 0x00, 0x00, 0xb0, 0x01, 0x00, 0x00,
  451. 0x01, 0x00, 0x00, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x00, 0x67, 0x53, 0x61,
  452. 0x6d, 0x70, 0x6c, 0x65, 0x72, 0x00, 0x74, 0x65, 0x78, 0x74, 0x75, 0x72,
  453. 0x65, 0x73, 0x00, 0x74, 0x65, 0x78, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64,
  454. 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x00, 0x69, 0x6e, 0x64, 0x65, 0x78,
  455. 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x00, 0x76, 0x65, 0x72, 0x74, 0x65,
  456. 0x78, 0x44, 0x61, 0x74, 0x61, 0x00, 0x70, 0x6f, 0x6c, 0x79, 0x67, 0x6f,
  457. 0x6e, 0x53, 0x69, 0x7a, 0x65, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x00,
  458. 0x01, 0x3f, 0x41, 0x6e, 0x79, 0x48, 0x69, 0x74, 0x40, 0x40, 0x59, 0x41,
  459. 0x58, 0x55, 0x48, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x40, 0x40, 0x55,
  460. 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x40, 0x40,
  461. 0x40, 0x5a, 0x00, 0x41, 0x6e, 0x79, 0x48, 0x69, 0x74, 0x00, 0x00, 0x00,
  462. 0x03, 0x00, 0x00, 0x00, 0xc8, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
  463. 0x20, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00,
  464. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  465. 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  466. 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  467. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  468. 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  469. 0x0c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  470. 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00,
  471. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00,
  472. 0x02, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  473. 0x01, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  474. 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  475. 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  476. 0x2f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  477. 0x0c, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00,
  478. 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x3a, 0x00, 0x00, 0x00,
  479. 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00,
  480. 0x01, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x4c, 0x00, 0x00, 0x00,
  481. 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  482. 0x09, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
  483. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00,
  484. 0x63, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  485. 0x02, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
  486. 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  487. 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00,
  488. 0x53, 0x54, 0x41, 0x54, 0x24, 0x0b, 0x00, 0x00, 0x68, 0x00, 0x06, 0x00,
  489. 0xc9, 0x02, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x08, 0x01, 0x00, 0x00,
  490. 0x10, 0x00, 0x00, 0x00, 0x0c, 0x0b, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
  491. 0x21, 0x0c, 0x00, 0x00, 0xc0, 0x02, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
  492. 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
  493. 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
  494. 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
  495. 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
  496. 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
  497. 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
  498. 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
  499. 0x51, 0x18, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x1b, 0x88, 0x20, 0x00,
  500. 0x92, 0x0d, 0x84, 0xf0, 0xff, 0xff, 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30,
  501. 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x09, 0xa0, 0x36, 0x18, 0xc4,
  502. 0xff, 0xff, 0xff, 0xff, 0x0f, 0x80, 0x04, 0x54, 0x1b, 0x8c, 0xe2, 0xff,
  503. 0xff, 0xff, 0xff, 0x07, 0x20, 0x02, 0x24, 0x00, 0x49, 0x18, 0x00, 0x00,
  504. 0x03, 0x00, 0x00, 0x00, 0x13, 0x84, 0x40, 0x98, 0x10, 0x0c, 0x13, 0x02,
  505. 0x62, 0x42, 0x50, 0x00, 0x89, 0x20, 0x00, 0x00, 0x81, 0x00, 0x00, 0x00,
  506. 0x32, 0x22, 0x88, 0x09, 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84,
  507. 0x04, 0x13, 0x23, 0xe3, 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c,
  508. 0x0b, 0x84, 0xc4, 0x4c, 0x10, 0xd8, 0xc1, 0x1c, 0x01, 0x42, 0xc0, 0x3d,
  509. 0xc3, 0xe5, 0x4f, 0xd8, 0x43, 0x48, 0x7e, 0x08, 0x34, 0xc3, 0x42, 0xa0,
  510. 0x20, 0x48, 0x00, 0x81, 0x06, 0x12, 0xe6, 0x08, 0xc0, 0x20, 0x03, 0x0c,
  511. 0x3a, 0x46, 0x00, 0x66, 0x00, 0x86, 0x11, 0x08, 0x25, 0x0b, 0x96, 0x2c,
  512. 0x50, 0xce, 0x91, 0xa6, 0x88, 0x12, 0x26, 0x3f, 0x44, 0x26, 0xb1, 0x29,
  513. 0x1c, 0x34, 0x30, 0x8d, 0x41, 0xce, 0x30, 0x82, 0xa0, 0x5c, 0x24, 0x4d,
  514. 0x11, 0x25, 0x4c, 0xbe, 0x36, 0x4d, 0x11, 0x12, 0x50, 0x13, 0x21, 0xa1,
  515. 0x00, 0xa2, 0xa8, 0x0c, 0xc9, 0x23, 0xd1, 0x54, 0x04, 0xc3, 0xa0, 0xea,
  516. 0xa6, 0xe1, 0xf2, 0x27, 0xec, 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98,
  517. 0x7c, 0xe4, 0xb6, 0x51, 0x61, 0x18, 0x86, 0x61, 0x94, 0xe3, 0x32, 0x04,
  518. 0xc3, 0x00, 0x0c, 0xc2, 0x6e, 0x1a, 0x2e, 0x7f, 0xc2, 0x1e, 0x42, 0xf2,
  519. 0x57, 0x42, 0x5a, 0x89, 0xc9, 0x2f, 0x6e, 0x1b, 0x15, 0x8a, 0xa2, 0x28,
  520. 0x46, 0x39, 0x34, 0x43, 0x30, 0x0c, 0xc0, 0xa0, 0xad, 0x30, 0x9a, 0x21,
  521. 0x08, 0x8a, 0xa2, 0x28, 0x86, 0x61, 0x28, 0xd4, 0x15, 0x21, 0x31, 0xe8,
  522. 0x2b, 0x82, 0x62, 0x50, 0x78, 0xdb, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
  523. 0xbf, 0x12, 0x92, 0x43, 0x45, 0x02, 0x91, 0x46, 0xce, 0x43, 0x44, 0x13,
  524. 0x42, 0x48, 0x48, 0x30, 0x8c, 0x42, 0x08, 0x86, 0x30, 0x12, 0x59, 0x06,
  525. 0xc1, 0x10, 0xc8, 0x1c, 0x08, 0x98, 0xa9, 0x0d, 0xc6, 0x81, 0x1d, 0xc2,
  526. 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e, 0xea,
  527. 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c, 0xc6,
  528. 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d, 0xc2,
  529. 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f, 0xf4,
  530. 0x40, 0x0f, 0xda, 0x21, 0x1d, 0xe0, 0x61, 0x1e, 0x7e, 0x81, 0x1e, 0xf2,
  531. 0x01, 0x1e, 0xca, 0x01, 0x05, 0xc6, 0x4c, 0x62, 0x30, 0x0e, 0xec, 0x10,
  532. 0x0e, 0xf3, 0x30, 0x0f, 0x6e, 0x40, 0x0b, 0xe5, 0x80, 0x0f, 0xf4, 0x50,
  533. 0x0f, 0xf2, 0x50, 0x0e, 0x72, 0x40, 0x0a, 0x7c, 0x60, 0x0f, 0xe5, 0x30,
  534. 0x0e, 0xf4, 0xf0, 0x0e, 0xf2, 0xc0, 0x07, 0xe6, 0xc0, 0x0e, 0xef, 0x10,
  535. 0x0e, 0xf4, 0xc0, 0x06, 0x60, 0x40, 0x07, 0x7e, 0x00, 0x06, 0x7e, 0x80,
  536. 0x84, 0x25, 0x4d, 0x00, 0x95, 0xd6, 0x99, 0xb6, 0x71, 0x60, 0x87, 0x70,
  537. 0x98, 0x87, 0x79, 0x70, 0x83, 0x59, 0xa0, 0x07, 0x79, 0xa8, 0x87, 0x71,
  538. 0xa0, 0x87, 0x7a, 0x90, 0x87, 0x72, 0x20, 0x07, 0x51, 0xa8, 0x07, 0x73,
  539. 0x30, 0x87, 0x72, 0x90, 0x07, 0x3e, 0x48, 0x07, 0x77, 0xa0, 0x07, 0x3f,
  540. 0x40, 0x81, 0x41, 0xed, 0x30, 0xc2, 0xa0, 0x5c, 0x24, 0x4d, 0x11, 0x25,
  541. 0x4c, 0xfe, 0x4b, 0x44, 0x13, 0x71, 0x75, 0xc0, 0x04, 0x20, 0x01, 0x7a,
  542. 0x67, 0x12, 0x83, 0x71, 0x60, 0x87, 0x70, 0x98, 0x87, 0x79, 0x70, 0x83,
  543. 0x59, 0xa0, 0x07, 0x79, 0xa8, 0x87, 0x71, 0xa0, 0x87, 0x7a, 0x90, 0x87,
  544. 0x72, 0x20, 0x07, 0x51, 0xa8, 0x07, 0x73, 0x30, 0x87, 0x72, 0x90, 0x07,
  545. 0x3e, 0xb0, 0x85, 0x72, 0x90, 0x07, 0x7a, 0x28, 0x07, 0x7c, 0x20, 0x85,
  546. 0x70, 0xa0, 0x87, 0x70, 0xf0, 0x03, 0x14, 0xc0, 0x14, 0xdf, 0x24, 0x4d,
  547. 0x11, 0x25, 0x4c, 0x3e, 0x0b, 0x30, 0xcf, 0x42, 0x44, 0xec, 0x04, 0x4c,
  548. 0x04, 0x0a, 0x0c, 0x9a, 0xe7, 0x08, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00,
  549. 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87, 0x36, 0x68, 0x87, 0x79,
  550. 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50, 0x0e, 0x6d, 0xd0, 0x0e,
  551. 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07,
  552. 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0, 0x07, 0x73, 0x20, 0x07,
  553. 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e,
  554. 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe9, 0x30, 0x07,
  555. 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x76, 0x40, 0x07,
  556. 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10, 0x07, 0x76, 0xa0, 0x07,
  557. 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20, 0x07, 0x7a, 0x30, 0x07,
  558. 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0, 0x07, 0x76, 0x40, 0x07,
  559. 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07,
  560. 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x3a, 0x0f, 0x64, 0x90, 0x21, 0x23,
  561. 0x45, 0x44, 0x00, 0x6e, 0x00, 0xc0, 0xd4, 0x00, 0x80, 0xa9, 0x01, 0x00,
  562. 0x53, 0x03, 0x00, 0xa6, 0x06, 0x00, 0x4c, 0x0d, 0x00, 0x98, 0x1f, 0xee,
  563. 0x60, 0x30, 0xe4, 0x99, 0x80, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,
  564. 0x00, 0x00, 0x60, 0xc8, 0x53, 0x01, 0x01, 0x20, 0x00, 0x00, 0x00, 0x00,
  565. 0x00, 0x00, 0x00, 0xc0, 0x90, 0x07, 0x03, 0x02, 0x60, 0x00, 0x00, 0x00,
  566. 0x00, 0x00, 0x00, 0x00, 0x80, 0x21, 0xcf, 0x06, 0x04, 0xc0, 0x00, 0x00,
  567. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x9e, 0x0e, 0x08, 0x80, 0x01,
  568. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1f, 0x10, 0x00,
  569. 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0xc2, 0x00,
  570. 0x08, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c,
  571. 0x64, 0x00, 0x04, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  572. 0x43, 0x1e, 0x33, 0x00, 0x02, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  573. 0x00, 0x80, 0x2c, 0x10, 0x1c, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x18,
  574. 0x19, 0x11, 0x4c, 0x90, 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x32,
  575. 0x4a, 0xa0, 0x20, 0x46, 0x00, 0x8a, 0xa1, 0x06, 0x8a, 0xa0, 0x24, 0x0a,
  576. 0xa3, 0x10, 0xca, 0xa0, 0x50, 0x4a, 0xa1, 0x1c, 0x66, 0x00, 0x0a, 0xa7,
  577. 0x34, 0x0a, 0xa4, 0x60, 0x05, 0x0a, 0x34, 0xa0, 0x50, 0x05, 0xca, 0x9c,
  578. 0x39, 0xa0, 0xcc, 0x81, 0x03, 0x0a, 0x3a, 0xa0, 0x44, 0x0a, 0x93, 0xa0,
  579. 0xa0, 0xa8, 0x2e, 0x11, 0x72, 0x66, 0x00, 0x28, 0x9a, 0x01, 0x20, 0xd6,
  580. 0x96, 0x00, 0xa0, 0x76, 0x06, 0x80, 0x5c, 0xdb, 0x42, 0xc0, 0xb6, 0x18,
  581. 0xb0, 0x2d, 0x0a, 0x08, 0x9e, 0x01, 0xa0, 0x78, 0x06, 0x80, 0x64, 0xdb,
  582. 0x82, 0x80, 0x68, 0xdb, 0x22, 0x80, 0x8e, 0x11, 0x00, 0x00, 0x00, 0x00,
  583. 0x79, 0x18, 0x00, 0x00, 0xe5, 0x00, 0x00, 0x00, 0x1a, 0x03, 0x4c, 0x90,
  584. 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec, 0xed, 0x4d, 0x0c, 0x24,
  585. 0xc6, 0x05, 0xc7, 0x45, 0xa6, 0x06, 0x46, 0xc6, 0x25, 0x26, 0x06, 0x04,
  586. 0x45, 0x66, 0x26, 0x27, 0x47, 0x26, 0xa6, 0x46, 0x46, 0x26, 0x65, 0x43,
  587. 0x10, 0x4c, 0x10, 0x0c, 0x68, 0x82, 0x60, 0x44, 0x1b, 0x84, 0x81, 0x98,
  588. 0x20, 0x18, 0xd2, 0x06, 0xc1, 0x30, 0x38, 0xb0, 0xa5, 0x89, 0x4d, 0x10,
  589. 0x8c, 0x69, 0xc3, 0x80, 0x24, 0xc4, 0x04, 0x81, 0x0d, 0xda, 0x80, 0x08,
  590. 0x5d, 0x19, 0x1e, 0x5d, 0x9d, 0x5c, 0xd9, 0xdc, 0x04, 0xc1, 0xa0, 0x26,
  591. 0x08, 0x46, 0x35, 0x41, 0x30, 0xac, 0x0d, 0x82, 0xf1, 0x6c, 0x48, 0x8c,
  592. 0x85, 0x19, 0x8c, 0xc6, 0x31, 0xa0, 0x09, 0x82, 0x1b, 0xbc, 0x01, 0x1f,
  593. 0xba, 0x32, 0x3c, 0xba, 0x3a, 0xb9, 0xb2, 0x24, 0x32, 0xa1, 0x3a, 0x33,
  594. 0xb3, 0x32, 0xb9, 0x09, 0x82, 0x71, 0x4d, 0x10, 0x0c, 0x6c, 0x83, 0x30,
  595. 0x54, 0x1b, 0x92, 0x41, 0x9a, 0x9c, 0x61, 0xa0, 0x0c, 0x6b, 0x82, 0xe0,
  596. 0x06, 0x70, 0xc0, 0x25, 0xcd, 0x8d, 0xac, 0x0c, 0x4f, 0xa8, 0xce, 0xcc,
  597. 0xac, 0x4c, 0x6e, 0x82, 0x60, 0x64, 0x1b, 0x12, 0x07, 0xcb, 0xb4, 0x61,
  598. 0xa0, 0x0c, 0x6b, 0x82, 0x20, 0x07, 0x74, 0x40, 0xc5, 0xae, 0x4c, 0x8e,
  599. 0xae, 0x0c, 0x8f, 0x28, 0x8c, 0x2e, 0x6c, 0x82, 0x60, 0x68, 0x1b, 0x84,
  600. 0xc1, 0xdb, 0x90, 0x68, 0x5c, 0x57, 0x0d, 0x03, 0x65, 0x7c, 0x13, 0x04,
  601. 0x37, 0x88, 0x03, 0x46, 0x70, 0x6f, 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x53,
  602. 0x69, 0x7a, 0x65, 0x42, 0x75, 0x66, 0x66, 0x65, 0x72, 0x13, 0x04, 0x63,
  603. 0xdb, 0x90, 0x54, 0x61, 0x20, 0x06, 0x63, 0x30, 0x0c, 0x94, 0x61, 0x6d,
  604. 0x28, 0xa2, 0x6b, 0x03, 0x03, 0x32, 0x98, 0x20, 0xd0, 0x41, 0x1d, 0x10,
  605. 0x39, 0x9b, 0x0a, 0x6b, 0x83, 0x63, 0x2b, 0x93, 0xdb, 0x80, 0x18, 0x66,
  606. 0x70, 0x06, 0x86, 0x31, 0x18, 0xc0, 0x86, 0x00, 0x0d, 0x36, 0x10, 0x65,
  607. 0x00, 0x00, 0x69, 0x30, 0x41, 0x68, 0x03, 0x37, 0x60, 0x80, 0x36, 0x41,
  608. 0x30, 0xb8, 0x0d, 0x46, 0xc2, 0x06, 0x9a, 0xd1, 0x06, 0xd5, 0x04, 0xc1,
  609. 0xe8, 0x36, 0x08, 0xc6, 0x1b, 0x6c, 0x08, 0xe0, 0x60, 0x83, 0x60, 0xc4,
  610. 0xc1, 0x86, 0xa1, 0x72, 0x03, 0x39, 0x98, 0x20, 0xc4, 0xc1, 0x1c, 0x4c,
  611. 0x10, 0x0c, 0x6f, 0x03, 0x91, 0xb0, 0x81, 0x66, 0x4c, 0x10, 0xe0, 0x40,
  612. 0x0e, 0x36, 0x08, 0xc6, 0x1d, 0x6c, 0x08, 0xf0, 0x60, 0x83, 0x60, 0xe4,
  613. 0xc1, 0x86, 0xa1, 0x0e, 0xec, 0x40, 0x0f, 0x88, 0xd0, 0x95, 0xe1, 0x8d,
  614. 0xbd, 0xbd, 0xc9, 0x91, 0x4d, 0x10, 0x8c, 0x6f, 0x03, 0x92, 0xf0, 0x81,
  615. 0x66, 0xb4, 0xc1, 0xd3, 0x07, 0x0e, 0x0d, 0xb7, 0x37, 0xb9, 0xb6, 0x30,
  616. 0xb6, 0x09, 0x82, 0x01, 0x06, 0x1b, 0x90, 0xe4, 0x0f, 0x34, 0x50, 0x68,
  617. 0x83, 0xa7, 0x0f, 0xb4, 0x0d, 0x43, 0x1d, 0xf8, 0x41, 0x28, 0x4c, 0x10,
  618. 0x9c, 0x35, 0x98, 0x20, 0x18, 0x61, 0xc0, 0x62, 0xec, 0x8d, 0xed, 0x4d,
  619. 0x6e, 0x03, 0x92, 0x94, 0x82, 0x66, 0xb4, 0xc1, 0xd3, 0x07, 0x15, 0x11,
  620. 0xb2, 0xb4, 0x39, 0xba, 0x30, 0xb7, 0xb1, 0xb2, 0x09, 0x82, 0x21, 0x06,
  621. 0x1b, 0x8c, 0xe4, 0x14, 0x34, 0x54, 0x68, 0x83, 0x87, 0x08, 0x5a, 0x1a,
  622. 0xdd, 0xd0, 0x5b, 0x9d, 0x1b, 0xdd, 0x04, 0xc1, 0x18, 0x83, 0x0d, 0x46,
  623. 0xa2, 0x0a, 0xda, 0x2a, 0xb4, 0xc1, 0x18, 0x6c, 0x20, 0x48, 0xc1, 0x14,
  624. 0x52, 0x81, 0x15, 0x26, 0x08, 0x11, 0x1b, 0x90, 0x10, 0x0b, 0x93, 0xcb,
  625. 0xdb, 0x80, 0x24, 0xaf, 0xa0, 0x19, 0x6d, 0xf0, 0xf4, 0x81, 0xb3, 0x41,
  626. 0x20, 0x60, 0x61, 0xc3, 0x62, 0xac, 0xc1, 0x1c, 0xd0, 0xc1, 0x1e, 0xdc,
  627. 0x81, 0x28, 0x8c, 0x42, 0x2b, 0xb8, 0x42, 0x2c, 0x4c, 0x10, 0xa8, 0x63,
  628. 0x03, 0xb0, 0x61, 0x18, 0x68, 0x81, 0x16, 0x36, 0x0c, 0x0e, 0x2d, 0xd0,
  629. 0xc2, 0x86, 0xc1, 0xa0, 0x05, 0x5a, 0xd8, 0x30, 0xd4, 0x82, 0x2d, 0xdc,
  630. 0xc2, 0x86, 0x61, 0x98, 0x05, 0x5c, 0x98, 0x20, 0x18, 0x64, 0xb0, 0x41,
  631. 0x30, 0x74, 0x61, 0x82, 0x60, 0x94, 0xc1, 0x06, 0xc1, 0xe0, 0x85, 0x0d,
  632. 0xc3, 0x2e, 0xf4, 0xc2, 0x2e, 0x6c, 0x18, 0x8c, 0x51, 0xf0, 0x05, 0x02,
  633. 0x13, 0x84, 0x3a, 0x50, 0x83, 0x0d, 0x82, 0x11, 0x0e, 0x1b, 0x0a, 0x00,
  634. 0x1c, 0x00, 0x35, 0x10, 0x07, 0x9a, 0x41, 0xc0, 0x4f, 0x90, 0x5b, 0x1e,
  635. 0x52, 0x1a, 0x1d, 0x10, 0x50, 0x56, 0x10, 0x56, 0x15, 0x52, 0x1a, 0x5d,
  636. 0x92, 0x9b, 0xd9, 0x1b, 0x10, 0x50, 0x55, 0x10, 0x1d, 0x9d, 0x5c, 0x9a,
  637. 0x58, 0x1d, 0x5d, 0xd9, 0x1c, 0x10, 0x10, 0x90, 0xd6, 0x04, 0xc1, 0x30,
  638. 0x83, 0x0d, 0x81, 0xb1, 0x01, 0x21, 0x9e, 0xa4, 0x1c, 0xda, 0x80, 0x18,
  639. 0x03, 0x73, 0xd8, 0x50, 0xcc, 0x02, 0x39, 0x00, 0xc0, 0x39, 0x10, 0x11,
  640. 0x93, 0x0b, 0x73, 0x1b, 0x43, 0x2b, 0x9b, 0xa3, 0x61, 0xc6, 0xf6, 0x16,
  641. 0x46, 0x37, 0x37, 0x41, 0x30, 0xce, 0x80, 0x45, 0x9a, 0xdb, 0x1c, 0xdd,
  642. 0xdc, 0x04, 0xc1, 0x40, 0x03, 0x12, 0x69, 0x6e, 0x74, 0x73, 0x13, 0x04,
  643. 0x23, 0x0d, 0x88, 0xd0, 0x95, 0xe1, 0x7d, 0xb1, 0xbd, 0x85, 0x91, 0x11,
  644. 0xa1, 0x2b, 0xc3, 0xfb, 0x72, 0x7b, 0x93, 0x6b, 0xdb, 0xc0, 0xa4, 0x43,
  645. 0x1f, 0xa8, 0xc3, 0x3a, 0xb0, 0x43, 0x3b, 0xb8, 0xc3, 0x3b, 0xc0, 0x03,
  646. 0x11, 0x0f, 0x43, 0x15, 0x36, 0x36, 0xbb, 0x36, 0x97, 0x34, 0xb2, 0x32,
  647. 0x37, 0xba, 0x29, 0x41, 0x50, 0x85, 0x0c, 0xcf, 0xc5, 0xae, 0x4c, 0x6e,
  648. 0x2e, 0xed, 0xcd, 0x6d, 0x4a, 0x40, 0x34, 0x21, 0xc3, 0x73, 0xb1, 0x0b,
  649. 0x63, 0xb3, 0x2b, 0x93, 0x9b, 0x12, 0x18, 0x75, 0xc8, 0xf0, 0x5c, 0xe6,
  650. 0xd0, 0xc2, 0xc8, 0xca, 0xe4, 0x9a, 0xde, 0xc8, 0xca, 0xd8, 0xa6, 0x04,
  651. 0x49, 0x19, 0x32, 0x3c, 0x17, 0xb9, 0xb2, 0xb9, 0xb7, 0x3a, 0xb9, 0xb1,
  652. 0xb2, 0xb9, 0x29, 0x41, 0x1a, 0x54, 0x22, 0xc3, 0x73, 0xa1, 0xcb, 0x83,
  653. 0x2b, 0x0b, 0x72, 0x73, 0x7b, 0xa3, 0x0b, 0xa3, 0x4b, 0x7b, 0x73, 0x9b,
  654. 0x9b, 0x22, 0xc4, 0x02, 0x2e, 0x14, 0x23, 0xc3, 0x73, 0x21, 0xc3, 0x93,
  655. 0x83, 0x0a, 0xcb, 0x63, 0x7b, 0x0b, 0x23, 0x0b, 0x72, 0x73, 0x7b, 0xa3,
  656. 0x0b, 0xa3, 0x4b, 0x7b, 0x73, 0x9b, 0x9b, 0x12, 0xf8, 0x42, 0x1d, 0x32,
  657. 0x3c, 0x97, 0x32, 0x37, 0x3a, 0xb9, 0x3c, 0xa8, 0xb7, 0x34, 0x37, 0xba,
  658. 0xb9, 0x29, 0x82, 0x38, 0x9c, 0x43, 0x17, 0x32, 0x3c, 0x97, 0xb1, 0xb7,
  659. 0x3a, 0x37, 0xba, 0x32, 0xb9, 0xb9, 0x29, 0x41, 0x3c, 0x00, 0x00, 0x00,
  660. 0x79, 0x18, 0x00, 0x00, 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c,
  661. 0xc4, 0xe1, 0x1c, 0x66, 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3,
  662. 0x8c, 0x42, 0x80, 0x07, 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6,
  663. 0x00, 0x0f, 0xed, 0x10, 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e,
  664. 0xc2, 0xc1, 0x1d, 0xce, 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43,
  665. 0x38, 0x84, 0x83, 0x1b, 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03,
  666. 0x3d, 0xcc, 0x78, 0x8c, 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48,
  667. 0x87, 0x70, 0x70, 0x07, 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20,
  668. 0x87, 0x19, 0xcc, 0x11, 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e,
  669. 0x30, 0x0f, 0xe3, 0xf0, 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d,
  670. 0xde, 0x21, 0x1c, 0xd8, 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89,
  671. 0x3b, 0xbc, 0x83, 0x3b, 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83,
  672. 0x3c, 0x84, 0x03, 0x3b, 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68,
  673. 0x07, 0x37, 0x68, 0x87, 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90,
  674. 0x87, 0x70, 0x60, 0x07, 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78,
  675. 0x87, 0x77, 0x80, 0x87, 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98,
  676. 0x87, 0x79, 0x98, 0x81, 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5,
  677. 0xc0, 0x0e, 0xec, 0x30, 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c,
  678. 0xcc, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c,
  679. 0xc4, 0x81, 0x1d, 0xca, 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43,
  680. 0x39, 0x98, 0x43, 0x39, 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43,
  681. 0x38, 0x88, 0x03, 0x3b, 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82,
  682. 0x3b, 0xd4, 0x03, 0x3b, 0xb0, 0xc3, 0x8c, 0xc8, 0x21, 0x07, 0x7c, 0x70,
  683. 0x03, 0x72, 0x10, 0x87, 0x73, 0x70, 0x03, 0x7b, 0x08, 0x07, 0x79, 0x60,
  684. 0x87, 0x70, 0xc8, 0x87, 0x77, 0xa8, 0x07, 0x7a, 0x98, 0x81, 0x3c, 0xe4,
  685. 0x80, 0x0f, 0x6e, 0x40, 0x0f, 0xe5, 0xd0, 0x0e, 0xf0, 0x30, 0x83, 0x81,
  686. 0xc8, 0x01, 0x1f, 0xdc, 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d,
  687. 0xdc, 0x40, 0x1c, 0xe4, 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00,
  688. 0x71, 0x00, 0x00, 0x00, 0x75, 0x60, 0x06, 0x81, 0x5f, 0xd0, 0x9d, 0x47,
  689. 0xa6, 0xe9, 0x40, 0x60, 0x36, 0x88, 0xad, 0x22, 0xd3, 0xf4, 0xa4, 0xdb,
  690. 0xfc, 0x06, 0x02, 0xab, 0x41, 0x3a, 0x5d, 0x9e, 0x16, 0xd7, 0xe9, 0xe5,
  691. 0x39, 0x10, 0x08, 0xd4, 0x56, 0x40, 0x17, 0xf8, 0x9d, 0xa7, 0xe1, 0x36,
  692. 0x9c, 0x5d, 0x96, 0x03, 0x81, 0xb3, 0xea, 0x34, 0xdc, 0x86, 0xb3, 0xcb,
  693. 0xf2, 0x29, 0x3d, 0x4c, 0x2f, 0x03, 0x81, 0xc1, 0x1a, 0x40, 0x83, 0xc0,
  694. 0x2f, 0xed, 0x26, 0x97, 0xf1, 0xc2, 0xba, 0xd9, 0x5c, 0x96, 0x03, 0x81,
  695. 0x33, 0xeb, 0x8f, 0x34, 0xa5, 0xcb, 0xeb, 0x63, 0x7a, 0x5d, 0x5e, 0x26,
  696. 0x0b, 0xeb, 0x66, 0x73, 0x59, 0x0e, 0x44, 0x02, 0x81, 0xc1, 0x2a, 0x70,
  697. 0x83, 0xc0, 0x0f, 0xfe, 0x66, 0xe7, 0xcf, 0x6f, 0xf7, 0x34, 0xad, 0x2f,
  698. 0x0b, 0xeb, 0x66, 0x73, 0x59, 0x0e, 0x04, 0xce, 0xac, 0x3f, 0xd2, 0x94,
  699. 0x2e, 0xaf, 0x8f, 0xe9, 0x75, 0x79, 0x99, 0x2c, 0xac, 0x9b, 0xcd, 0x65,
  700. 0x39, 0x10, 0x09, 0x04, 0x06, 0x4b, 0x80, 0x0d, 0x02, 0x3f, 0x7a, 0x19,
  701. 0x4f, 0xaf, 0xcb, 0xcb, 0x49, 0xb2, 0xb0, 0x6e, 0x36, 0x97, 0xe5, 0x40,
  702. 0xe0, 0xcc, 0xfa, 0x23, 0x4d, 0xe9, 0xf2, 0xfa, 0x98, 0x5e, 0x97, 0x97,
  703. 0xc9, 0xc2, 0xba, 0xd9, 0x5c, 0x96, 0x03, 0x91, 0x40, 0x60, 0xb0, 0x00,
  704. 0xde, 0x20, 0xf0, 0xa3, 0x97, 0xf1, 0xf4, 0xba, 0xbc, 0x3c, 0x07, 0x02,
  705. 0x67, 0xd0, 0xa0, 0xf5, 0x47, 0xa2, 0x96, 0xf1, 0xf4, 0xba, 0xbc, 0x2c,
  706. 0x23, 0x02, 0xad, 0x3f, 0x92, 0xbd, 0x3c, 0xa6, 0xbf, 0xe5, 0xc0, 0x26,
  707. 0x09, 0x36, 0x03, 0x02, 0x81, 0xc0, 0x60, 0x11, 0xcc, 0x41, 0xe0, 0x67,
  708. 0x2f, 0xcb, 0xe9, 0x65, 0x3c, 0x31, 0x4c, 0x0f, 0x03, 0x81, 0x33, 0xeb,
  709. 0x8f, 0x34, 0xa5, 0xcb, 0xeb, 0x63, 0x7a, 0x5d, 0x5e, 0x26, 0x0b, 0xeb,
  710. 0x66, 0x73, 0x59, 0x0e, 0xac, 0x5a, 0xcb, 0x72, 0x7a, 0x19, 0x4f, 0x0c,
  711. 0xd3, 0xc3, 0x40, 0x20, 0x10, 0x18, 0x34, 0x03, 0x66, 0xb8, 0xfc, 0xc6,
  712. 0x99, 0x0e, 0xa4, 0x31, 0x7c, 0xc0, 0x1c, 0xa8, 0xe1, 0xf2, 0x9d, 0xc7,
  713. 0x07, 0x9a, 0xc6, 0x99, 0x80, 0x89, 0x08, 0x81, 0x66, 0x58, 0x08, 0x7b,
  714. 0x40, 0x83, 0xe1, 0xf2, 0x9d, 0xc7, 0x17, 0x22, 0x02, 0x98, 0x88, 0x10,
  715. 0x68, 0x86, 0x85, 0xf8, 0x9c, 0xa8, 0x44, 0x02, 0x7f, 0xb8, 0xfc, 0x09,
  716. 0x7b, 0x08, 0xc9, 0x0f, 0x81, 0x66, 0x58, 0x08, 0x63, 0x78, 0x86, 0xcb,
  717. 0x77, 0x1e, 0x1f, 0x31, 0x1a, 0x27, 0x22, 0x42, 0x64, 0x32, 0x04, 0x6c,
  718. 0xb8, 0x7c, 0xe7, 0xf1, 0x9f, 0x08, 0x61, 0x90, 0x09, 0xa9, 0x08, 0xb1,
  719. 0x19, 0x88, 0xcb, 0x47, 0x6e, 0xdb, 0x14, 0xae, 0xe1, 0xf2, 0x9d, 0xc7,
  720. 0x8f, 0x00, 0x6b, 0xa3, 0x8a, 0x82, 0x88, 0x4a, 0x07, 0x18, 0xfc, 0xe2,
  721. 0xb6, 0x2d, 0xe1, 0x1a, 0x2e, 0xdf, 0x79, 0xfc, 0x08, 0xb0, 0x36, 0xaa,
  722. 0x28, 0x88, 0xa8, 0x74, 0x80, 0xc1, 0x47, 0x6e, 0xdb, 0x1a, 0xaa, 0xe1,
  723. 0xf2, 0x9d, 0xc7, 0x8f, 0x00, 0xac, 0xe5, 0xa8, 0x28, 0x22, 0x9a, 0xc9,
  724. 0x2f, 0x6e, 0xdb, 0x16, 0xaa, 0xe1, 0xf2, 0x9d, 0xc7, 0x97, 0x00, 0xe6,
  725. 0x59, 0x88, 0x92, 0xa8, 0x88, 0xc5, 0x2f, 0x6e, 0x1b, 0x00, 0x00, 0x00,
  726. 0x00, 0x00, 0x00, 0x00, 0x49, 0x4c, 0x44, 0x4e, 0x2c, 0x00, 0x00, 0x00,
  727. 0x00, 0x00, 0x25, 0x00, 0x78, 0x36, 0x34, 0x5c, 0x44, 0x65, 0x62, 0x75,
  728. 0x67, 0x5c, 0x44, 0x58, 0x31, 0x32, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c,
  729. 0x74, 0x41, 0x6e, 0x79, 0x48, 0x69, 0x74, 0x53, 0x68, 0x61, 0x64, 0x65,
  730. 0x72, 0x2e, 0x70, 0x64, 0x62, 0x00, 0x00, 0x00, 0x48, 0x41, 0x53, 0x48,
  731. 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd7, 0x90, 0x76, 0x5f,
  732. 0xfc, 0x87, 0xab, 0xe7, 0xd5, 0xe8, 0x06, 0x5e, 0xf0, 0xb2, 0x9d, 0xfc,
  733. 0x44, 0x58, 0x49, 0x4c, 0x20, 0x10, 0x00, 0x00, 0x68, 0x00, 0x06, 0x00,
  734. 0x08, 0x04, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x08, 0x01, 0x00, 0x00,
  735. 0x10, 0x00, 0x00, 0x00, 0x08, 0x10, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
  736. 0x21, 0x0c, 0x00, 0x00, 0xff, 0x03, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
  737. 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
  738. 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
  739. 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
  740. 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
  741. 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
  742. 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
  743. 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
  744. 0x51, 0x18, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x1b, 0x88, 0x20, 0x00,
  745. 0x92, 0x0d, 0x84, 0xf0, 0xff, 0xff, 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30,
  746. 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x09, 0xa0, 0x36, 0x18, 0xc4,
  747. 0xff, 0xff, 0xff, 0xff, 0x0f, 0x80, 0x04, 0x54, 0x1b, 0x8c, 0xe2, 0xff,
  748. 0xff, 0xff, 0xff, 0x07, 0x20, 0x02, 0x24, 0x00, 0x49, 0x18, 0x00, 0x00,
  749. 0x03, 0x00, 0x00, 0x00, 0x13, 0x84, 0x40, 0x98, 0x10, 0x0c, 0x13, 0x02,
  750. 0x62, 0x42, 0x50, 0x00, 0x89, 0x20, 0x00, 0x00, 0x83, 0x00, 0x00, 0x00,
  751. 0x32, 0x22, 0x88, 0x09, 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84,
  752. 0x04, 0x13, 0x23, 0xe3, 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c,
  753. 0x0b, 0x84, 0xc4, 0x4c, 0x10, 0xf0, 0xc1, 0x1c, 0x01, 0x42, 0xc0, 0x3d,
  754. 0xc3, 0xe5, 0x4f, 0xd8, 0x43, 0x48, 0x7e, 0x08, 0x34, 0xc3, 0x42, 0xa0,
  755. 0x20, 0x48, 0x00, 0x81, 0x06, 0x12, 0xe6, 0x08, 0xc0, 0x20, 0x03, 0x0c,
  756. 0x3a, 0x46, 0x00, 0x66, 0x00, 0x86, 0x11, 0x08, 0x25, 0x0b, 0x96, 0x2c,
  757. 0x50, 0xce, 0x91, 0xa6, 0x88, 0x12, 0x26, 0x3f, 0x44, 0x26, 0xb1, 0x29,
  758. 0x1c, 0x34, 0x30, 0x8d, 0x41, 0xce, 0x30, 0x82, 0xa0, 0x5c, 0x24, 0x4d,
  759. 0x11, 0x25, 0x4c, 0xbe, 0x36, 0x4d, 0x11, 0x12, 0x50, 0x13, 0x21, 0xa1,
  760. 0x00, 0xa2, 0xa8, 0x0c, 0xc9, 0x23, 0xd1, 0x54, 0x04, 0xc3, 0xa0, 0xea,
  761. 0xa6, 0xe1, 0xf2, 0x27, 0xec, 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98,
  762. 0x7c, 0xe4, 0xb6, 0x51, 0x61, 0x18, 0x86, 0x61, 0x94, 0xe3, 0x32, 0x04,
  763. 0xc3, 0x00, 0x0c, 0xc2, 0x6e, 0x1a, 0x2e, 0x7f, 0xc2, 0x1e, 0x42, 0xf2,
  764. 0x57, 0x42, 0x5a, 0x89, 0xc9, 0x2f, 0x6e, 0x1b, 0x15, 0x8a, 0xa2, 0x28,
  765. 0x46, 0x39, 0x34, 0x43, 0x30, 0x0c, 0xc0, 0xa0, 0xad, 0x30, 0x9a, 0x21,
  766. 0x08, 0x8a, 0xa2, 0x28, 0x86, 0x61, 0x28, 0xd4, 0x15, 0x21, 0x31, 0xe8,
  767. 0x2b, 0x82, 0x62, 0x50, 0x78, 0xdb, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
  768. 0xbf, 0x12, 0x92, 0x43, 0x45, 0x02, 0x91, 0x46, 0xce, 0x43, 0x44, 0x13,
  769. 0x42, 0x48, 0x48, 0x30, 0x8c, 0x42, 0x08, 0x86, 0x30, 0x12, 0x59, 0x06,
  770. 0xc1, 0x10, 0xc8, 0x1c, 0x08, 0x98, 0xa9, 0x0d, 0xc6, 0x81, 0x1d, 0xc2,
  771. 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e, 0xea,
  772. 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c, 0xc6,
  773. 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d, 0xc2,
  774. 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f, 0xf4,
  775. 0x40, 0x0f, 0xda, 0x21, 0x1d, 0xe0, 0x61, 0x1e, 0x7e, 0x81, 0x1e, 0xf2,
  776. 0x01, 0x1e, 0xca, 0x01, 0x05, 0xc6, 0x4c, 0x62, 0x30, 0x0e, 0xec, 0x10,
  777. 0x0e, 0xf3, 0x30, 0x0f, 0x6e, 0x40, 0x0b, 0xe5, 0x80, 0x0f, 0xf4, 0x50,
  778. 0x0f, 0xf2, 0x50, 0x0e, 0x72, 0x40, 0x0a, 0x7c, 0x60, 0x0f, 0xe5, 0x30,
  779. 0x0e, 0xf4, 0xf0, 0x0e, 0xf2, 0xc0, 0x07, 0xe6, 0xc0, 0x0e, 0xef, 0x10,
  780. 0x0e, 0xf4, 0xc0, 0x06, 0x60, 0x40, 0x07, 0x7e, 0x00, 0x06, 0x7e, 0x80,
  781. 0x84, 0x25, 0x4d, 0x00, 0x95, 0xd6, 0x99, 0xb6, 0x71, 0x60, 0x87, 0x70,
  782. 0x98, 0x87, 0x79, 0x70, 0x83, 0x59, 0xa0, 0x07, 0x79, 0xa8, 0x87, 0x71,
  783. 0xa0, 0x87, 0x7a, 0x90, 0x87, 0x72, 0x20, 0x07, 0x51, 0xa8, 0x07, 0x73,
  784. 0x30, 0x87, 0x72, 0x90, 0x07, 0x3e, 0x48, 0x07, 0x77, 0xa0, 0x07, 0x3f,
  785. 0x40, 0x81, 0x41, 0xed, 0x30, 0xc2, 0xa0, 0x5c, 0x24, 0x4d, 0x11, 0x25,
  786. 0x4c, 0xfe, 0x4b, 0x44, 0x13, 0x71, 0x75, 0xc0, 0x04, 0x20, 0x01, 0x7a,
  787. 0x67, 0x12, 0x83, 0x71, 0x60, 0x87, 0x70, 0x98, 0x87, 0x79, 0x70, 0x83,
  788. 0x59, 0xa0, 0x07, 0x79, 0xa8, 0x87, 0x71, 0xa0, 0x87, 0x7a, 0x90, 0x87,
  789. 0x72, 0x20, 0x07, 0x51, 0xa8, 0x07, 0x73, 0x30, 0x87, 0x72, 0x90, 0x07,
  790. 0x3e, 0xb0, 0x85, 0x72, 0x90, 0x07, 0x7a, 0x28, 0x07, 0x7c, 0x20, 0x85,
  791. 0x70, 0xa0, 0x87, 0x70, 0xf0, 0x03, 0x14, 0xc0, 0x14, 0xdf, 0x24, 0x4d,
  792. 0x11, 0x25, 0x4c, 0x3e, 0x0b, 0x30, 0xcf, 0x42, 0x44, 0xec, 0x04, 0x4c,
  793. 0x04, 0x0a, 0x0c, 0x9a, 0xe7, 0x08, 0x40, 0x81, 0x8c, 0x39, 0x82, 0x60,
  794. 0x0a, 0x80, 0x20, 0x52, 0x68, 0x01, 0x00, 0x00, 0x13, 0x14, 0x72, 0xc0,
  795. 0x87, 0x74, 0x60, 0x87, 0x36, 0x68, 0x87, 0x79, 0x68, 0x03, 0x72, 0xc0,
  796. 0x87, 0x0d, 0xaf, 0x50, 0x0e, 0x6d, 0xd0, 0x0e, 0x7a, 0x50, 0x0e, 0x6d,
  797. 0x00, 0x0f, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d,
  798. 0x90, 0x0e, 0x71, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x78,
  799. 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0x60, 0x07, 0x7a,
  800. 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe9, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x73,
  801. 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x76, 0x40, 0x07, 0x7a, 0x60, 0x07, 0x74,
  802. 0xd0, 0x06, 0xe6, 0x10, 0x07, 0x76, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d,
  803. 0x60, 0x0e, 0x73, 0x20, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe6,
  804. 0x60, 0x07, 0x74, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x6d, 0xe0, 0x0e, 0x78,
  805. 0xa0, 0x07, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x76,
  806. 0x40, 0x07, 0x3a, 0x0f, 0x64, 0x90, 0x21, 0x23, 0x45, 0x44, 0x00, 0x6e,
  807. 0x00, 0xc0, 0xd4, 0x00, 0x80, 0xa9, 0x01, 0x00, 0x53, 0x03, 0x00, 0xa6,
  808. 0x06, 0x00, 0x4c, 0x0d, 0x00, 0x98, 0x1f, 0xd2, 0x60, 0x30, 0xe4, 0x99,
  809. 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0xc8,
  810. 0x53, 0x01, 0x01, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
  811. 0x90, 0x07, 0x03, 0x02, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  812. 0x80, 0x21, 0xcf, 0x06, 0x04, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  813. 0x00, 0x00, 0x43, 0x9e, 0x0e, 0x08, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00,
  814. 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1f, 0x10, 0x00, 0x04, 0x00, 0x00, 0x00,
  815. 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0xc2, 0x00, 0x08, 0x80, 0x01, 0x00,
  816. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x64, 0x00, 0x04, 0x80,
  817. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x1e, 0x33, 0x00,
  818. 0x02, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x2c, 0x10,
  819. 0x14, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x18, 0x19, 0x11, 0x4c, 0x90,
  820. 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x32, 0x4a, 0xa0, 0x20, 0x8a,
  821. 0x61, 0x04, 0xa0, 0x06, 0x8a, 0xa0, 0x24, 0x0a, 0xa3, 0x10, 0xca, 0xa0,
  822. 0x50, 0x4a, 0xa1, 0xcc, 0x99, 0x03, 0xca, 0x1c, 0x38, 0xa0, 0xa0, 0x03,
  823. 0xca, 0x81, 0xea, 0x12, 0x21, 0x67, 0x06, 0x80, 0x58, 0x5b, 0x02, 0x80,
  824. 0x5c, 0xdb, 0x42, 0xc0, 0xb6, 0x18, 0xb0, 0x2d, 0x0a, 0x48, 0xb6, 0x2d,
  825. 0x08, 0x88, 0xb6, 0x2d, 0x02, 0xe8, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00,
  826. 0x79, 0x18, 0x00, 0x00, 0x91, 0x00, 0x00, 0x00, 0x1a, 0x03, 0x4c, 0x90,
  827. 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec, 0xed, 0x4d, 0x0c, 0x24,
  828. 0xc6, 0x05, 0xc7, 0x45, 0xa6, 0x06, 0x46, 0xc6, 0x25, 0x26, 0x06, 0x04,
  829. 0x45, 0x66, 0x26, 0x27, 0x47, 0x26, 0xa6, 0x46, 0x46, 0x26, 0x65, 0x43,
  830. 0x10, 0x4c, 0x10, 0x0c, 0x68, 0x82, 0x60, 0x44, 0x1b, 0x84, 0x81, 0xe0,
  831. 0xc0, 0x96, 0x26, 0x36, 0x41, 0x30, 0xa4, 0x0d, 0x83, 0x71, 0x10, 0x13,
  832. 0x04, 0x63, 0x9a, 0x20, 0xb0, 0x81, 0x18, 0x10, 0xa1, 0x2b, 0xc3, 0xa3,
  833. 0xab, 0x93, 0x2b, 0x9b, 0x9b, 0x20, 0x18, 0xd4, 0x04, 0xc1, 0xa8, 0x26,
  834. 0x08, 0x86, 0xb5, 0x41, 0x48, 0x9c, 0x0d, 0x49, 0xa2, 0x2c, 0x43, 0xc2,
  835. 0x34, 0xc9, 0x33, 0x41, 0x70, 0x83, 0x31, 0xe0, 0x43, 0x57, 0x86, 0x47,
  836. 0x57, 0x27, 0x57, 0x96, 0x44, 0x26, 0x54, 0x67, 0x66, 0x56, 0x26, 0x37,
  837. 0x41, 0x30, 0xae, 0x09, 0x82, 0x81, 0x6d, 0x10, 0x06, 0x6a, 0x43, 0x32,
  838. 0x44, 0x52, 0x33, 0x0c, 0x53, 0x52, 0x4d, 0x10, 0xdc, 0x80, 0x0c, 0xb8,
  839. 0xa4, 0xb9, 0x91, 0x95, 0xe1, 0x09, 0xd5, 0x99, 0x99, 0x95, 0xc9, 0x4d,
  840. 0x10, 0x8c, 0x6c, 0x43, 0xd2, 0x5c, 0x58, 0x36, 0x0c, 0x53, 0x52, 0x4d,
  841. 0x10, 0xe4, 0xc0, 0x0c, 0xa8, 0xd8, 0x95, 0xc9, 0xd1, 0x95, 0xe1, 0x11,
  842. 0x85, 0xd1, 0x85, 0x4d, 0x10, 0x0c, 0x6d, 0x83, 0x30, 0x74, 0x1b, 0x92,
  843. 0x6c, 0xe3, 0xa8, 0x61, 0x98, 0x12, 0x6f, 0x82, 0xe0, 0x06, 0x65, 0xc0,
  844. 0x08, 0xee, 0x8d, 0x2d, 0xef, 0xec, 0xcd, 0x6d, 0x2a, 0x4d, 0xaf, 0x4c,
  845. 0xa8, 0xce, 0xcc, 0xac, 0x4c, 0x6e, 0x82, 0x60, 0x6c, 0x1b, 0x12, 0x0a,
  846. 0x0c, 0xc2, 0x40, 0x0c, 0x86, 0x61, 0x4a, 0xaa, 0x0d, 0x05, 0x64, 0x69,
  847. 0xdf, 0x18, 0x4c, 0x10, 0xe8, 0xe0, 0x0c, 0x88, 0x9c, 0x4d, 0x85, 0xb5,
  848. 0xc1, 0xb1, 0x95, 0xc9, 0x6d, 0x40, 0x92, 0x32, 0x30, 0x83, 0x24, 0x19,
  849. 0x12, 0x60, 0x43, 0x70, 0x06, 0x1b, 0x08, 0x32, 0x00, 0x00, 0x34, 0x98,
  850. 0x20, 0x50, 0xc7, 0x06, 0x60, 0xc3, 0x30, 0xac, 0xc1, 0x1a, 0x6c, 0x18,
  851. 0x9a, 0x35, 0x58, 0x83, 0x0d, 0x43, 0xb2, 0x06, 0x6b, 0xb0, 0x61, 0x60,
  852. 0x83, 0x36, 0x70, 0x83, 0x0d, 0xc3, 0xa0, 0x06, 0x6f, 0x30, 0x41, 0x70,
  853. 0xc2, 0x60, 0x82, 0x60, 0x70, 0x1b, 0x84, 0x44, 0x0e, 0x26, 0x08, 0x46,
  854. 0xb7, 0x41, 0x48, 0xe8, 0x60, 0xc3, 0x30, 0x07, 0x75, 0x30, 0x07, 0x1b,
  855. 0x86, 0x24, 0x0e, 0xec, 0x80, 0xc0, 0x04, 0xa1, 0x0e, 0xc0, 0x60, 0x83,
  856. 0x90, 0xe4, 0xc1, 0x86, 0x02, 0xc0, 0x03, 0x20, 0x0d, 0xf4, 0x80, 0x66,
  857. 0x10, 0xf0, 0x13, 0xe4, 0x96, 0x87, 0x94, 0x46, 0x07, 0x04, 0x94, 0x15,
  858. 0x84, 0x55, 0x85, 0x94, 0x46, 0x97, 0xe4, 0x66, 0xf6, 0x06, 0x04, 0x54,
  859. 0x15, 0x44, 0x47, 0x27, 0x97, 0x26, 0x56, 0x47, 0x57, 0x36, 0x07, 0x04,
  860. 0x04, 0xa4, 0x35, 0x41, 0x30, 0xbc, 0x09, 0x82, 0xf1, 0x6d, 0x08, 0x92,
  861. 0x0d, 0x08, 0xe1, 0x1c, 0x7d, 0xe0, 0x07, 0x84, 0x18, 0xfc, 0xc1, 0x86,
  862. 0x42, 0x0d, 0xf8, 0x00, 0x00, 0x40, 0xa1, 0x0a, 0x1b, 0x9b, 0x5d, 0x9b,
  863. 0x4b, 0x1a, 0x59, 0x99, 0x1b, 0xdd, 0x94, 0x20, 0xa8, 0x42, 0x86, 0xe7,
  864. 0x62, 0x57, 0x26, 0x37, 0x97, 0xf6, 0xe6, 0x36, 0x25, 0x20, 0x9a, 0x90,
  865. 0xe1, 0xb9, 0xd8, 0x85, 0xb1, 0xd9, 0x95, 0xc9, 0x4d, 0x09, 0x88, 0x3a,
  866. 0x64, 0x78, 0x2e, 0x73, 0x68, 0x61, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x64,
  867. 0x65, 0x6c, 0x53, 0x82, 0xa3, 0x0c, 0x19, 0x9e, 0x8b, 0x5c, 0xd9, 0xdc,
  868. 0x5b, 0x9d, 0xdc, 0x58, 0xd9, 0xdc, 0x94, 0x00, 0x0d, 0x2a, 0x91, 0xe1,
  869. 0xb9, 0xd0, 0xe5, 0xc1, 0x95, 0x05, 0xb9, 0xb9, 0xbd, 0xd1, 0x85, 0xd1,
  870. 0xa5, 0xbd, 0xb9, 0xcd, 0x4d, 0x09, 0xde, 0xa0, 0x18, 0x19, 0x9e, 0x0b,
  871. 0x19, 0x9e, 0x1c, 0x54, 0x58, 0x1e, 0xdb, 0x5b, 0x18, 0x59, 0x90, 0x9b,
  872. 0xdb, 0x1b, 0x5d, 0x18, 0x5d, 0xda, 0x9b, 0xdb, 0xdc, 0x94, 0xc0, 0x0e,
  873. 0xea, 0x90, 0xe1, 0xb9, 0x94, 0xb9, 0xd1, 0xc9, 0xe5, 0x41, 0xbd, 0xa5,
  874. 0xb9, 0xd1, 0xcd, 0x4d, 0x11, 0xf4, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00,
  875. 0x79, 0x18, 0x00, 0x00, 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c,
  876. 0xc4, 0xe1, 0x1c, 0x66, 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3,
  877. 0x8c, 0x42, 0x80, 0x07, 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6,
  878. 0x00, 0x0f, 0xed, 0x10, 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e,
  879. 0xc2, 0xc1, 0x1d, 0xce, 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43,
  880. 0x38, 0x84, 0x83, 0x1b, 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03,
  881. 0x3d, 0xcc, 0x78, 0x8c, 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48,
  882. 0x87, 0x70, 0x70, 0x07, 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20,
  883. 0x87, 0x19, 0xcc, 0x11, 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e,
  884. 0x30, 0x0f, 0xe3, 0xf0, 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d,
  885. 0xde, 0x21, 0x1c, 0xd8, 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89,
  886. 0x3b, 0xbc, 0x83, 0x3b, 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83,
  887. 0x3c, 0x84, 0x03, 0x3b, 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68,
  888. 0x07, 0x37, 0x68, 0x87, 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90,
  889. 0x87, 0x70, 0x60, 0x07, 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78,
  890. 0x87, 0x77, 0x80, 0x87, 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98,
  891. 0x87, 0x79, 0x98, 0x81, 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5,
  892. 0xc0, 0x0e, 0xec, 0x30, 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c,
  893. 0xcc, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c,
  894. 0xc4, 0x81, 0x1d, 0xca, 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43,
  895. 0x39, 0x98, 0x43, 0x39, 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43,
  896. 0x38, 0x88, 0x03, 0x3b, 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82,
  897. 0x3b, 0xd4, 0x03, 0x3b, 0xb0, 0xc3, 0x8c, 0xc8, 0x21, 0x07, 0x7c, 0x70,
  898. 0x03, 0x72, 0x10, 0x87, 0x73, 0x70, 0x03, 0x7b, 0x08, 0x07, 0x79, 0x60,
  899. 0x87, 0x70, 0xc8, 0x87, 0x77, 0xa8, 0x07, 0x7a, 0x98, 0x81, 0x3c, 0xe4,
  900. 0x80, 0x0f, 0x6e, 0x40, 0x0f, 0xe5, 0xd0, 0x0e, 0xf0, 0x30, 0x83, 0x81,
  901. 0xc8, 0x01, 0x1f, 0xdc, 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d,
  902. 0xdc, 0x40, 0x1c, 0xe4, 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00,
  903. 0x71, 0x00, 0x00, 0x00, 0x75, 0x60, 0x06, 0x81, 0x5f, 0xd0, 0x9d, 0x47,
  904. 0xa6, 0xe9, 0x40, 0x60, 0x36, 0x88, 0xad, 0x22, 0xd3, 0xf4, 0xa4, 0xdb,
  905. 0xfc, 0x06, 0x02, 0xab, 0x41, 0x3a, 0x5d, 0x9e, 0x16, 0xd7, 0xe9, 0xe5,
  906. 0x39, 0x10, 0x08, 0xd4, 0x56, 0x40, 0x17, 0xf8, 0x9d, 0xa7, 0xe1, 0x36,
  907. 0x9c, 0x5d, 0x96, 0x03, 0x81, 0xb3, 0xea, 0x34, 0xdc, 0x86, 0xb3, 0xcb,
  908. 0xf2, 0x29, 0x3d, 0x4c, 0x2f, 0x03, 0x81, 0xc1, 0x1a, 0x40, 0x83, 0xc0,
  909. 0x2f, 0xed, 0x26, 0x97, 0xf1, 0xc2, 0xba, 0xd9, 0x5c, 0x96, 0x03, 0x81,
  910. 0x33, 0xeb, 0x8f, 0x34, 0xa5, 0xcb, 0xeb, 0x63, 0x7a, 0x5d, 0x5e, 0x26,
  911. 0x0b, 0xeb, 0x66, 0x73, 0x59, 0x0e, 0x44, 0x02, 0x81, 0xc1, 0x2a, 0x70,
  912. 0x83, 0xc0, 0x0f, 0xfe, 0x66, 0xe7, 0xcf, 0x6f, 0xf7, 0x34, 0xad, 0x2f,
  913. 0x0b, 0xeb, 0x66, 0x73, 0x59, 0x0e, 0x04, 0xce, 0xac, 0x3f, 0xd2, 0x94,
  914. 0x2e, 0xaf, 0x8f, 0xe9, 0x75, 0x79, 0x99, 0x2c, 0xac, 0x9b, 0xcd, 0x65,
  915. 0x39, 0x10, 0x09, 0x04, 0x06, 0x4b, 0x80, 0x0d, 0x02, 0x3f, 0x7a, 0x19,
  916. 0x4f, 0xaf, 0xcb, 0xcb, 0x49, 0xb2, 0xb0, 0x6e, 0x36, 0x97, 0xe5, 0x40,
  917. 0xe0, 0xcc, 0xfa, 0x23, 0x4d, 0xe9, 0xf2, 0xfa, 0x98, 0x5e, 0x97, 0x97,
  918. 0xc9, 0xc2, 0xba, 0xd9, 0x5c, 0x96, 0x03, 0x91, 0x40, 0x60, 0xb0, 0x00,
  919. 0xde, 0x20, 0xf0, 0xa3, 0x97, 0xf1, 0xf4, 0xba, 0xbc, 0x3c, 0x07, 0x02,
  920. 0x67, 0xd0, 0xa0, 0xf5, 0x47, 0xa2, 0x96, 0xf1, 0xf4, 0xba, 0xbc, 0x2c,
  921. 0x23, 0x02, 0xad, 0x3f, 0x92, 0xbd, 0x3c, 0xa6, 0xbf, 0xe5, 0xc0, 0x26,
  922. 0x09, 0x36, 0x03, 0x02, 0x81, 0xc0, 0x60, 0x11, 0xcc, 0x41, 0xe0, 0x67,
  923. 0x2f, 0xcb, 0xe9, 0x65, 0x3c, 0x31, 0x4c, 0x0f, 0x03, 0x81, 0x33, 0xeb,
  924. 0x8f, 0x34, 0xa5, 0xcb, 0xeb, 0x63, 0x7a, 0x5d, 0x5e, 0x26, 0x0b, 0xeb,
  925. 0x66, 0x73, 0x59, 0x0e, 0xac, 0x5a, 0xcb, 0x72, 0x7a, 0x19, 0x4f, 0x0c,
  926. 0xd3, 0xc3, 0x40, 0x20, 0x10, 0x18, 0x34, 0x03, 0x66, 0xb8, 0xfc, 0xc6,
  927. 0x99, 0x0e, 0xa4, 0x31, 0x7c, 0xc0, 0x1c, 0xa8, 0xe1, 0xf2, 0x9d, 0xc7,
  928. 0x07, 0x9a, 0xc6, 0x99, 0x80, 0x89, 0x08, 0x81, 0x66, 0x58, 0x08, 0x7b,
  929. 0x40, 0x83, 0xe1, 0xf2, 0x9d, 0xc7, 0x17, 0x22, 0x02, 0x98, 0x88, 0x10,
  930. 0x68, 0x86, 0x85, 0xf8, 0x9c, 0xa8, 0x44, 0x02, 0x7f, 0xb8, 0xfc, 0x09,
  931. 0x7b, 0x08, 0xc9, 0x0f, 0x81, 0x66, 0x58, 0x08, 0x63, 0x78, 0x86, 0xcb,
  932. 0x77, 0x1e, 0x1f, 0x31, 0x1a, 0x27, 0x22, 0x42, 0x64, 0x32, 0x04, 0x6c,
  933. 0xb8, 0x7c, 0xe7, 0xf1, 0x9f, 0x08, 0x61, 0x90, 0x09, 0xa9, 0x08, 0xb1,
  934. 0x19, 0x88, 0xcb, 0x47, 0x6e, 0xdb, 0x14, 0xae, 0xe1, 0xf2, 0x9d, 0xc7,
  935. 0x8f, 0x00, 0x6b, 0xa3, 0x8a, 0x82, 0x88, 0x4a, 0x07, 0x18, 0xfc, 0xe2,
  936. 0xb6, 0x2d, 0xe1, 0x1a, 0x2e, 0xdf, 0x79, 0xfc, 0x08, 0xb0, 0x36, 0xaa,
  937. 0x28, 0x88, 0xa8, 0x74, 0x80, 0xc1, 0x47, 0x6e, 0xdb, 0x1a, 0xaa, 0xe1,
  938. 0xf2, 0x9d, 0xc7, 0x8f, 0x00, 0xac, 0xe5, 0xa8, 0x28, 0x22, 0x9a, 0xc9,
  939. 0x2f, 0x6e, 0xdb, 0x16, 0xaa, 0xe1, 0xf2, 0x9d, 0xc7, 0x97, 0x00, 0xe6,
  940. 0x59, 0x88, 0x92, 0xa8, 0x88, 0xc5, 0x2f, 0x6e, 0x1b, 0x00, 0x00, 0x00,
  941. 0x61, 0x20, 0x00, 0x00, 0x97, 0x01, 0x00, 0x00, 0x13, 0x04, 0x62, 0x10,
  942. 0x0b, 0x04, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x04, 0x94, 0x40, 0x19,
  943. 0x90, 0x51, 0xc0, 0x02, 0x05, 0x3b, 0x50, 0x96, 0x02, 0x25, 0x2c, 0x50,
  944. 0xb6, 0x02, 0x85, 0x89, 0x50, 0x92, 0x10, 0xc5, 0x51, 0x7c, 0x33, 0x00,
  945. 0x45, 0x2b, 0x40, 0xf7, 0x08, 0x00, 0xd5, 0x65, 0x50, 0x04, 0x25, 0x30,
  946. 0x02, 0x40, 0xe3, 0x1c, 0x82, 0x1c, 0x68, 0x73, 0x08, 0xd5, 0x1c, 0xcc,
  947. 0x21, 0xd0, 0xc1, 0x34, 0x87, 0x70, 0x61, 0xb4, 0xcc, 0x00, 0x90, 0x32,
  948. 0x02, 0x30, 0x03, 0x40, 0xf6, 0x50, 0xc7, 0x81, 0x18, 0xc6, 0x64, 0x4c,
  949. 0xa4, 0x8c, 0x11, 0x80, 0x20, 0x08, 0xe2, 0x1f, 0x00, 0x00, 0x00, 0x00,
  950. 0x54, 0x0a, 0x02, 0x20, 0x51, 0x10, 0x00, 0x91, 0x82, 0x00, 0xc8, 0x14,
  951. 0x04, 0x40, 0xa8, 0x20, 0x00, 0x3a, 0x0c, 0x30, 0x62, 0x50, 0x00, 0x20,
  952. 0x08, 0x06, 0x15, 0x29, 0x70, 0x94, 0x18, 0x80, 0x14, 0x03, 0xd0, 0x62,
  953. 0x80, 0xe1, 0x06, 0xa2, 0x0f, 0xce, 0x60, 0x96, 0x21, 0x28, 0x82, 0x59,
  954. 0x02, 0x61, 0xa0, 0xc2, 0xe0, 0x87, 0x60, 0x1b, 0x06, 0x2a, 0x0c, 0x26,
  955. 0x58, 0x86, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x30, 0x03, 0x52, 0x30,
  956. 0x03, 0x66, 0xc4, 0xe0, 0x00, 0x40, 0x10, 0x0c, 0xc8, 0xc0, 0x14, 0xcc,
  957. 0x20, 0xa0, 0x46, 0x0c, 0x14, 0x00, 0x04, 0xc1, 0x00, 0x63, 0x05, 0x33,
  958. 0x08, 0x08, 0x51, 0x50, 0x83, 0x3e, 0x18, 0x4d, 0x08, 0x00, 0x2b, 0x82,
  959. 0x10, 0x10, 0x65, 0x80, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x30, 0x03,
  960. 0x55, 0x60, 0x83, 0x67, 0xc4, 0xe0, 0x00, 0x40, 0x10, 0x0c, 0xc8, 0x80,
  961. 0x15, 0xd8, 0x20, 0xd0, 0x46, 0x0c, 0x14, 0x00, 0x04, 0xc1, 0x00, 0x93,
  962. 0x05, 0x36, 0x08, 0x14, 0x54, 0x80, 0x83, 0x51, 0x18, 0x4d, 0x08, 0x00,
  963. 0xca, 0x0c, 0x30, 0x4b, 0x30, 0x58, 0xe3, 0x0a, 0x20, 0xa0, 0xcd, 0x00,
  964. 0xc3, 0x0d, 0x49, 0x2b, 0x9c, 0xc1, 0x70, 0x43, 0x90, 0x06, 0x61, 0x30,
  965. 0xdc, 0x10, 0xa8, 0x41, 0x18, 0xcc, 0x32, 0x08, 0x44, 0x30, 0x4b, 0x50,
  966. 0x0c, 0x54, 0x18, 0x0e, 0x01, 0x16, 0xc0, 0x1e, 0x06, 0x72, 0x88, 0x85,
  967. 0x80, 0x02, 0x01, 0x90, 0x18, 0x18, 0x60, 0xc4, 0xa0, 0x00, 0x40, 0x10,
  968. 0x0c, 0xaa, 0x5f, 0xb8, 0x83, 0x0a, 0x5e, 0x41, 0xa8, 0x0c, 0x0c, 0x30,
  969. 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x66, 0xb0, 0x0b, 0x7d, 0x10, 0x06,
  970. 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x40, 0x06, 0xbd, 0xd0, 0x07, 0xc1,
  971. 0x1a, 0x8c, 0x18, 0x28, 0x00, 0x08, 0x82, 0x01, 0x36, 0x0e, 0x7d, 0x10,
  972. 0x10, 0xb9, 0x10, 0x0a, 0xb4, 0x30, 0x9a, 0x10, 0x00, 0x23, 0x06, 0x06,
  973. 0x00, 0x82, 0x60, 0x60, 0x06, 0xbf, 0x10, 0x0a, 0x66, 0x30, 0x62, 0x70,
  974. 0x00, 0x20, 0x08, 0x06, 0x64, 0x10, 0x0e, 0xa1, 0x10, 0xc8, 0x01, 0xb1,
  975. 0x81, 0x01, 0x46, 0x0c, 0x14, 0x00, 0x04, 0xc1, 0x60, 0x3b, 0x07, 0x51,
  976. 0x10, 0x08, 0x5f, 0x28, 0x85, 0x5c, 0x18, 0x4d, 0x08, 0x80, 0xd1, 0x04,
  977. 0x21, 0x30, 0x86, 0x1c, 0x40, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06,
  978. 0x66, 0x60, 0x0e, 0xa8, 0xc0, 0x06, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
  979. 0x40, 0x06, 0xe8, 0x80, 0x0a, 0x81, 0x1d, 0x8c, 0x18, 0x28, 0x00, 0x08,
  980. 0x82, 0x01, 0xe6, 0x0e, 0xa8, 0x10, 0x0c, 0xe4, 0xc0, 0x0a, 0xbf, 0x30,
  981. 0x9a, 0x10, 0x00, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x60, 0x06, 0xea,
  982. 0xc0, 0x0a, 0x71, 0x30, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06, 0x64, 0xc0,
  983. 0x0e, 0xac, 0x10, 0xf4, 0x01, 0xdd, 0x81, 0x01, 0x46, 0x0c, 0x14, 0x00,
  984. 0x04, 0xc1, 0x60, 0x93, 0x87, 0x56, 0x10, 0x88, 0x74, 0x80, 0x05, 0x72,
  985. 0x18, 0x4d, 0x08, 0x80, 0xd1, 0x04, 0x21, 0xb0, 0x4b, 0x1d, 0x40, 0x30,
  986. 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x66, 0x10, 0x0f, 0xb3, 0x70, 0x07,
  987. 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x40, 0x06, 0xf3, 0x30, 0x0b, 0x41,
  988. 0x28, 0x8c, 0x18, 0x28, 0x00, 0x08, 0x82, 0x01, 0x96, 0x0f, 0xb3, 0x10,
  989. 0x0c, 0xef, 0x70, 0x0b, 0xea, 0x30, 0x9a, 0x10, 0x00, 0x23, 0x06, 0x06,
  990. 0x00, 0x82, 0x60, 0x60, 0x06, 0xf5, 0x70, 0x0b, 0x7c, 0x30, 0x62, 0x70,
  991. 0x00, 0x20, 0x08, 0x06, 0x64, 0x70, 0x0f, 0xb7, 0x10, 0xa0, 0x02, 0x89,
  992. 0x82, 0x01, 0x46, 0x0c, 0x14, 0x00, 0x04, 0xc1, 0x60, 0xeb, 0x07, 0x5c,
  993. 0x10, 0x08, 0x7a, 0xd8, 0x85, 0x77, 0x18, 0x4d, 0x08, 0x80, 0xd1, 0x04,
  994. 0x21, 0xd8, 0xd1, 0x00, 0x0e, 0xf7, 0x70, 0x0f, 0x14, 0x40, 0x63, 0x0c,
  995. 0x21, 0xc8, 0x07, 0x43, 0x85, 0x20, 0x3e, 0x3b, 0x1a, 0xc8, 0x61, 0x1f,
  996. 0xf6, 0x81, 0x02, 0x68, 0x8c, 0x21, 0x04, 0x20, 0x61, 0x44, 0x10, 0x1f,
  997. 0x03, 0x83, 0x40, 0x3e, 0x06, 0x06, 0x82, 0x7c, 0x76, 0x34, 0xa8, 0x43,
  998. 0x48, 0x84, 0x04, 0x05, 0xd0, 0x18, 0x43, 0x08, 0x46, 0x62, 0x0c, 0x41,
  999. 0x20, 0x09, 0xdb, 0x04, 0xf9, 0xd8, 0x26, 0xc8, 0xc7, 0x10, 0x01, 0x3e,
  1000. 0x86, 0x08, 0xf0, 0xd9, 0xd1, 0x20, 0x0f, 0x29, 0x91, 0x12, 0x14, 0x40,
  1001. 0x63, 0x0c, 0x21, 0x70, 0x89, 0x31, 0x04, 0xe1, 0x25, 0x0c, 0x13, 0xe4,
  1002. 0x63, 0x98, 0x20, 0x1f, 0x43, 0x04, 0xf8, 0x18, 0x22, 0xc0, 0x87, 0xc0,
  1003. 0xc1, 0x00, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x60, 0x06, 0x36, 0x81,
  1004. 0x0f, 0xa0, 0x30, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06, 0x64, 0x80, 0x13,
  1005. 0xf8, 0x10, 0xa0, 0xc3, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x98, 0x01,
  1006. 0x4e, 0xe8, 0x43, 0x38, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0x19,
  1007. 0xe8, 0x84, 0x3e, 0x04, 0xe9, 0x30, 0x62, 0xf0, 0x00, 0x20, 0x08, 0x06,
  1008. 0x9d, 0x4f, 0xd0, 0xc3, 0x10, 0x1c, 0x86, 0x39, 0x98, 0x83, 0x4d, 0xd8,
  1009. 0xc4, 0x3c, 0x9c, 0xc3, 0x68, 0x42, 0x00, 0xcc, 0x31, 0xa8, 0x43, 0xf0,
  1010. 0x0e, 0xa3, 0x09, 0x43, 0x30, 0xc7, 0x20, 0x04, 0xf2, 0x30, 0x9a, 0x50,
  1011. 0x08, 0x73, 0x0c, 0x42, 0x50, 0x0f, 0xa3, 0x09, 0xc7, 0x30, 0xc7, 0x20,
  1012. 0x04, 0xf8, 0x40, 0xee, 0x60, 0x80, 0xe1, 0x88, 0x21, 0x1e, 0x82, 0x6f,
  1013. 0xb8, 0x21, 0xe0, 0x87, 0x30, 0x18, 0x6e, 0x08, 0xfa, 0x21, 0x0c, 0x66,
  1014. 0x19, 0x8c, 0x23, 0x18, 0x31, 0x28, 0x00, 0x10, 0x04, 0x83, 0x4f, 0x2d,
  1015. 0x4a, 0x02, 0x47, 0x0c, 0x0a, 0x00, 0x04, 0xc1, 0x20, 0x0c, 0xd2, 0xe2,
  1016. 0x1f, 0x68, 0x1e, 0x0c, 0x40, 0xf4, 0x60, 0x00, 0xaa, 0x07, 0x03, 0x6c,
  1017. 0x67, 0x88, 0x89, 0xb3, 0x28, 0x0b, 0x0a, 0x8c, 0x31, 0xdc, 0x90, 0x16,
  1018. 0x01, 0x19, 0xcc, 0x32, 0x20, 0x5c, 0x30, 0x4b, 0x90, 0x0c, 0x54, 0x18,
  1019. 0xb4, 0x82, 0x00, 0xd8, 0x40, 0x85, 0x61, 0x2b, 0xc8, 0x4d, 0x60, 0xdb,
  1020. 0x21, 0x6c, 0x82, 0x2d, 0xde, 0x22, 0xa0, 0x40, 0x19, 0xc3, 0x11, 0xc1,
  1021. 0x22, 0x7c, 0xc3, 0x0d, 0x81, 0x4a, 0x84, 0xc1, 0x70, 0x43, 0xb0, 0x12,
  1022. 0x61, 0x30, 0xcb, 0xa0, 0x50, 0x01, 0x81, 0x84, 0x01, 0xb6, 0x43, 0xf0,
  1023. 0x84, 0x5c, 0xc8, 0xc5, 0x41, 0xc1, 0x32, 0xc6, 0x10, 0x02, 0xba, 0x18,
  1024. 0x43, 0x10, 0xf0, 0x62, 0x0c, 0x61, 0xa0, 0x8b, 0x31, 0x04, 0x22, 0x2e,
  1025. 0xe8, 0x24, 0x0c, 0xb0, 0x1d, 0x62, 0x2c, 0xf2, 0x22, 0x2f, 0x1c, 0x4a,
  1026. 0x09, 0x03, 0x0c, 0x1b, 0x10, 0x42, 0x37, 0x00, 0xdb, 0x21, 0xca, 0x62,
  1027. 0x2f, 0xfc, 0x02, 0xa2, 0x40, 0x19, 0xc4, 0x12, 0x06, 0xd8, 0x0e, 0x81,
  1028. 0x16, 0x7e, 0x11, 0x1a, 0x13, 0xb9, 0x84, 0x01, 0x86, 0x0d, 0x08, 0xa1,
  1029. 0x1b, 0x80, 0xe1, 0x88, 0x31, 0x70, 0x89, 0xe0, 0x1b, 0x6e, 0x08, 0x78,
  1030. 0x22, 0x0c, 0x86, 0x1b, 0x82, 0x9e, 0x08, 0x83, 0x59, 0x86, 0x85, 0x09,
  1031. 0x0c, 0x33, 0x0d, 0x10, 0x6c, 0x67, 0x70, 0x0b, 0xd2, 0x10, 0x0d, 0xa2,
  1032. 0x09, 0x03, 0x0c, 0x1b, 0x10, 0xc2, 0x30, 0x00, 0xb3, 0x04, 0x93, 0x6d,
  1033. 0xa9, 0x01, 0x02, 0xb2, 0x09, 0x03, 0xcc, 0x12, 0x34, 0x03, 0x15, 0x0a,
  1034. 0x1a, 0x30, 0x6f, 0x10, 0x0d, 0x54, 0x28, 0x68, 0xc0, 0xbc, 0x41, 0x34,
  1035. 0x50, 0xa1, 0xa0, 0x01, 0xf3, 0x06, 0xd1, 0x40, 0x85, 0x82, 0x06, 0xcc,
  1036. 0x1b, 0x44, 0x03, 0x15, 0x0a, 0x18, 0x30, 0x73, 0x10, 0x0d, 0x54, 0x18,
  1037. 0x0e, 0x13, 0x0a, 0xd1, 0x1c, 0x03, 0x58, 0x18, 0xae, 0x31, 0xc7, 0x10,
  1038. 0x18, 0xb2, 0x31, 0xc7, 0x10, 0x18, 0xae, 0x31, 0xc7, 0x10, 0x18, 0xab,
  1039. 0xb1, 0x9d, 0x81, 0x2f, 0x64, 0x03, 0x36, 0x28, 0x30, 0x46, 0x05, 0xb7,
  1040. 0x01, 0xc3, 0x0d, 0x48, 0x40, 0x06, 0xc3, 0x0d, 0x41, 0x5c, 0x84, 0xc1,
  1041. 0x70, 0x43, 0x20, 0x17, 0x61, 0x30, 0xcb, 0xe0, 0x3c, 0xc1, 0x70, 0xc3,
  1042. 0x02, 0x1b, 0x68, 0x30, 0xdc, 0x10, 0xd0, 0x45, 0x18, 0x0c, 0x37, 0x04,
  1043. 0x75, 0x11, 0x06, 0xb3, 0x04, 0xcf, 0x40, 0xc5, 0x1d, 0xb0, 0x4b, 0x23,
  1044. 0x38, 0xc3, 0x0d, 0xc1, 0x5d, 0x84, 0xc1, 0x2c, 0x03, 0x24, 0x05, 0xdb,
  1045. 0x21, 0x4e, 0xa3, 0x37, 0x7a, 0x03, 0xa2, 0x60, 0x19, 0x63, 0x08, 0xc1,
  1046. 0x6f, 0x8c, 0x21, 0x08, 0xe3, 0x31, 0x86, 0x30, 0xfc, 0xc6, 0x18, 0x02,
  1047. 0xc1, 0x1b, 0x24, 0x17, 0x06, 0xd8, 0x0e, 0xe1, 0x1a, 0xe4, 0x71, 0x1e,
  1048. 0x17, 0x05, 0xca, 0xa0, 0xba, 0x30, 0xc0, 0x76, 0x88, 0xd8, 0x38, 0x8f,
  1049. 0xf3, 0xd0, 0xe8, 0x2e, 0x0c, 0x30, 0x6c, 0x40, 0x08, 0xd8, 0x00, 0x6c,
  1050. 0x87, 0x98, 0x8d, 0xf4, 0x60, 0x0f, 0x8e, 0xf2, 0xc2, 0x00, 0xc3, 0x06,
  1051. 0x84, 0xf0, 0x0d, 0x00, 0xe9, 0x85, 0x01, 0x68, 0x2f, 0x0c, 0x30, 0x4b,
  1052. 0x10, 0x19, 0x18, 0xc0, 0x07, 0x08, 0xa8, 0x2f, 0x0c, 0x30, 0x4b, 0xd0,
  1053. 0xcc, 0x12, 0x4c, 0xb3, 0x04, 0xda, 0x76, 0x88, 0xdc, 0x78, 0x8f, 0xf7,
  1054. 0x20, 0x05, 0x0a, 0x96, 0x31, 0x86, 0x10, 0xac, 0xc7, 0x70, 0x44, 0x00,
  1055. 0x1a, 0xc1, 0x37, 0xdc, 0x10, 0xb8, 0x46, 0x18, 0x0c, 0x37, 0x04, 0xaf,
  1056. 0x11, 0x06, 0xb3, 0x0c, 0x95, 0x15, 0x10, 0x69, 0x18, 0x60, 0x96, 0x20,
  1057. 0x9b, 0x25, 0xb8, 0x66, 0x09, 0x30, 0x5b, 0x85, 0xfc, 0x00, 0x01, 0x99,
  1058. 0x86, 0x01, 0x28, 0x16, 0x8c, 0x31, 0xdc, 0x30, 0x04, 0x64, 0x30, 0xdc,
  1059. 0x10, 0xd4, 0x46, 0x18, 0x0c, 0x37, 0x04, 0xb6, 0x11, 0x06, 0xb3, 0x0c,
  1060. 0xc9, 0x16, 0xcc, 0x12, 0x70, 0xb3, 0x04, 0xdc, 0x2c, 0x01, 0x37, 0x50,
  1061. 0x62, 0xf8, 0x8f, 0x46, 0x16, 0x9b, 0xff, 0x64, 0xf8, 0x73, 0x0c, 0x37,
  1062. 0x04, 0xfd, 0x11, 0x06, 0xb3, 0x0c, 0x5f, 0x17, 0x6c, 0x67, 0x40, 0x0f,
  1063. 0xff, 0xe0, 0x0f, 0x0a, 0x8c, 0x31, 0xdc, 0x10, 0xe0, 0x07, 0x19, 0x0c,
  1064. 0x37, 0x04, 0xbc, 0x11, 0x06, 0xc3, 0x0d, 0x41, 0x6f, 0x84, 0xc1, 0x2c,
  1065. 0x83, 0xf7, 0x05, 0xdb, 0x19, 0xda, 0x63, 0x44, 0x42, 0x84, 0x02, 0x63,
  1066. 0x6c, 0x87, 0x78, 0x8f, 0x12, 0x29, 0x91, 0x80, 0x6a, 0xc3, 0x00, 0xc3,
  1067. 0x06, 0x84, 0x90, 0x0e, 0x03, 0xb0, 0x9d, 0x21, 0x3e, 0x4e, 0xa4, 0x44,
  1068. 0x28, 0x30, 0xc6, 0x76, 0x88, 0xf9, 0x48, 0x11, 0x16, 0x09, 0x28, 0x37,
  1069. 0x0c, 0x30, 0x6c, 0x40, 0x08, 0xe8, 0x30, 0x00, 0xdb, 0x19, 0xea, 0x63,
  1070. 0x45, 0x52, 0x84, 0x02, 0x63, 0x54, 0x00, 0x23, 0x40, 0xbd, 0x61, 0x80,
  1071. 0x61, 0x03, 0x82, 0x10, 0x06, 0x60, 0x96, 0xe0, 0x1b, 0x8e, 0x90, 0x87,
  1072. 0xde, 0x20, 0xbe, 0xe1, 0x86, 0x60, 0x3d, 0xc2, 0x60, 0xb8, 0x21, 0x60,
  1073. 0x8f, 0x30, 0x98, 0x65, 0x00, 0x83, 0x30, 0x08, 0x46, 0x0c, 0x0a, 0x00,
  1074. 0x04, 0xc1, 0xe0, 0xcb, 0x11, 0xfa, 0x40, 0x0a, 0x0f, 0x03, 0x60, 0x38,
  1075. 0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xa6, 0x62, 0x00, 0xd3,
  1076. 0x14, 0x21, 0x81, 0xa5, 0x1c, 0x0f, 0x80, 0x2d, 0x0e, 0x30, 0x00, 0x00,
  1077. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
  1078. };