OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mulby2
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp
15
#define
mulby2
(x) (((x & 0x7F) << 1) ^ (x & 0x80 ? 0x1B : 0))
macro
[
all
...]
Completed in 415 milliseconds