Home
last modified time | relevance | path

Searched defs:kend (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/camellia/
Dcamellia.c402 const u32 *k = keyTable, *kend = keyTable + grandRounds * 16; in Camellia_EncryptBlock_Rounds() local
455 const u32 *k = keyTable + grandRounds * 16, *kend = keyTable + 4; in Camellia_DecryptBlock_Rounds() local
/third_party/boost/boost/numeric/ublas/tensor/
Dstrides.hpp99 size_type k = 1ul, kend = this->size(); in basic_strides() local
104 size_type k = this->size()-2, kend = 0ul; in basic_strides() local
/third_party/boost/boost/xpressive/detail/utility/
Dsymbols.hpp58 key_iterator kend = boost::end(begin->first); in load() local