Home
last modified time | relevance | path

Searched refs:lSpace (Results 1 – 17 of 17) sorted by relevance

/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dquick_gc.cpp269 if (lSpace != 0 && lSpace->freeSpace() > n) in FindSpace()
328 if (lSpace != 0 && TakeOwnership(lSpace)) in FindSpace()
557 ASSERT (lSpace->top >= lSpace->upperAllocPtr); in RunQuickGC()
559 ASSERT (lSpace->lowerAllocPtr >= lSpace->bottom); in RunQuickGC()
565 lSpace->partialGCTop = lSpace->upperAllocPtr; in RunQuickGC()
566 else lSpace->partialGCTop = lSpace->top; in RunQuickGC()
571 if (lSpace->isMutable && ! lSpace->allocationSpace) in RunQuickGC()
572 lSpace->partialGCRootBase = lSpace->bottom; in RunQuickGC()
677 lSpace->lowerAllocPtr = lSpace->bottom; in RunQuickGC()
682 memset(lSpace->bottom, 0xaa, (char*)lSpace->upperAllocPtr - (char*)lSpace->bottom); in RunQuickGC()
[all …]
H A Dgc.cpp144 ASSERT (lSpace->top >= lSpace->upperAllocPtr); in doGC()
145 ASSERT (lSpace->upperAllocPtr >= lSpace->lowerAllocPtr); in doGC()
146 ASSERT (lSpace->lowerAllocPtr >= lSpace->bottom); in doGC()
148 lSpace->highestWeak = lSpace->bottom; in doGC()
149 lSpace->lowestWeak = lSpace->top; in doGC()
150 lSpace->fullGCLowerLimit = lSpace->top; in doGC()
154 lSpace->upperAllocPtr-lSpace->lowerAllocPtr); in doGC()
173 markCount += lSpace->i_marked + lSpace->m_marked; in doGC()
198 lSpace->lowerAllocPtr = lSpace->bottom; in doGC()
200 lSpace->upperAllocPtr = lSpace->top; in doGC()
[all …]
H A Dgc_copy_phase.cpp205 LocalMemSpace *lSpace = *m; in FindNextSpace() local
206 if (lSpace == src) in FindNextSpace()
213 if (lSpace->isMutable == isMutable && !lSpace->allocationSpace && lSpace->spaceOwner == 0) in FindNextSpace()
217 if (lSpace->spaceOwner == 0) in FindNextSpace()
220 lSpace->spaceOwner = id; in FindNextSpace()
352 LocalMemSpace *lSpace = *i; in GCCopyPhase() local
353 uintptr_t highest = lSpace->wordNo(lSpace->top); in GCCopyPhase()
355 lSpace->start[i] = highest; in GCCopyPhase()
356 lSpace->start_index = NSTARTS - 1; in GCCopyPhase()
357 lSpace->spaceOwner = 0; in GCCopyPhase()
[all …]
H A Dgc_mark_phase.cpp756 lSpace->bitmap.ClearBits(0, lSpace->spaceSize()); in CreateBitmapsTask()
757 SetBitmaps(lSpace, lSpace->bottom, lSpace->top); in CreateBitmapsTask()
829 LocalMemSpace *lSpace = *i; in GCMarkPhase() local
830 lSpace->i_marked = lSpace->m_marked = 0; in GCMarkPhase()
831 lSpace->fullGCRescanStart = lSpace->top; in GCMarkPhase()
832 lSpace->fullGCRescanEnd = lSpace->bottom; in GCMarkPhase()
870 LocalMemSpace *lSpace = *i; in GCMarkPhase() local
871 if (! lSpace->isMutable) ASSERT(lSpace->m_marked == 0); in GCMarkPhase()
872 totalLive += lSpace->m_marked + lSpace->i_marked; in GCMarkPhase()
875 lSpace->spaceTypeString(), lSpace, in GCMarkPhase()
[all …]
H A Dcheck_objects.cpp67 LocalMemSpace *lSpace = (LocalMemSpace*)space; in CheckAddress() local
68 if (!((pt > lSpace->bottom && pt+length <= lSpace->lowerAllocPtr) || in CheckAddress()
69 (pt > lSpace->upperAllocPtr && pt+length <= space->top))) in CheckAddress()
72 ASSERT((pt > lSpace->bottom && pt+length <= lSpace->lowerAllocPtr) || in CheckAddress()
73 (pt > lSpace->upperAllocPtr && pt+length <= space->top)); in CheckAddress()
H A Dgc_share_phase.cpp950 LocalMemSpace *lSpace = *i; in GCSharingPhase() local
951 lSpace->bitmap.ClearBits(0, lSpace->spaceSize()); in GCSharingPhase()
H A Dsavestate.cpp1953 … LocalMemSpace *lSpace = gMem.NewLocalSpace(actualSize, descr->segmentFlags & SSF_WRITABLE); in Perform() local
1954 if (lSpace == 0) in Perform()
1959 space = lSpace; in Perform()
1960 lSpace->lowerAllocPtr = (PolyWord*)((byte*)lSpace->bottom + descr->segmentSize); in Perform()
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/elements/
H A DOperatorElement.cpp43 qreal lSpace = manager.parseMathSpace(m_dict.lSpace(), this); in renderToPath() local
44 path.moveTo( path.currentPosition() + QPointF( lSpace, 0.0 ) ); in renderToPath()
48 QRectF rect = path.boundingRect().adjusted(0,0,lSpace+rSpace,0); in renderToPath()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLOperatorElement.hh53 scaled getLeftPadding(void) const { return lSpace; } in getLeftPadding()
74 scaled lSpace; member in MathMLOperatorElement
H A DMathMLPaddedElement.hh61 LengthDimension lSpace; member in MathMLPaddedElement
H A DMathMLOperatorElement.cc93 lSpace = ctxt.MGD()->evaluate(ctxt, resolveLength(ctxt, value), scaled::zero()); in format()
95 lSpace = scaled::zero(); in format()
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DDictionary.h64 QString lSpace() const;
H A DDictionary.cpp39 QString Dictionary::lSpace() const in lSpace() function in Dictionary
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/jp2/
H A Dopj_compress.c1263 float *lSpace; in parse_cmdline_encoder() local
1307 lSpace = (float *) malloc((size_t)lTotalComp * sizeof(float)); in parse_cmdline_encoder()
1308 if (lSpace == NULL) { in parse_cmdline_encoder()
1312 lCurrentDoublePtr = lSpace; in parse_cmdline_encoder()
1327 opj_set_MCT(parameters, lSpace, (int *)(lSpace + lMctComp), in parse_cmdline_encoder()
1331 free(lSpace); in parse_cmdline_encoder()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarFormatManager.cxx733 int16_t firstLineOffs, absLSpace, lSpace, nCharTextDist; in readNumberFormat() local
734 *input >> firstLineOffs >> absLSpace >> lSpace >> nCharTextDist; in readNumberFormat()
737 if (lSpace) f << "lSpace=" << lSpace << ","; in readNumberFormat()
/dports/textproc/fop/fop-2.6/fop/examples/plan/src/org/apache/fop/plan/
H A DSimplePlanDrawer.java46 private float lSpace = 15; field in SimplePlanDrawer
/dports/math/form/form-4.2.1/sources/
H A Dsort.c688 off_t lSpace; local
838 lSpace = sSpace + (S->lFill - S->lBuffer) - (LONG)S->lPatch*(AM.MaxTer/sizeof(WORD));
841 SETBASEPOSITION(pp,lSpace);
4338 LONG lSpace, sSpace, RetCode, over, tover; local
4371 lSpace = sSpace + (S->lFill - S->lBuffer)
4373 SETBASEPOSITION(pp,lSpace);