Home
last modified time | relevance | path

Searched refs:nybble (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/lib/sys/vesa/
Dbackground.c321 int nybble, prev; in read_lss16_file() local
357 nybble = byte & 0xf; in read_lss16_file()
360 nybble = byte >> 4; in read_lss16_file()
366 if (nybble != prev) { in read_lss16_file()
367 *bgptr++ = color = colors[prev = nybble]; in read_lss16_file()
375 if (nybble == 0) { in read_lss16_file()
378 count = nybble; in read_lss16_file()
384 count = nybble + 16; in read_lss16_file()
389 count += nybble << 4; in read_lss16_file()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs371 int nybble; in ReadUnicodeEscape()
374 nybble = c - '0'; in ReadUnicodeEscape()
378 nybble = c - 'a' + 10; in ReadUnicodeEscape()
382 nybble = c - 'A' + 10; in ReadUnicodeEscape()
388 result = (result << 4) + nybble; in ReadUnicodeEscape()
/external/syslinux/txt/
Dsyslinux.cfg.txt638 the upper nybble specifies a boot loader family (3 = *Syslinux*) and the
639 lower nybble is version or, in the case of *Syslinux*, media:
/external/syslinux/doc/
Dsyslinux.txt855 where the upper nybble specifies a boot loader family (3 = Syslinux)
856 and the lower nybble is version or, in the case of Syslinux, media: