Home
last modified time | relevance | path

Searched refs:last_word (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/email/
H A Dheader.py138 last_word = last_charset = None
142 if last_word is None:
143 last_word = word
146 collapsed.append((last_word, last_charset))
147 last_word = word
150 last_word += BSPACE + word
152 last_word += word
153 collapsed.append((last_word, last_charset))
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py376 last_word = contributor.end // 32
377 for b in range(first_word, last_word + 1):
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py477 last_word = contributor.end // 32
478 for b in range(first_word, last_word + 1):
/third_party/json/tools/cpplint/
H A Dcpplint.py4003 last_word = Match(r'^.*(\b\S+)$', expr)
4004 if last_word:
4005 token = last_word.group(1)
/third_party/ltp/scripts/
H A Dcheckpatch.pl3405 my $last_word = $1;
3406 if ($rawline =~ /^\+\s*\*\s*$last_word /) {
3408 "Possible repeated word: '$last_word'\n" . $hereprev) &&
3410 $fixed[$fixlinenr] =~ s/(\+\s*\*\s*)$last_word /$1/;
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp4443 uint16_t last_word = uint16_t(input[length-1]); in trim_partial_utf16() local
4444 last_word = !match_system(big_endian) ? swap_bytes(last_word) : last_word; in trim_partial_utf16()
4445 length -= ((last_word & 0xFC00) == 0xD800); in trim_partial_utf16()
[all...]

Completed in 63 milliseconds