Searched refs:last_word (Results 1 – 3 of 3) sorted by relevance
136 last_word = last_charset = None140 if last_word is None:141 last_word = word144 collapsed.append((last_word, last_charset))145 last_word = word148 last_word += BSPACE + word150 last_word += word151 collapsed.append((last_word, last_charset))
395 crypto_word_t last_word = carry >> (BITS_PER_WORD - BITS_IN_LAST_WORD) | in poly2_rotr_bits() local397 last_word &= (UINT64_C(1) << BITS_IN_LAST_WORD) - 1; in poly2_rotr_bits()398 out->v[WORDS_PER_POLY - 1] = last_word; in poly2_rotr_bits()
3494 last_word = Match(r'^.*(\b\S+)$', expr)3495 if last_word:3496 token = last_word.group(1)