Home
last modified time | relevance | path

Searched defs:idx2 (Results 1 – 25 of 64) sorted by relevance

123

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAtomicLFStressTest.kt68 val idx2 = idx1 + 1 + rnd.nextInt(nLists - idx1 - 1) in <lambda>() constant
88 val idx2 = idx1 + 1 + rnd.nextInt(nLists - idx1 - 1) in <lambda>() constant
/external/brotli/c/enc/
Dcluster.h23 uint32_t idx2; member
/external/strace/
Dkcmp.c61 kernel_ulong_t idx2 = tcp->u_arg[4]; in SYS_FUNC() local
/external/skia/tests/
DPathOpsTightBoundsTest.cpp40 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
115 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
DPathOpsCubicLineIntersectionIdeas.cpp245 for (int idx2 = 0; idx2 <= worstLimit; ++idx2) { in DEF_TEST() local
/external/skqp/tests/
DPathOpsTightBoundsTest.cpp41 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
116 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
DPathOpsCubicLineIntersectionIdeas.cpp245 for (int idx2 = 0; idx2 <= worstLimit; ++idx2) { in DEF_TEST() local
/external/tensorflow/tensorflow/lite/micro/testing/
Dmicro_test.h145 #define TF_LITE_MICRO_ARRAY_ELEMENT_EXPECT_NEAR(arr1, idx1, arr2, idx2, \ argument
/external/llvm-project/lld/ELF/
DSymbolTable.cpp37 int &idx2 = symMap[CachedHashStringRef(real->getName())]; in wrap() local
/external/strace/tests-mx32/
Dkcmp.c98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp()
/external/eigen/test/
Dvisitor.cpp108 Index idx2 = eigen_maxidx; in vectorVisitor() local
/external/strace/tests/
Dkcmp.c98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp()
/external/strace/tests-m32/
Dkcmp.c98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp()
/external/webp/src/enc/
Dhistogram_enc.c733 int idx2; member
804 int idx2, double threshold) { in HistoQueuePush()
868 const int idx2 = histo_queue.queue[0].idx2; in HistogramCombineGreedy() local
904 static int PairComparison(const void* idx1, const void* idx2) { in PairComparison()
962 uint32_t idx2 = tmp % (*num_used - 1); in HistogramCombineStochastic() local
/external/jdiff/src/jdiff/
DCommentsHandler.java71 int idx2 = JDiff.newFileName.lastIndexOf('.'); in startElement() local
DComments.java111 int idx2 = xsdFileName.lastIndexOf('/'); in writeXSD() local
/external/skqp/src/pathops/
DSkOpAngle.cpp490 for (int idx2 = idx1 + 1; idx2 <= ptCount; ++idx2) { in distEndRatio() local
528 for (int idx2 = 0; idx2 < i.used(); ++idx2) { in endsIntersect() local
582 for (int idx2 = 0; idx2 <= ptCount; ++idx2) { in endsIntersect() local
667 for (int idx2 = 0; idx2 <= oppPts; ++idx2) { in endToSide() local
/external/skia/src/pathops/
DSkOpAngle.cpp490 for (int idx2 = idx1 + 1; idx2 <= ptCount; ++idx2) { in distEndRatio() local
528 for (int idx2 = 0; idx2 < i.used(); ++idx2) { in endsIntersect() local
582 for (int idx2 = 0; idx2 <= ptCount; ++idx2) { in endsIntersect() local
667 for (int idx2 = 0; idx2 <= oppPts; ++idx2) { in endToSide() local
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_version.cc40 int idx1, int idx2) { in HaveSameShapes()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h154 void check(uptr idx1, uptr idx2) const { in check()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h153 void check(uptr idx1, uptr idx2) const { in check()
/external/lua/src/
Dluaconf.h380 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
381 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
/external/selinux/libsemanage/tests/
Dtest_port.c198 void helper_port_compare(int idx1, int idx2) in helper_port_compare()
233 void helper_port_compare2(int idx1, int idx2) in helper_port_compare2()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c667 uint32_t idx, idx2; in addAlias() local
814 uint16_t idx, idx2, idx3; in resolveAliasToConverter() local
/external/tensorflow/tensorflow/lite/
Darena_planner.cc264 auto tensor_compare = [this](int idx1, int idx2) { in CreateTensorAllocationVector()

123