HomeSort by relevance Sort by last modified time
    Searched defs:calcsize (Results 1 - 7 of 7) sorted by null

  /external/fonttools/Lib/fontTools/misc/
sstruct.py 44 calcsize(fmt)
45 like struct.calcsize(), but uses our own fmt strings:
103 length = calcsize(fmt)
106 def calcsize(fmt): function
108 return struct.calcsize(formatstring)
187 print('size:', calcsize(fmt))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys.py 512 def calcsize(self, fmt): member in class:SizeofTest
513 """Wrapper around struct.calcsize which enforces the alignment of the
519 return struct.calcsize(fmt + '0P')
524 size = self.calcsize
533 size = self.calcsize
540 size = self.calcsize
717 check(set(sample), s + newsize*struct.calcsize('lP'))
718 check(frozenset(sample), s + newsize*struct.calcsize('lP'))
724 check('', struct.calcsize(vh + 'li') + 1)
725 check('abc', struct.calcsize(vh + 'li') + 1 + 3*self.c)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 1857 calcsize(PyObject *self, PyObject *fmt) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 1808 calcsize(PyObject *self, PyObject *fmt) function
    [all...]
  /external/python/cpython2/Modules/
_struct.c 1855 calcsize(PyObject *self, PyObject *fmt) function
    [all...]
  /external/python/cpython3/Modules/
_struct.c 2076 calcsize(PyObject *self, PyObject *fmt) function
    [all...]
_testbuffer.c 13 PyObject *calcsize = NULL; variable
791 tmp = PyObject_CallFunctionObjArgs(calcsize, format, NULL);
    [all...]

Completed in 963 milliseconds