Searched refs:low (Results 1 – 13 of 13) sorted by relevance
127 int32_t low = 0; in BinarySearchString() local129 while (low <= high) { in BinarySearchString()130 int32_t mid = low + (high - low) / 2; in BinarySearchString()138 low = mid + 1; in BinarySearchString()448 int32_t low = 0; in BinarySearchLocale() local450 while (low <= high) { in BinarySearchLocale()451 int32_t mid = low + (high - low) / 2; in BinarySearchLocale()459 low = mid + 1; in BinarySearchLocale()
133 char16_t low = charBytes[i + 1]; in CharsConvertToChar16() local135 ret[id] = (char16_t)((high << BYTE_LENGTH) | low); in CharsConvertToChar16()137 ret[id] = (char16_t)((low << BYTE_LENGTH) | high); in CharsConvertToChar16()167 uint8_t low = 0; in Gsm7bitConvertToString() local180 … low = (bytes[pos] & (unsigned char)(0xFF << (BYTE_LENGTH - left))) >> (BYTE_LENGTH - left); in Gsm7bitConvertToString()182 str.push_back(high | low); in Gsm7bitConvertToString()
94 uint8_t low = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]); in HexStringToByte() local95 if (high == OUT_OF_HEX || low == OUT_OF_HEX) { in HexStringToByte()99 byte[i] |= low; /* Set the low nibble */ in HexStringToByte()
205 uint32_t low = ReadLE32(buff); in GetFileSize() local207 uint64_t value = ((static_cast<uint64_t>(high)) << (BYTE_SIZE * sizeof(uint32_t))) | low; in GetFileSize()
243 napi_value low = nullptr; in CreateEnumLevelState() local251 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_LOW, &low); in CreateEnumLevelState()260 DECLARE_NAPI_STATIC_PROPERTY("LEVEL_LOW", low), in CreateEnumLevelState()
472 napi_value low = nullptr; in CreateEnumEventPriority() local477 napi_create_uint32(env, (uint32_t)Priority::LOW, &low); in CreateEnumEventPriority()483 DECLARE_NAPI_STATIC_PROPERTY("LOW", low), in CreateEnumEventPriority()
77 uint8_t low = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH + 1]); in HexStringToByte() local78 if ((high == OUT_OF_HEX) || (low == OUT_OF_HEX)) { in HexStringToByte()82 byte[i] |= low; /* Set the low nibble */ in HexStringToByte()
487 unsigned char low = iosData; in DecodeIos639Dcs() local489 if (hight && low) { in DecodeIos639Dcs()492 pDcs.iso639Lang[0x01] |= (low & 0X3F) << 0x01; in DecodeIos639Dcs()
34 …eference to the neighboring base stations. This technology provides only a low accuracy and requir…
82 static inline uint64_t Uint32To64(uint32_t high, uint32_t low) in Uint32To64() argument84 return ((uint64_t)(high) << 32) + (uint64_t)(low); /* 32 is higher bits */ in Uint32To64()
14 …nsor management framework is required to achieve data sensing at a low latency and low power consu…
306 low = number & 0xffffffff341 low = number & 0xffffffff
19 …nHarmony devices. Usually equipped with a lightweight operating system and low-end microprocessors…