Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c97 static int term_read_reply(int *n, int maxnum, char end_char) in term_read_reply() argument
118 } else if (c == end_char) { in term_read_reply()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1151 stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4); in stbtt_FindGlyphIndex() local
1154 else if ((stbtt_uint32) unicode_codepoint > end_char) in stbtt_FindGlyphIndex()