Home
last modified time | relevance | path

Searched refs:nprobes (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSparseSDF.h73 int nprobes; member
106 nprobes =1; in Reset()
131 nprobes=1;
174 ++nprobes; in Evaluate()
186 ++nprobes; in Evaluate()
/external/iputils/
Dtraceroute6.c314 int nprobes = 3; variable
396 nprobes = atoi(optarg); in main()
397 if (nprobes < 1) { in main()
599 for (probe = 0; probe < nprobes; ++probe) { in main()
649 (unreachable > 0 && unreachable >= nprobes-1)) in main()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp2958 if (arg1) (arg1)->nprobes = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSparseSdf3_1nprobes_1set()
2971 result = (int) ((arg1)->nprobes); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSparseSdf3_1nprobes_1get()