HomeSort by relevance Sort by last modified time
    Searched refs:octet_get_weight (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
stat.c 66 ones_count += octet_get_weight(*data);
271 ones_count += octet_get_weight(*data);
datatypes.c 85 octet_get_weight(uint8_t octet) { function
math.c 157 octet_get_weight(uint8_t octet) { function
  /external/srtp/crypto/math/
stat.c 31 ones_count += octet_get_weight(*data);
236 ones_count += octet_get_weight(*data);
datatypes.c 85 octet_get_weight(uint8_t octet) { function
math.c 157 octet_get_weight(uint8_t octet) { function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
datatypes.h 112 * octet_get_weight(x) returns the hamming weight (number of bits equal to
117 octet_get_weight(uint8_t octet);
  /external/srtp/crypto/include/
datatypes.h 105 * octet_get_weight(x) returns the hamming weight (number of bits equal to
110 octet_get_weight(uint8_t octet);

Completed in 5206 milliseconds