1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
#ifndef AWS_COMMON_MATH_INL #define AWS_COMMON_MATH_INL /** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include #include #include #ifndef __has_builtin # define __has_builtin(x) 0 #endif /* CBMC is its own thing */ #if defined(CBMC) # include /* Prefer GCC-style overflow builtins */ #elif defined(AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS) || __has_builtin(__builtin_add_overflow) # include # include /* Fall back on GCC-style assembly, and ancient builtins available in all versions of GCC and Clang we support */ #elif defined(__x86_64__) && defined(AWS_HAVE_GCC_INLINE_ASM) # include # include /* Fall back on GCC-style assembly, and ancient builtins available in all versions of GCC and Clang we support */ #elif defined(__aarch64__) && defined(AWS_HAVE_GCC_INLINE_ASM) # include # include /* On MSVC, use intrinsics */ #elif defined(AWS_HAVE_MSVC_INTRINSICS_X64) # include /* Fall back to pure C implementation */ #else # include #endif AWS_EXTERN_C_BEGIN #ifdef _MSC_VER # pragma warning(push) # pragma warning(disable : 4127) /*Disable "conditional expression is constant" */ #elif defined(__GNUC__) # pragma GCC diagnostic push # if defined(__cplusplus) && !defined(__clang__) # pragma GCC diagnostic ignored "-Wuseless-cast" /* Warning is C++ only (not C), and GCC only (not clang) */ # endif #endif AWS_STATIC_IMPL uint64_t aws_sub_u64_saturating(uint64_t a, uint64_t b) { return a <= b ? 0 : a - b; } AWS_STATIC_IMPL int aws_sub_u64_checked(uint64_t a, uint64_t b, uint64_t *r) { if (a < b) { return aws_raise_error(AWS_ERROR_OVERFLOW_DETECTED); } *r = a - b; return AWS_OP_SUCCESS; } AWS_STATIC_IMPL uint32_t aws_sub_u32_saturating(uint32_t a, uint32_t b) { return a <= b ? 0 : a - b; } AWS_STATIC_IMPL int aws_sub_u32_checked(uint32_t a, uint32_t b, uint32_t *r) { if (a < b) { return aws_raise_error(AWS_ERROR_OVERFLOW_DETECTED); } *r = a - b; return AWS_OP_SUCCESS; } /** * Multiplies a * b. If the result overflows, returns SIZE_MAX. */ AWS_STATIC_IMPL size_t aws_mul_size_saturating(size_t a, size_t b) { #if SIZE_BITS == 32 return (size_t)aws_mul_u32_saturating(a, b); #elif SIZE_BITS == 64 return (size_t)aws_mul_u64_saturating(a, b); #else # error "Target not supported" #endif } /** * Multiplies a * b and returns the result in *r. If the result * overflows, returns AWS_OP_ERR; otherwise returns AWS_OP_SUCCESS. */ AWS_STATIC_IMPL int aws_mul_size_checked(size_t a, size_t b, size_t *r) { #if SIZE_BITS == 32 return aws_mul_u32_checked(a, b, (uint32_t *)r); #elif SIZE_BITS == 64 return aws_mul_u64_checked(a, b, (uint64_t *)r); #else # error "Target not supported" #endif } /** * Adds a + b. If the result overflows returns SIZE_MAX. */ AWS_STATIC_IMPL size_t aws_add_size_saturating(size_t a, size_t b) { #if SIZE_BITS == 32 return (size_t)aws_add_u32_saturating(a, b); #elif SIZE_BITS == 64 return (size_t)aws_add_u64_saturating(a, b); #else # error "Target not supported" #endif } /** * Adds a + b and returns the result in *r. If the result * overflows, returns AWS_OP_ERR; otherwise returns AWS_OP_SUCCESS. */ AWS_STATIC_IMPL int aws_add_size_checked(size_t a, size_t b, size_t *r) { #if SIZE_BITS == 32 return aws_add_u32_checked(a, b, (uint32_t *)r); #elif SIZE_BITS == 64 return aws_add_u64_checked(a, b, (uint64_t *)r); #else # error "Target not supported" #endif } AWS_STATIC_IMPL size_t aws_sub_size_saturating(size_t a, size_t b) { #if SIZE_BITS == 32 return (size_t)aws_sub_u32_saturating(a, b); #elif SIZE_BITS == 64 return (size_t)aws_sub_u64_saturating(a, b); #else # error "Target not supported" #endif } AWS_STATIC_IMPL int aws_sub_size_checked(size_t a, size_t b, size_t *r) { #if SIZE_BITS == 32 return aws_sub_u32_checked(a, b, (uint32_t *)r); #elif SIZE_BITS == 64 return aws_sub_u64_checked(a, b, (uint64_t *)r); #else # error "Target not supported" #endif } /** * Function to check if x is power of 2 */ AWS_STATIC_IMPL bool aws_is_power_of_two(const size_t x) { /* First x in the below expression is for the case when x is 0 */ return x && (!(x & (x - 1))); } /** * Function to find the smallest result that is power of 2 >= n. Returns AWS_OP_ERR if this cannot * be done without overflow */ AWS_STATIC_IMPL int aws_round_up_to_power_of_two(size_t n, size_t *result) { if (n == 0) { *result = 1; return AWS_OP_SUCCESS; } if (n > SIZE_MAX_POWER_OF_TWO) { return aws_raise_error(AWS_ERROR_OVERFLOW_DETECTED); } n--; n |= n >> 1; n |= n >> 2; n |= n >> 4; n |= n >> 8; n |= n >> 16; #if SIZE_BITS == 64 n |= n >> 32; #endif n++; *result = n; return AWS_OP_SUCCESS; } #ifdef _MSC_VER # pragma warning(pop) #elif defined(__GNUC__) # pragma GCC diagnostic pop #endif /* _MSC_VER */ AWS_STATIC_IMPL uint8_t aws_min_u8(uint8_t a, uint8_t b) { return a < b ? a : b; } AWS_STATIC_IMPL uint8_t aws_max_u8(uint8_t a, uint8_t b) { return a > b ? a : b; } AWS_STATIC_IMPL int8_t aws_min_i8(int8_t a, int8_t b) { return a < b ? a : b; } AWS_STATIC_IMPL int8_t aws_max_i8(int8_t a, int8_t b) { return a > b ? a : b; } AWS_STATIC_IMPL uint16_t aws_min_u16(uint16_t a, uint16_t b) { return a < b ? a : b; } AWS_STATIC_IMPL uint16_t aws_max_u16(uint16_t a, uint16_t b) { return a > b ? a : b; } AWS_STATIC_IMPL int16_t aws_min_i16(int16_t a, int16_t b) { return a < b ? a : b; } AWS_STATIC_IMPL int16_t aws_max_i16(int16_t a, int16_t b) { return a > b ? a : b; } AWS_STATIC_IMPL uint32_t aws_min_u32(uint32_t a, uint32_t b) { return a < b ? a : b; } AWS_STATIC_IMPL uint32_t aws_max_u32(uint32_t a, uint32_t b) { return a > b ? a : b; } AWS_STATIC_IMPL int32_t aws_min_i32(int32_t a, int32_t b) { return a < b ? a : b; } AWS_STATIC_IMPL int32_t aws_max_i32(int32_t a, int32_t b) { return a > b ? a : b; } AWS_STATIC_IMPL uint64_t aws_min_u64(uint64_t a, uint64_t b) { return a < b ? a : b; } AWS_STATIC_IMPL uint64_t aws_max_u64(uint64_t a, uint64_t b) { return a > b ? a : b; } AWS_STATIC_IMPL int64_t aws_min_i64(int64_t a, int64_t b) { return a < b ? a : b; } AWS_STATIC_IMPL int64_t aws_max_i64(int64_t a, int64_t b) { return a > b ? a : b; } AWS_STATIC_IMPL size_t aws_min_size(size_t a, size_t b) { return a < b ? a : b; } AWS_STATIC_IMPL size_t aws_max_size(size_t a, size_t b) { return a > b ? a : b; } AWS_STATIC_IMPL int aws_min_int(int a, int b) { return a < b ? a : b; } AWS_STATIC_IMPL int aws_max_int(int a, int b) { return a > b ? a : b; } AWS_STATIC_IMPL float aws_min_float(float a, float b) { return a < b ? a : b; } AWS_STATIC_IMPL float aws_max_float(float a, float b) { return a > b ? a : b; } AWS_STATIC_IMPL double aws_min_double(double a, double b) { return a < b ? a : b; } AWS_STATIC_IMPL double aws_max_double(double a, double b) { return a > b ? a : b; } AWS_EXTERN_C_END #endif /* AWS_COMMON_MATH_INL */