HomeSort by relevance Sort by last modified time
    Searched refs:msgcount (Results 1 - 9 of 9) sorted by null

  /external/iputils/
clockdiff.c 129 int msgcount; local
179 msgcount = 0;
183 for (msgcount = 0; msgcount < MSGS; ) {
244 msgcount++;
306 int msgcount; local
356 msgcount = 0;
360 for (msgcount = 0; msgcount < MSGS; ) {
460 msgcount++
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 277 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
280 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
286 for i in xrange(0, msgcount):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /external/python/cpython2/Lib/
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):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
284 for i in xrange(0, msgcount):
  /external/mdnsresponder/mDNSCore/
mDNS.c 3548 static int msgcount = 0; local
    [all...]

Completed in 273 milliseconds