Searched refs:HALF_BYTE_LEN (Results 1 – 5 of 5) sorted by relevance
32 static const int HALF_BYTE_LEN = 4; variable
58 …ret[id] = (unsigned char)((HexCharConvertToInt(s.at(i)) << HALF_BYTE_LEN) | HexCharConvertToInt(s.… in HexStringConvertToBytes()71 b = 0x0f & (bytes[i] >> HALF_BYTE_LEN); in BytesConvertToHexString()
574 file->lacStart = stoi(dataOpl.substr(MCCMNC_LEN, HALF_BYTE_LEN), 0, HEXADECIMAL); in ParseOpl()575 … file->lacEnd = stoi(dataOpl.substr(MCCMNC_LEN + HALF_BYTE_LEN, HALF_BYTE_LEN), 0, HEXADECIMAL); in ParseOpl()
40 #define HALF_BYTE_LEN 4 macro
1374 queryPtr->numRec = outPtr[HALF_BYTE_LEN]; in FcpFileDescriptorQuery()1444 …byteArray[i] = (ToByte(originHexString[hexIndex]) << HALF_BYTE_LEN) | ToByte(originHexString[hexIn… in ConvertHexStringToByteArray()1460 buf[bufIndex++] = HEX_DIGITS[(b >> HALF_BYTE_LEN) & BYTE_NUM_4]; in ConvertByteArrayToHexString()