Searched refs:msgcount (Results 1 – 4 of 4) sorted by relevance
/external/iputils/ |
D | clockdiff.c | 129 int msgcount; in measure() local 179 msgcount = 0; in measure() 183 for (msgcount = 0; msgcount < MSGS; ) { in measure() 244 msgcount++; in measure() 306 int msgcount; in measure_opt() local 356 msgcount = 0; in measure_opt() 360 for (msgcount = 0; msgcount < MSGS; ) { in measure_opt() 460 msgcount++; in measure_opt()
|
/external/python/cpython2/Lib/ |
D | gettext.py | 350 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20]) 353 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20]) 359 for i in xrange(0, msgcount):
|
/external/python/cpython3/Lib/ |
D | gettext.py | 389 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20]) 392 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20]) 404 for i in range(0, msgcount):
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 3548 static int msgcount = 0; in CacheRecordAdd() local 3549 if (msgcount++ < 10) in CacheRecordAdd()
|