Searched refs:byte (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dstrdup8to16.c33 #define UTF8_SHIFT_AND_MASK(unicode, byte) \
34 (unicode)<<=6; (unicode) |= (0x3f & (byte));
118 /* Mask for leader byte for lengths 1, 2, 3, and 4 respectively*/
/system/security/keystore/
H A Dkeystore.cpp159 * into two bytes. The first byte is one of [+-.] which represents the first
160 * two bits of the character. The second byte encodes the rest of the bits into
259 * the second is the blob's type, and the third byte is reserved. Fields other
286 int32_t length; // in network byte order when encrypted
803 * Takes a blob that is an PEM-encoded RSA key as a byte array and
850 * where code is one byte long and lengths are unsigned 16-bit integers in
881 uint8_t byte; local
882 return recv(sock, &byte, 1, 0) == 0;

Completed in 58 milliseconds