Searched refs:SegNum (Results 1 – 1 of 1) sorted by relevance
35 Py_ssize_t SegNum; in UefiDecompress() local63 SegNum = SrcData->ob_type->tp_as_buffer->bf_getsegcount((PyObject *)SrcData, NULL); in UefiDecompress()65 for (Index = 0; Index < SegNum; ++Index) { in UefiDecompress()112 Py_ssize_t SegNum; in FrameworkDecompress() local140 SegNum = SrcData->ob_type->tp_as_buffer->bf_getsegcount((PyObject *)SrcData, NULL); in FrameworkDecompress()142 for (Index = 0; Index < SegNum; ++Index) { in FrameworkDecompress()