Searched refs:invecpos (Results 1 – 1 of 1) sorted by relevance
1717 picoos_uint8 invecpos; /* next element to add in invec */ in picokdt_dtPosPconstructInVec() local1727 invecpos = 0; in picokdt_dtPosPconstructInVec()1742 if (invecpos < KDT_POSP_NRGRAPHPREFATT) { /* prefix not full */ in picokdt_dtPosPconstructInVec()1744 if (!kdtMapInGraph(&(dtposp->dt), invecpos, in picokdt_dtPosPconstructInVec()1746 &(dtposp->invec[invecpos]), in picokdt_dtPosPconstructInVec()1749 dtposp->invec[invecpos] = fallback; in picokdt_dtPosPconstructInVec()1754 invecpos++; in picokdt_dtPosPconstructInVec()1779 while (invecpos < KDT_POSP_NRGRAPHPREFATT) { /* fill up prefix */ in picokdt_dtPosPconstructInVec()1780 if (!kdtMapInGraph(&(dtposp->dt), invecpos, in picokdt_dtPosPconstructInVec()1783 &(dtposp->invec[invecpos]), &fallback)) { in picokdt_dtPosPconstructInVec()[all …]