Home
last modified time | relevance | path

Searched refs:lasthead (Results 1 – 6 of 6) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/sys/memory/
H A Dmtr.c109 TRSPACE *head,*lasthead; in PetscMallocValidate() local
114 head = TRhead; lasthead = NULL; in PetscMallocValidate()
125 …if (lasthead) (*PetscErrorPrintf)("Last intact block allocated in %s() line %d in %s\n",lasthead->… in PetscMallocValidate()
141 if (head->prev && head->prev != lasthead) { in PetscMallocValidate()
143 (*PetscErrorPrintf)("Backpointer %p is invalid, should be %p\n",head->prev,lasthead); in PetscMallocValidate()
151 lasthead = head; in PetscMallocValidate()
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dfitsfile.c1798 char *endhead, *lasthead, *padding; local
1901 lasthead = header + nbhead;
1902 while (endhead < lasthead)
1967 char *endhead, *lasthead; local
1994 lasthead = header + nbytes;
1995 while (endhead < lasthead)
2046 lasthead = oldheader + nbold;
2047 while (endhead < lasthead)
2049 strncpy (lasthead-80, "END", 3);
2055 lasthead = header + nbnew;
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Ddasdload.c63 HWORD lasthead; /* Last track on cylinder */ member
3319 int lasthead; /* Highest head on cylinder */ in dip_initialize() local
3340 lasthead = heads - 1; in dip_initialize()
3388 diphdr->lasthead[0] = (lasthead >> 8) & 0xFF; in dip_initialize()
3389 diphdr->lasthead[1] = lasthead & 0xFF; in dip_initialize()
H A Dckddasd.c5112 U16 lastcyl, lasthead; in ckddasd_execute_ccw() local
5143 lasthead = head + j - 1; in ckddasd_execute_ccw()
5144 while (lasthead >= dev->ckdheads) in ckddasd_execute_ccw()
5147 lasthead -= dev->ckdheads; in ckddasd_execute_ccw()
5149 if ( EXTENT_CHECK(dev, lastcyl, lasthead) ) in ckddasd_execute_ccw()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtabularray.cwl335 lasthead
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbacc/
H A DDbaccMain.cpp4021 ContainerHeader lasthead(lastPageptr.p->word32[tlastContainerptr]); in commitdelete() local
4022 ndbrequire(lasthead.haveNext()); in commitdelete()
4023 if (!lasthead.isNextOnSamePage()) in commitdelete()
4028 tlastPageindex = lasthead.getNextIndexNumber(); in commitdelete()
4029 lastIsforward = lasthead.getNextEnd() == ZLEFT; in commitdelete()