Home
last modified time | relevance | path

Searched defs:nextPos (Results 1 – 11 of 11) sorted by relevance

/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
DMd5.kt59 val nextPos = pos + 64 in update() constant
DSha1.kt60 val nextPos = pos + 64 in update() constant
DSha512.kt63 val nextPos = pos + 128 in update() constant
DSha256.kt63 val nextPos = pos + 64 in update() constant
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/animation-app/app/src/main/java/org/jetbrains/kotlinx/animation/
DAnimation.kt97 private fun Random.nextPos() = nextFloat() * INIT_POS + (1 - INIT_POS) / 2 in norm() method
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java821 int nextPos = index; in next() local
DCodeIterator.java877 int nextPos; in insertGap2() local
1183 int nextPos; in makeJumpList() local
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp334 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java883 int nextPos; // Index of the next character following pos. in next() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java886 int nextPos; // Index of the next character following pos. in next() local
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2903 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2957 int32_t nextPos; // Index of the next character following pos. in next() local