Home
last modified time | relevance | path

Searched refs:bit_count (Results 1 – 4 of 4) sorted by relevance

/lib/lwip/lwip/src/netif/ppp/
A Dauth.c2099 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;
/lib/mbedtls/external/mbedtls/tests/src/
A Dpsa_exercise_key.c987 unsigned bit_count = 0; in mbedtls_test_psa_exported_key_sanity_check() local
991 ++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()
/lib/lwip/lwip/src/include/lwip/apps/
A Dsnmp_core.h327 u8_t snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count);
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_core.c1291 snmp_encode_bits(u8_t *buf, u32_t buf_len, u32_t bit_value, u8_t bit_count) in snmp_encode_bits() argument
1294 u8_t min_bytes = (bit_count + 7) >> 3; /* >>3 -> / 8 */ in snmp_encode_bits()

Completed in 17 milliseconds