Searched refs:bit_count (Results 1 – 4 of 4) sorted by relevance
2099 int bit_count;2102 bit_count = (int) strtol (ptr_mask+1, &endp, 10);2103 if (bit_count <= 0 || bit_count > 32) {2108 bit_count = 32 - bit_count; /* # bits in host part */2118 mask <<= bit_count;
987 unsigned bit_count = 0; in mbedtls_test_psa_exported_key_sanity_check() local991 ++bit_count; in mbedtls_test_psa_exported_key_sanity_check()994 TEST_ASSERT(bit_count % 2 != 0); in mbedtls_test_psa_exported_key_sanity_check()
327 u8_t snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count);
1291 snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count) in snmp_encode_bits() argument1294 u8_t min_bytes = (bit_count + 7) >> 3; /* >>3 -> / 8 */ in snmp_encode_bits()
Completed in 17 milliseconds