Home
last modified time | relevance | path

Searched refs:nibble (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c603 unsigned char nibble; in url_encode() local
629 nibble = ((uchar_t)c >> (4 * i)) & 0x0f; in url_encode()
635 if (nibble > 0x9) in url_encode()
636 nibble += 0x37; in url_encode()
638 nibble += 0x30; in url_encode()
639 *obufp++ = nibble; in url_encode()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Drpcpdu.ndl81 #define NDR_REPLAB_CHAR_MASK 0x0F /* low nibble of intg_char */
84 #define NDR_REPLAB_INTG_MASK 0xF0 /* hi nibble of intg_char */
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc74 * nibble indicates how many bits were in error.
227 * 128/16 mode (i.e., nibble-aligned nibble for the code used on Opteron).
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog9069 * shared_src/asm.S (biosdisk): Use LBA mode if high nibble of
9071 (get_diskinfo): Set high nibble of GEOMETRY (0xf0000000) to 1 if
/titanic_41/usr/src/cmd/look/
H A Dwords15654 nibble
/titanic_41/usr/src/cmd/spell/
H A Dlist15652 nibble
/titanic_41/usr/src/data/hwdata/
H A Dpci.ids19684 # The right ID is 196d, but they got it nibble-swapped in 2202.