Searched refs:tsize (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | object.c | 1281 Py_ssize_t tsize; in _PyObject_GetDictPtr() local 1284 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GetDictPtr() 1285 if (tsize < 0) in _PyObject_GetDictPtr() 1286 tsize = -tsize; in _PyObject_GetDictPtr() 1287 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GetDictPtr() 1403 Py_ssize_t tsize; in _PyObject_GenericGetAttrWithDict() local 1406 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GenericGetAttrWithDict() 1407 if (tsize < 0) in _PyObject_GenericGetAttrWithDict() 1408 tsize = -tsize; in _PyObject_GenericGetAttrWithDict() 1409 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GenericGetAttrWithDict()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | object.c | 1288 Py_ssize_t tsize; in _PyObject_GetDictPtr() local 1291 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GetDictPtr() 1292 if (tsize < 0) in _PyObject_GetDictPtr() 1293 tsize = -tsize; in _PyObject_GetDictPtr() 1294 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GetDictPtr() 1410 Py_ssize_t tsize; in _PyObject_GenericGetAttrWithDict() local 1413 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GenericGetAttrWithDict() 1414 if (tsize < 0) in _PyObject_GenericGetAttrWithDict() 1415 tsize = -tsize; in _PyObject_GenericGetAttrWithDict() 1416 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GenericGetAttrWithDict()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | misc.c | 59 static int tsize=TSChunk; /* size of token str arrays */ variable 88 if ( TokenNum >= tsize ) /* terminal table overflow? */ 93 more = TSChunk * (1 + ((TokenNum-tsize) / TSChunk)); 94 tsize += more; 95 TokenStr = (char **) realloc((char *)TokenStr, tsize*sizeof(char *)); 100 realloc((char *)lclass[i].exprs, tsize*sizeof(char *)); 102 for (p= &lclass[i].exprs[tsize-more],j=1; j<=more; j++) *p++ = NULL; 104 for (p= &TokenStr[tsize-more],i=1; i<=more; i++) *p++ = NULL; 163 lclass[CurrentLexClass].exprs = (char **) calloc(tsize, sizeof(char *));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/ |
D | libpython.py | 433 tsize = int_from_int(self._gdbval.cast(type_PyVarObject_ptr)['ob_size']) 434 if tsize < 0: 435 tsize = -tsize 436 size = _PyObject_VAR_SIZE(typeobj, tsize)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
D | xmlparse.c | 5851 size_t tsize; in lookup() local 5857 tsize = table->size * sizeof(NAMED *); in lookup() 5858 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 5863 memset(table->v, 0, tsize); in lookup() 5886 size_t tsize = newSize * sizeof(NAMED *); in lookup() local 5887 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 5890 memset(newV, 0, tsize); in lookup()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmlparse.c | 5851 size_t tsize; in lookup() local 5857 tsize = table->size * sizeof(NAMED *); in lookup() 5858 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 5863 memset(table->v, 0, tsize); in lookup() 5886 size_t tsize = newSize * sizeof(NAMED *); in lookup() local 5887 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 5890 memset(newV, 0, tsize); in lookup()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmlparse.c | 5974 size_t tsize; in lookup() local 5980 tsize = table->size * sizeof(NAMED *); in lookup() 5981 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 5986 memset(table->v, 0, tsize); in lookup() 6009 size_t tsize = newSize * sizeof(NAMED *); in lookup() local 6010 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 6013 memset(newV, 0, tsize); in lookup()
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | ArmPkg.dec | 128 # Maximum file size for TFTP servers that do not support 'tsize' extension
|