Home
last modified time | relevance | path

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

/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
DStringMutatorFactory.java76 int nextPos = scanPos; in fixUpUtf8() local
/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
DSha256.kt63 val nextPos = pos + 64 in update() constant
DSha512.kt63 val nextPos = pos + 128 in update() constant
/external/lzma/CPP/7zip/Archive/Tar/
DTarUpdate.cpp459 const UInt64 nextPos = outArchive.Pos; in UpdateArchive() local
/external/lzma/CPP/7zip/Archive/Zip/
DZipOut.cpp254 const UInt64 nextPos = m_CurPos; in WriteLocalHeader_Replace() local
/external/lzma/CPP/7zip/Archive/Nsis/
DNsisHandler.cpp574 const UInt64 nextPos = _archive.GetPosOfSolidItem(next); in Z7_COM7F_IMF() local
DNsisIn.cpp5085 const UInt32 nextPos = nextItem.Pos; in SortItems() local
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp254 UInt64 nextPos; in CodeReal() local
/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.cpp417 const size_t nextPos = extensionStr.find(' ', pos); in queryExtensionsNonIndexed() local
/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCGraphicsDrawTestsExt.cpp811 uint32_t nextPos = 0u; in makeVertexBuffers() local
823 uint32_t nextPos = 0u; in makeVertexBuffers() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java912 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.java915 int nextPos; // Index of the next character following pos. in next() local
/external/cronet/stable/third_party/icu/source/test/intltest/
Drbbitst.cpp2885 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2939 int32_t nextPos; // Index of the next character following pos. in next() local
/external/cronet/tot/third_party/icu/source/test/intltest/
Drbbitst.cpp2885 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2939 int32_t nextPos; // Index of the next character following pos. in next() local
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2868 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust()
2921 int32_t nextPos; // Index of the next character following pos. in next() local
/external/pytorch/torch/csrc/jit/ir/
Dir.cpp1248 const auto nextPos = next()->topo_position_; in assignTopoPosition() local