Searched refs:nybble (Results 1 – 4 of 4) sorted by relevance
321 int nybble, prev; in read_lss16_file() local357 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()
371 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()
638 the upper nybble specifies a boot loader family (3 = *Syslinux*) and the639 lower nybble is version or, in the case of *Syslinux*, media:
855 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: