Home
last modified time | relevance | path

Searched full:encode (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/x86/
H A Drealmode.c626 /* encode near jmp manually. gas will not do it if offsets < 127 byte */ in test_jcc_near()
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl20 use Encode qw(decode encode);
2973 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);