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

  /external/python/cpython2/Modules/
imgfile.c 90 int xsize, ysize, zsize; local
118 zsize = image->zsize;
119 if ( zsize != 1 && zsize != 3) {
132 if ( zsize == 3 ) zsize = 4;
133 rv = PyString_FromStringAndSize((char *)NULL, xsize*ysize*zsize);
151 if ( zsize == 1 ) {
216 xscale(IMAGE *image, int xsize, int ysize, int zsize,
246 int xsize, ysize, zsize; local
397 int xsize, ysize, zsize, len; local
    [all...]
  /external/elfutils/libelf/
elf_strptr.c 43 size_t zsize, zalign; local
44 void *zdata = __libelf_decompress_elf (strscn, &zsize, &zalign);
49 strscn->zdata_size = zsize;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /external/python/cpython2/Lib/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /external/python/cpython3/Lib/test/
test_types.py 127 xsize, ysize, zsize = 238, 356, 4
128 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
    [all...]

Completed in 247 milliseconds