Home
last modified time | relevance | path

Searched refs:ringpos (Results 1 – 7 of 7) sorted by relevance

/dports/security/pgpin/pgp263in/src/
H A Dkeyadd.c97 long ringuseridpos, ringpos; in mergesigs() local
109 fseek(fring, ringpos, SEEK_SET); in mergesigs()
116 ringpos = ftell(fring); in mergesigs()
262 ringpos = ftell(fring); in mergesigs()
263 if (sig_list_find(ringpos)) { in mergesigs()
266 ringpos = ftell(fring); in mergesigs()
269 fseek(fring, ringpos, SEEK_SET); in mergesigs()
280 *pringpos = ringpos; in mergesigs()
305 ringpos = ftell(fring); in mergekeys()
425 ringpos = ftell(fring); in mergekeys()
[all …]
/dports/biology/bbmap/bbmap/current/bloom/
H A DTestLargeKmer.java90 int ringpos=i%ring.length; in countK2() local
91 int old=ring[ringpos]; in countK2()
107 ring[ringpos]=value; in countK2()
134 int ringpos=i%ring.length; in countK2()
135 int old=ring[ringpos]; in countK2()
151 ring[ringpos]=value; in countK2()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dhand.py118 ringpos = 0.5 * (pink + middle) variable
119 p.setJointMotorControl2(hand, 32, p.POSITION_CONTROL, ringpos)
120 p.setJointMotorControl2(hand, 34, p.POSITION_CONTROL, ringpos)
121 p.setJointMotorControl2(hand, 36, p.POSITION_CONTROL, ringpos)
H A Dvrhand.py112 ringpos = 0.5 * (pink + middle) variable
113 p.setJointMotorControl2(hand, 30, p.POSITION_CONTROL, ringpos)
114 p.setJointMotorControl2(hand, 32, p.POSITION_CONTROL, ringpos)
115 p.setJointMotorControl2(hand, 34, p.POSITION_CONTROL, ringpos)
H A Dvrhand_vive_tracker.py176 ringpos = 0.5 * (pink + middle) variable
177 p.setJointMotorControl2(hand, 30, p.POSITION_CONTROL, ringpos)
178 p.setJointMotorControl2(hand, 32, p.POSITION_CONTROL, ringpos)
179 p.setJointMotorControl2(hand, 34, p.POSITION_CONTROL, ringpos)
/dports/ftp/wget/wget-1.21.2/src/
H A Dlog.c829 static int ringpos; /* current ring position */ in escnonprint_internal() local
843 struct ringel *r = ring + ringpos; in escnonprint_internal()
860 ringpos = (ringpos + 1) % RING_SIZE; in escnonprint_internal()
H A Dutils.c1907 static int ringpos; in number_to_static_string() local
1908 char *buf = ring[ringpos]; in number_to_static_string()
1910 ringpos = (ringpos + 1) % RING_SIZE; in number_to_static_string()