HomeSort by relevance Sort by last modified time
    Searched refs:isize (Results 1 - 25 of 35) sorted by null

1 2

  /external/qemu/
cache-utils.h 19 unsigned long isize = qemu_cache_conf.icache_bsize; local
28 start &= start & ~(isize - 1);
29 stop1 = (stop + isize - 1) & ~(isize - 1);
30 for (p = start1; p < stop1; p += isize) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h 83 unsigned char *obuf, int isize, int osize);
103 int (*decompress) (void *state, unsigned char *ibuf, int isize,
jffs2.h 152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ member in struct:jffs2_raw_inode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 83 unsigned char *obuf, int isize, int osize);
103 int (*decompress) (void *state, unsigned char *ibuf, int isize,
jffs2.h 152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ member in struct:jffs2_raw_inode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 83 unsigned char *obuf, int isize, int osize);
103 int (*decompress) (void *state, unsigned char *ibuf, int isize,
jffs2.h 152 jint32_t isize; /* Total resultant size of this inode (used for truncations) */ member in struct:jffs2_raw_inode
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 187 int isize; local
210 isize = size > MAXIMG ? MAXIMG : size;
211 size -= isize;
217 im[it++] = (isize >> 4) | (eop ? (1 << 15) : 0) | (2LL << 58);
221 packet[pnum].len = isize;
223 data += isize;
  /external/srec/portable/src/
pmalloc.c 154 int isize = size; local
156 return (isize <= 0 || (p = _Sbrk(isize)) == (void *) - 1
  /external/grub/stage2/
fsys_xfs.c 38 int isize; member in struct:xfs_info
195 int tmp = icore.di_forkoff ? (icore.di_forkoff << 3) : xfs.isize;
216 devread (daddr, offset*xfs.isize, xfs.isize, (char *)inode);
470 xfs.isize = le16 (super.sb_inodesize);
  /external/valgrind/main/lackey/
lk_main.c 511 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize )
515 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
516 || VG_CLREQ_SZB == isize );
523 evt->size = isize;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 325 //VG_(printf)("1I_0D : CCaddr=0x%010lx, iaddr=0x%010lx, isize=%lu\n",
370 //VG_(printf)("1I_1Dr: CCaddr=0x%010lx, iaddr=0x%010lx, isize=%lu\n"
385 //VG_(printf)("1I_1Dw: CCaddr=0x%010lx, iaddr=0x%010lx, isize=%lu\n"
957 Int i, isize; local
986 isize = st->Ist.IMark.len;
989 if (isize == 0) isize = VG_MIN_INSTR_SZB;
1017 isize = st->Ist.IMark.len;
1021 if (isize == 0) isize = VG_MIN_INSTR_SZB
    [all...]
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
printers.py 439 self.isize = 8 * self.item.dereference().type.sizeof
458 if self.io >= self.isize:
487 isize = 8 * start.dereference().type.sizeof
488 length = (isize - so) + isize * (finish - start - 1) + fo
489 capacity = isize * (end - start)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 438 self.isize = 8 * self.item.dereference().type.sizeof
457 if self.io >= self.isize:
486 isize = 8 * start.dereference().type.sizeof
487 length = (isize - so) + isize * (finish - start - 1) + fo
488 capacity = isize * (end - start)
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 439 self.isize = 8 * self.item.dereference().type.sizeof
458 if self.io >= self.isize:
487 isize = 8 * start.dereference().type.sizeof
488 length = (isize - so) + isize * (finish - start - 1) + fo
489 capacity = isize * (end - start)
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 247 for (int i = 0, isize = data.length; i < isize; i++) {
257 for (int i = 0, isize = data.length; i < isize; i++) {
    [all...]
  /external/valgrind/main/callgrind/
main.c 985 Int isize = st->Ist.IMark.len; local
989 if (isize == 0) isize = VG_MIN_INSTR_SZB;
992 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
993 || VG_CLREQ_SZB == isize );
998 curr_inode = next_InstrInfo (&clgs, isize);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 344 isize = read32(self.fileobj) # may exceed 2GB
348 elif isize != (self.size & 0xffffffffL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 344 isize = read32(self.fileobj) # may exceed 2GB
348 elif isize != (self.size & 0xffffffffL):
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 1297 int isize=inherited.size(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 164 self.isize = 8 * itype.sizeof
185 if self.so >= self.isize:
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 181 self.isize = 8 * itype.sizeof
202 if self.so >= self.isize:
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 164 self.isize = 8 * itype.sizeof
185 if self.so >= self.isize:
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 181 self.isize = 8 * itype.sizeof
202 if self.so >= self.isize:
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 192 self.isize = 8 * itype.sizeof
213 if self.so >= self.isize:
    [all...]

Completed in 498 milliseconds

1 2