Home
last modified time | relevance | path

Searched refs:bestIndex (Results 1 – 17 of 17) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlocdistance.cpp121 int32_t bestIndex = -1; in getBestIndexAndDistance() local
223 bestIndex = slIndex; in getBestIndexAndDistance()
233 bestIndex = slIndex; in getBestIndexAndDistance()
237 } else if (shiftedDistance == shiftedThreshold && bestIndex >= 0) { in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
247 bestIndex = slIndex; in getBestIndexAndDistance()
253 return bestIndex >= 0 ? in getBestIndexAndDistance()
254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp121 int32_t bestIndex = -1; in getBestIndexAndDistance() local
223 bestIndex = slIndex; in getBestIndexAndDistance()
233 bestIndex = slIndex; in getBestIndexAndDistance()
237 } else if (shiftedDistance == shiftedThreshold && bestIndex >= 0) { in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
247 bestIndex = slIndex; in getBestIndexAndDistance()
253 return bestIndex >= 0 ? in getBestIndexAndDistance()
254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp121 int32_t bestIndex = -1; in getBestIndexAndDistance() local
223 bestIndex = slIndex; in getBestIndexAndDistance()
233 bestIndex = slIndex; in getBestIndexAndDistance()
237 } else if (shiftedDistance == shiftedThreshold && bestIndex >= 0) { in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
247 bestIndex = slIndex; in getBestIndexAndDistance()
253 return bestIndex >= 0 ? in getBestIndexAndDistance()
254 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
/third_party/skia/src/gpu/
DGrRectanizerSkyline.cpp23 int bestIndex = -1; in addRect() local
29 bestIndex = i; in addRect()
38 if (-1 != bestIndex) { in addRect()
39 this->addSkylineLevel(bestIndex, bestX, bestY, width, height); in addRect()
/third_party/flutter/skia/src/gpu/
DGrRectanizer_skyline.cpp21 int bestIndex = -1; in addRect() local
27 bestIndex = i; in addRect()
36 if (-1 != bestIndex) { in addRect()
37 this->addSkylineLevel(bestIndex, bestX, bestY, width, height); in addRect()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java259 int bestIndex = -1; in getBestIndexAndDistance() local
361 bestIndex = slIndex; in getBestIndexAndDistance()
371 bestIndex = slIndex; in getBestIndexAndDistance()
375 } else if (shiftedDistance == shiftedThreshold && bestIndex >= 0) { in getBestIndexAndDistance()
380 supported, supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
385 bestIndex = slIndex; in getBestIndexAndDistance()
391 return bestIndex >= 0 ? in getBestIndexAndDistance()
392 (bestIndex << INDEX_SHIFT) | shiftedThreshold : in getBestIndexAndDistance()
/third_party/skia/third_party/etc1/
Detc1.cpp310 int bestIndex = 0; in chooseModifier() local
333 bestIndex = i; in chooseModifier()
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1)) in chooseModifier()
/third_party/flutter/skia/third_party/etc1/
Detc1.cpp310 int bestIndex = 0; in chooseModifier() local
333 bestIndex = i; in chooseModifier()
336 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1)) in chooseModifier()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.cpp1349 int32 bestIndex = -1; in ProfileByID() local
1367 if (bestIndex == -1 || testVersion > bestVersion) in ProfileByID()
1370 bestIndex = index; in ProfileByID()
1379 if (bestIndex != -1) in ProfileByID()
1382 return &ProfileByIndex (bestIndex); in ProfileByID()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7253 size_t bestIndex = SIZE_MAX; in Register() local
7259 bestIndex = i; in Register()
7263 (bestIndex == SIZE_MAX || m_FreeSpaces[bestIndex].size > m_FreeSpaces[i].size)) in Register()
7265 bestIndex = i; in Register()
7269 if(bestIndex != SIZE_MAX) in Register()
7271 m_FreeSpaces[bestIndex].blockInfoIndex = blockInfoIndex; in Register()
7272 m_FreeSpaces[bestIndex].offset = offset; in Register()
7273 m_FreeSpaces[bestIndex].size = size; in Register()
7280 size_t bestIndex = SIZE_MAX; in Fetch() local
7293 if(bestIndex == SIZE_MAX || freeSpaceAfter > bestFreeSpaceAfter) in Fetch()
[all …]
/third_party/typescript/src/compiler/
Dchecker.ts28295 …const bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.…
28296 const candidate = candidates[bestIndex];
28306 candidates[bestIndex] = instantiated;
/third_party/typescript/lib/
Dtsc.js58279 …var bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.le…
58280 var candidate = candidates[bestIndex];
58289 candidates[bestIndex] = instantiated;
DtypingsInstaller.js69782 …var bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.le…
69783 var candidate = candidates[bestIndex];
69792 candidates[bestIndex] = instantiated;
DtypescriptServices.js69987 …var bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.le…
69988 var candidate = candidates[bestIndex];
69997 candidates[bestIndex] = instantiated;
Dtsserverlibrary.js69987 …var bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.le…
69988 var candidate = candidates[bestIndex];
69997 candidates[bestIndex] = instantiated;
Dtsserver.js69793 …var bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.le…
69794 var candidate = candidates[bestIndex];
69803 candidates[bestIndex] = instantiated;
Dtypescript.js69987 …var bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.le…
69988 var candidate = candidates[bestIndex];
69997 candidates[bestIndex] = instantiated;