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

  /external/chromium_org/third_party/openssl/openssl/crypto/bf/
bf_locl.h 178 #define BF_M (0xFF<<BF_LONG_LOG2)
189 * fun as (R>>BF_i)&BF_M gets folded into a single instruction, namely
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
196 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
197 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
198 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \
  /external/openssl/crypto/bf/
bf_locl.h 178 #define BF_M (0xFF<<BF_LONG_LOG2)
189 * fun as (R>>BF_i)&BF_M gets folded into a single instruction, namely
195 LL^= (((*(BF_LONG *)((unsigned char *)&(S[ 0])+((R>>BF_0)&BF_M))+ \
196 *(BF_LONG *)((unsigned char *)&(S[256])+((R>>BF_1)&BF_M)))^ \
197 *(BF_LONG *)((unsigned char *)&(S[512])+((R>>BF_2)&BF_M)))+ \
198 *(BF_LONG *)((unsigned char *)&(S[768])+((R<<BF_3)&BF_M))) \

Completed in 34 milliseconds