Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp1115 unsigned char nibble; in convert_key_to_hex_ascii() local
1119 nibble = (master_key[i] >> 4) & 0xf; in convert_key_to_hex_ascii()
1120 master_key_ascii[a] = nibble + (nibble > 9 ? 0x37 : 0x30); in convert_key_to_hex_ascii()
1122 nibble = master_key[i] & 0xf; in convert_key_to_hex_ascii()
1123 master_key_ascii[a + 1] = nibble + (nibble > 9 ? 0x37 : 0x30); in convert_key_to_hex_ascii()
/system/chre/chpp/
DRELEASE_NOTES.md35 …er message type now occupies only the least significant nibble (LSN). The most significant nibble
DREADME.md66 …ode field consists of two nibbles. The lower nibble is used for optional error reporting. The high…
68 ### Error Reporting (lower nibble)
79 ### Attributes (higher nibble)