Searched refs:bit (Results 1 – 25 of 26) sorted by relevance
12
75 UINT i, j, bit, time; in _nxd_ipv6_find_max_prefix_length() local90 bit = 16; in _nxd_ipv6_find_max_prefix_length()95 if (addr1[i] >> bit == addr2[i] >> bit) in _nxd_ipv6_find_max_prefix_length()97 bit -= time; in _nxd_ipv6_find_max_prefix_length()100 length += (32 - bit); in _nxd_ipv6_find_max_prefix_length()105 length += (31 - bit); in _nxd_ipv6_find_max_prefix_length()110 bit += time; in _nxd_ipv6_find_max_prefix_length()
254 UINT index, bit; in _nx_crypto_huge_number_power_modulus() local275 for (bit = 0; bit < HN_SHIFT; ++bit) in _nx_crypto_huge_number_power_modulus()
2629 UINT bit, exp_size; in _nx_crypto_huge_number_mont_power_modulus() local2691 for (bit = 0; bit < HN_SHIFT; bit++) in _nx_crypto_huge_number_mont_power_modulus()2695 if (cur_block & (1u << (NX_CRYPTO_HUGE_NUMBER_BITS - (1 + bit)))) in _nx_crypto_huge_number_mont_power_modulus()
2879 UINT bit; in _nx_crypto_ec_fp_projective_multiple() local2905 for (bit = 0; bit < HN_SHIFT - 1; bit += 2) in _nx_crypto_ec_fp_projective_multiple()2907 value = (digit >> (HN_SHIFT - bit - 2)) & 3; in _nx_crypto_ec_fp_projective_multiple()2918 for (; bit < HN_SHIFT - 1; bit += 2) in _nx_crypto_ec_fp_projective_multiple()2922 value = (digit >> (HN_SHIFT - bit - 2)) & 3; in _nx_crypto_ec_fp_projective_multiple()2933 bit = 0; in _nx_crypto_ec_fp_projective_multiple()
6 message(STATUS "Building for 64bit")10 message(STATUS "Building for 32bit")
45 message(STATUS "Building for 64bit")49 message(STATUS "Building for 32bit")
107 message(STATUS "Building for 64bit")111 message(STATUS "Building for 32bit")
13 Public-Key: (256 bit)
13 Public-Key: (224 bit)
13 Public-Key: (192 bit)
13 Public-Key: (521 bit)
13 Public-Key: (384 bit)
13 Public-Key: (2048 bit)
22 …ps://www.renesas.com/us/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficie…23 …ps://www.renesas.com/us/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficie…
335 message(STATUS "Building for 64bit")340 message(STATUS "Building for 32bit")
204 <div style="text-align: right">Gets the JSON token's number as a 32-bit unsigned integer</div>214 <p>Gets the JSON token's number as a 32-bit unsigned integer.</p>238 <div style="text-align: right">Gets the JSON token's number as a 32-bit signed integer</div>248 <p>Gets the JSON token's number as a 32-bit signed integer.</p>
3495 UINT bit = 1; in _nx_sntp_client_check_server_clock_dispersion() local3529 divisor = (ULONG)(1 << bit); in _nx_sntp_client_check_server_clock_dispersion()3535 bit++; in _nx_sntp_client_check_server_clock_dispersion()