Searched defs:octet (Results 1 – 12 of 12) sorted by relevance
49 int octet; in isValidIPv4() local131 int octet; in isValidIPv6() local
330 octet; in WBMPWriteInteger() local
177 static u8 rotate_bits(u8 octet) in rotate_bits()
286 int octet; local
993 uint8_t octet = HexDigitValue(in[0]) * 16 + HexDigitValue(in[1]); in DecodeTestInput() local
300 int octet = Integer.parseInt(ipPart); in parseOctet() local
595 public static boolean isBase64(byte octet) { in isBase64()
121 typedef unsigned char octet; typedef
85 octet_get_weight(uint8_t octet) { in octet_get_weight()
157 octet_get_weight(uint8_t octet) { in octet_get_weight()
243 void AddEncodedOctetToBuffer(uint8_t octet, List<uint8_t>* buffer) { in AddEncodedOctetToBuffer()
370 u8 octet[6]; member