Home
last modified time | relevance | path

Searched refs:bytes_per_word (Results 1 – 3 of 3) sorted by relevance

/external/srtp/googlepatches/
Dvidyo-3-srtp-ws.patch20 -#define bytes_per_word 4
64 +#define bytes_per_word 4
225 + l = length / bits_per_word * bytes_per_word;
335 - unsigned long l = (length + bytes_per_word - 1) / bytes_per_word;
/external/srtp/crypto/math/
Ddatatypes.c422 l = length / bits_per_word * bytes_per_word; in bitvector_alloc()
/external/srtp/crypto/include/
Ddatatypes.h439 #define bytes_per_word 4 macro