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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
datatypes.h 106 #define pow_2(X) ( (unsigned int)1 << (X) ) /* 2^X */ macro
  /external/srtp/crypto/include/
datatypes.h 99 #define pow_2(X) ( (unsigned int)1 << (X) ) /* 2^X */ macro

Completed in 446 milliseconds