Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/ssw/
H A DsswSemi.c46 Vec_Int_t * vHistory; // what state and how many steps member
86 p->vHistory = Vec_IntAlloc( 100 ); in Ssw_SemManStart()
87 Vec_IntPush( p->vHistory, 0 ); in Ssw_SemManStart()
114 Vec_IntFree( p->vHistory ); in Ssw_SemManStop()
/dports/www/squidview/squidview-0.86/
H A Dsquidview.cpp4800 rUserHistory& rEntry = vHistory [iIndex]; in DisplayPoints()
4835 rUserHistory& rEntry = vHistory [iIndex]; in DisplayFullNames()
4872 rUserHistory& rEntry = vHistory [iIndex]; in DisplayGreatestURLs()
4919 rUserHistory& rEntry = vHistory [iIndex]; in DisplayLastURLs()
5070 vHistory.push_back (aEntry); in AddData()
5071 iThisEntry = vHistory.size() - 1; in AddData()
5118 iTotalRows = vHistory.size(); in AddData()
5303 iTotal = vHistory.size(); in AgeData()
5305 vHistory [iIndex].iPoints = int (vHistory [iIndex].iPoints * fFactor); in AgeData()
5313 while (!vHistory.empty()) in ZeroAll()
[all …]
H A Dsquidview.h318 vector <rUserHistory> vHistory; variable
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/metacrt/
H A DbufD.slang289 vec4 vHistory = textureLod( iChannelHistory, vPrevUV, 0.0 );
291 vec3 vPrevTest = TAA_ColorSpace( vHistory.rgb );
298 vFragColor.rgb = mix( vFragColor.rgb, vHistory.rgb, fBlend);
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/crt/shaders/metacrt/
H A DbufD.glsl336 vec4 vHistory = textureLod( iChannelHistory, vPrevUV, 0.0 );
338 vec3 vPrevTest = TAA_ColorSpace( vHistory.rgb );
345 FragColor.rgb = mix( FragColor.rgb, vHistory.rgb, fBlend);
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflibbrowser.cpp1397 KLFLibBrowserViewContainer *vHistory = findSpecialResource(HistoryRoleFlag); in slotMetaInfoChanged() local
1399 klfDbg("vHistory="<<vHistory<<", vArchive="<<vArchive<<", wviewc="<<wviewc) ; in slotMetaInfoChanged()
1400 if (vHistory != NULL && vArchive != NULL && vHistory != vArchive && in slotMetaInfoChanged()
1401 vHistory == wviewc) { in slotMetaInfoChanged()