Searched refs:high (Results 1 – 14 of 14) sorted by relevance
122 int32_t high = static_cast<int32_t>(length - 1); in BinarySearchString() local123 while (low <= high) { in BinarySearchString()124 int32_t mid = low + (high - low) / 2; in BinarySearchString()134 high = mid - 1; in BinarySearchString()443 int32_t high = static_cast<int32_t>(localesCount - 1); in BinarySearchLocale() local444 while (low <= high) { in BinarySearchLocale()445 int32_t mid = low + (high - low) / 2; in BinarySearchLocale()455 high = mid - 1; in BinarySearchLocale()
93 uint8_t high = CharToHex(hexStr[i * BYTE_TO_HEX_OPER_LENGTH]); in HexStringToByte() local95 if (high == OUT_OF_HEX || low == OUT_OF_HEX) { in HexStringToByte()98 byte[i] = high << 4; /* 4: Set the high nibble */ in HexStringToByte()
131 char16_t high = charBytes[i]; in CharsConvertToChar16() local134 ret[id] = (char16_t)((high << BYTE_LENGTH) | low); in CharsConvertToChar16()136 ret[id] = (char16_t)((low << BYTE_LENGTH) | high); in CharsConvertToChar16()
145 uint32_t high = ReadLE32(buff + sizeof(uint32_t)); in ReadLE64() local146 uint64_t value = ((static_cast<uint64_t>(high)) << (BYTE_SIZE * sizeof(uint32_t))) | low; in ReadLE64()
148 let high = endIndex - 1;149 while (low <= high) {150 let mid = (low + high) >>> 1;158 high = mid - 1;242 let high = endIndex - 1;243 while (low <= high) {244 let mid = (low + high) >>> 1;252 high = mid - 1;
207 napi_value high = nullptr; in CreateEnumLevelState() local214 napi_create_int32(env, (int32_t)BatteryLevel::LEVEL_HIGH, &high); in CreateEnumLevelState()222 DECLARE_NAPI_STATIC_PROPERTY("HIGH", high), in CreateEnumLevelState()
401 thatSer.setAttributes("importance", "high");403 endElement(); // => <h:table importance="high" xmlns:h="http://www.w3.org/TR/html4/">Happy</h:table>414 '<note importance="high" logged="true">' +430 '<note importance="high" logged="true">' +
402 thatSer.setAttributes("importance", "high");404 endElement(); // => <h:table importance="high" xmlns:h="http://www.w3.org/TR/html4/">Happy</h:table>415 '<note importance="high" logged="true">' +431 '<note importance="high" logged="true">' +
23 … input dialog box management API. The input box management API requires a high-level access permis…
81 static inline uint64_t Uint32To64(uint32_t high, uint32_t low) in Uint32To64() argument83 return ((uint64_t)(high) << 32) + (uint64_t)(low); /* 32 is higher bits */ in Uint32To64()
38 …xed WLAN access points \(APs\) and Bluetooth devices around the device. A high density of WLAN APs…263 …d and can reduce power consumption when your application does not require high location accuracy o…
30 …composer, diverse components, and rich animations. This system applies to high-end refrigerator di…
386 /* The strlen performance is high when the string length is greater than 32 */