Home
last modified time | relevance | path

Searched refs:maxIdx (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc1611 long minIdx, long maxIdx) in getIdxByVals() argument
1625 if (maxIdx < 0 || maxIdx >= index->size ()) in getIdxByVals()
1628 hi = maxIdx; in getIdxByVals()
H A DTable.h581 long minIdx, long maxIdx); //limit idx search range
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc1611 long minIdx, long maxIdx) in getIdxByVals() argument
1625 if (maxIdx < 0 || maxIdx >= index->size ()) in getIdxByVals()
1628 hi = maxIdx; in getIdxByVals()
H A DTable.h581 long minIdx, long maxIdx); //limit idx search range
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8217 private S toCase(alias indexFn, uint maxIdx, alias tableFn, alias asciiConvert, S)(S s) @trusted pu…
8241 else if (idx < maxIdx)
8275 private auto toCaser(alias indexFn, uint maxIdx, alias tableFn, alias asciiConvert, Range)(Range st…
8308 else if (idx < maxIdx) in front()
8758 private void toCaseInPlace(alias indexFn, uint maxIdx, alias tableFn, C)(ref C[] s) @trusted pure
8764 alias slowToCase = toCaseInPlaceAlloc!(indexFn, maxIdx, tableFn);
8791 else if (caseIndex < maxIdx) // 1:1 codepoint mapping
8825 private template toCaseLength(alias indexFn, uint maxIdx, alias tableFn) in toCaseLength() argument
8840 else if (caseIndex < maxIdx) in toCaseLength()
8874 private template toCaseInPlaceAlloc(alias indexFn, uint maxIdx, alias tableFn) in toCaseInPlaceAlloc() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9004 private ElementEncodingType!S[] toCase(alias indexFn, uint maxIdx, alias tableFn, alias asciiConver…
9034 else if (idx < maxIdx)
9079 private auto toCaser(alias indexFn, uint maxIdx, alias tableFn, alias asciiConvert, Range)(Range st…
9112 else if (idx < maxIdx)
9583 private void toCaseInPlace(alias indexFn, uint maxIdx, alias tableFn, C)(ref C[] s) @trusted pure
9589 alias slowToCase = toCaseInPlaceAlloc!(indexFn, maxIdx, tableFn);
9616 else if (caseIndex < maxIdx) // 1:1 codepoint mapping
9650 private template toCaseLength(alias indexFn, uint maxIdx, alias tableFn)
9665 else if (caseIndex < maxIdx)
9699 private template toCaseInPlaceAlloc(alias indexFn, uint maxIdx, alias tableFn)
[all …]