Home
last modified time | relevance | path

Searched refs:pL (Results 1 – 25 of 2604) sorted by relevance

12345678910>>...105

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_ContainerLayout.cpp410 m_pNext = pL; in setNext()
419 m_pPrev = pL; in setPrev()
521 m_pLastL = pL; in add()
758 m_pFirstL = pL; in setFirstLayout()
766 m_pLastL = pL; in setLastLayout()
939 if (pL == NULL) in insert()
941 return pL; in insert()
948 m_pLastL = pL; in insert()
962 return pL; in insert()
972 setNext(pL); in _insertIntoList()
[all …]
H A Dfl_DocListener.cpp135 fl_Layout * pL = (fl_Layout *)sfh; in populate() local
136 if(pL->getType() != PTX_Block) in populate()
178 fl_Layout * pL = (fl_Layout *)sfh; in populate() local
179 if(pL->getType() != PTX_Block) in populate()
201 if(pL->getType() == PTX_Block) in populate()
227 fl_Layout * pL = (fl_Layout *)sfh; in populate() local
228 if(pL->getType() != PTX_Block) in populate()
983 if(pL->getType() != PTX_Block) in change()
1505 if(pL->getType() == PTX_Block) in change()
1542 if(pL->getType() == PTX_Block) in change()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DSkyLineSolver.hpp42 pL(A.pL),opL(pL), pU(A.pU),opU(pU), in SkyLineMatrix()
63 if(pL && pL != opL ) delete [] pL; in ~SkyLineMatrix()
122 if(copy&& pL) pL= newcpy(opL,n+1); in docopy()
150 std::fill(pL,pL+n,0); in SkyLineMatrix()
159 if(i>j) pL[i] = max(i-j,pL[i]);// i>j => L in SkyLineMatrix()
174 pL[i]= max(pL[i],pU[i]); in SkyLineMatrix()
239 k = max( j - (pL[j+1]-pL[j]) , i-(pL[i+1]-pL[i]) ); in cholesky()
275 k = max( j - (pL[j+1]-pL[j]) , i-(pL[i+1]-pL[i]) ); in crout()
308 Z j0 = i-(pL[i+1]-pL[i]); in LU()
330 Z k0 = max(j0,j-pL[j+1]+pL[j]); in LU()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A DreturnPropertyList.cpp36 types::TList* pL = new types::TList(); in createReturnedList() local
38 pL->append(pField); in createReturnedList()
39 return pL; in createReturnedList()
44 types::TList* pL = (types::TList*)list; in addRowVectorToReturnedList() local
45 pL->append((types::InternalType*)sciReturnMatrix((double*)vector, 1, nbValues)); in addRowVectorToReturnedList()
51 types::TList* pL = (types::TList*)list; in addColVectorToReturnedList() local
58 types::TList* pL = (types::TList*)list; in addMatrixToReturnedList() local
65 types::TList* pL = (types::TList*)list; in addStringColVectorToReturnedList() local
66 pL->append((types::InternalType*)sciReturnStringMatrix(vector, nbValues, 1)); in addStringColVectorToReturnedList()
72 types::TList* pL = (types::TList*)list; in addStringToReturnedList() local
[all …]
/dports/math/fricas/fricas-1.3.7/src/graph/viewman/
H A DmakeGraph.c50 pointListStruct *pL; in makeGraphFromSpadData() local
82 graphData->listOfListsOfPoints = pL; in makeGraphFromSpadData()
86 pL->numberOfPoints = get_int(spadSock); in makeGraphFromSpadData()
93 for (j=0; j<pL->numberOfPoints; j++) { in makeGraphFromSpadData()
104 pL->pointColor = get_int(spadSock); in makeGraphFromSpadData()
105 pL->lineColor = get_int(spadSock); in makeGraphFromSpadData()
106 pL->pointSize = get_int(spadSock); in makeGraphFromSpadData()
107 pL++; /** advance to next point list **/ in makeGraphFromSpadData()
125 pointListStruct *pL; in discardGraph() local
128 for (j=0, pL=theGraph->listOfListsOfPoints; j<theGraph->numberOfLists; j++,pL++) in discardGraph()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/data_structures/sci_gateway/cpp/
H A Dsci_setfield.cpp50 types::List* pL = in[2]->getAs<types::List>(); in sci_setfield() local
51 if (pL->isDeletable() == false) in sci_setfield()
53 pL = pL->clone(); in sci_setfield()
56 if (pL->isList() == false && pL->isMList() == false && pL->isTList() == false) in sci_setfield()
66 if ((pL->isMList() == false && pL->isTList() == false) || pS->getSize() != 1) in sci_setfield()
72 types::TList* pT = pL->getAs<types::TList>(); in sci_setfield()
89 types::InternalType* pRet = pL->insert(&Args, pData); in sci_setfield()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c643 struct b_lists *pL; in jffs2_free_cache() local
649 free(pL->readbuf); in jffs2_free_cache()
650 free(pL); in jffs2_free_cache()
657 struct b_lists *pL; in jffs_init_1pass_list() local
664 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
720 pL->readbuf); in jffs2_1pass_read_inode()
835 pL->readbuf); in jffs2_1pass_find_inode()
1472 struct b_lists *pL; in jffs2_1pass_build_lists() local
1554 sumlen, pL); in jffs2_1pass_build_lists()
1806 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c643 struct b_lists *pL; in jffs2_free_cache() local
649 free(pL->readbuf); in jffs2_free_cache()
650 free(pL); in jffs2_free_cache()
657 struct b_lists *pL; in jffs_init_1pass_list() local
664 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
720 pL->readbuf); in jffs2_1pass_read_inode()
835 pL->readbuf); in jffs2_1pass_find_inode()
1472 struct b_lists *pL; in jffs2_1pass_build_lists() local
1554 sumlen, pL); in jffs2_1pass_build_lists()
1806 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c643 struct b_lists *pL; in jffs2_free_cache() local
649 free(pL->readbuf); in jffs2_free_cache()
650 free(pL); in jffs2_free_cache()
657 struct b_lists *pL; in jffs_init_1pass_list() local
664 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
720 pL->readbuf); in jffs2_1pass_read_inode()
835 pL->readbuf); in jffs2_1pass_find_inode()
1472 struct b_lists *pL; in jffs2_1pass_build_lists() local
1554 sumlen, pL); in jffs2_1pass_build_lists()
1806 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/jffs2/
H A Djffs2_1pass.c643 struct b_lists *pL; in jffs2_free_cache() local
649 free(pL->readbuf); in jffs2_free_cache()
650 free(pL); in jffs2_free_cache()
657 struct b_lists *pL; in jffs_init_1pass_list() local
664 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
720 pL->readbuf); in jffs2_1pass_read_inode()
835 pL->readbuf); in jffs2_1pass_find_inode()
1472 struct b_lists *pL; in jffs2_1pass_build_lists() local
1554 sumlen, pL); in jffs2_1pass_build_lists()
1806 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/fs/jffs2/
H A Djffs2_1pass.c650 struct b_lists *pL; in jffs2_free_cache() local
656 free(pL->readbuf); in jffs2_free_cache()
657 free(pL); in jffs2_free_cache()
664 struct b_lists *pL; in jffs_init_1pass_list() local
671 memset(pL, 0, sizeof(*pL)); in jffs_init_1pass_list()
733 pL->readbuf); in jffs2_1pass_read_inode()
839 pL->readbuf); in jffs2_1pass_find_inode()
1484 struct b_lists *pL; in jffs2_1pass_build_lists() local
1568 sumlen, pL); in jffs2_1pass_build_lists()
1846 dump_dirents(pL); in jffs2_1pass_build_lists()
[all …]

12345678910>>...105