OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:word_shift
(Results
1 - 1
of
1
) sorted by null
/external/srtp/crypto/math/
math.c
637
int
word_shift
= num_bits >> 5;
local
640
for (i=0; i < (4-
word_shift
); i++) {
641
x->v32[i] = x->v32[i+
word_shift
] << bit_shift;
644
for ( ; i <
word_shift
; i++) {
Completed in 117 milliseconds