Home
last modified time | relevance | path

Searched refs:ch3 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c328 int ch1, ch2, ch3; in check_bom() local
340 ch3 = get_char(tok); in check_bom()
341 if (ch3 != 0xBF) { in check_bom()
342 unget_char(ch3, tok); in check_bom()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c314 int ch1, ch2, ch3; in check_bom() local
326 ch3 = get_char(tok); in check_bom()
327 if (ch3 != 0xBF) { in check_bom()
328 unget_char(ch3, tok); in check_bom()