HomeSort by relevance Sort by last modified time
    Searched refs:chunksize (Results 26 - 42 of 42) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_p.h 222 __le32 chunksize; /* in 512byte sectors */ member in struct:mdp_superblock_1
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c     [all...]
bitvect.h 382 void BitVector_Chunk_Store(wordptr addr, N_int chunksize,
385 N_long BitVector_Chunk_Read (wordptr addr, N_int chunksize,
  /external/libpcap/
pcap-dlpi.c 147 #define CHUNKSIZE 65536
153 #define PKTBUFSIZE CHUNKSIZE
471 bpf_u_int32 ss, chunksize; local
909 chunksize = CHUNKSIZE;
910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 460 if chunk.chunksize == 18:
463 chunk.chunksize = 23
471 chunk.chunksize = chunk.chunksize + length
    [all...]
platform.py 143 chunksize=2048):
155 The file is read and scanned in chunks of chunksize bytes.
164 binary = f.read(chunksize)
169 binary = f.read(chunksize)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 460 if chunk.chunksize == 18:
463 chunk.chunksize = 23
471 chunk.chunksize = chunk.chunksize + length
    [all...]
platform.py 143 chunksize=2048):
155 The file is read and scanned in chunks of chunksize bytes.
164 binary = f.read(chunksize)
169 binary = f.read(chunksize)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py     [all...]
test_multiprocessing.py 1117 self.assertEqual(pmap(sqr, range(100), chunksize=20),
1122 self.pool.map_async(sqr, [], chunksize=1).get(timeout=TIMEOUT1)
1124 self.fail("pool.map_async with chunksize stalled on null list")
1147 it = self.pool.imap(sqr, range(1000), chunksize=100)
    [all...]
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py     [all...]
test_multiprocessing.py 1117 self.assertEqual(pmap(sqr, range(100), chunksize=20),
1122 self.pool.map_async(sqr, [], chunksize=1).get(timeout=TIMEOUT1)
1124 self.fail("pool.map_async with chunksize stalled on null list")
1147 it = self.pool.imap(sqr, range(1000), chunksize=100)
    [all...]
test_io.py     [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 982 int chunksize = ichunksize; local
2216 int chunksize = 0; \/\/ Use the default local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 698 milliseconds

12