Home
last modified time | relevance | path

Searched refs:pnUsed (Results 1 – 23 of 23) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/vec/
H A DvecWec.h614 static inline int Vec_WecCountNonTrivial( Vec_Wec_t * p, int * pnUsed ) in Vec_WecCountNonTrivial() argument
618 *pnUsed = 0; in Vec_WecCountNonTrivial()
624 (*pnUsed) += Vec_IntSize(vClass); in Vec_WecCountNonTrivial()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaIso.c1049 int Vec_IntCountNonTrivial( Vec_Ptr_t * vEquivs, int * pnUsed ) in Vec_IntCountNonTrivial() argument
1053 *pnUsed = 0; in Vec_IntCountNonTrivial()
1059 (*pnUsed) += Vec_IntSize(vClass); in Vec_IntCountNonTrivial()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dlemon.c75 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
81 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
83 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
84 *pnUsed += nIn; in lemon_addtext()
85 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
86 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/devel/z88dk/z88dk/src/z80asm/dev/
H A Dlemon.c72 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
78 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
80 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
81 *pnUsed += nIn; in lemon_addtext()
82 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
83 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/tools/lemon/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/lemon/lemon_src/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/databases/xapian-core/xapian-core-1.4.18/queryparser/
H A Dlemon.c85 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
91 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
93 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
94 *pnUsed += nIn; in lemon_addtext()
95 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
96 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/emulators/mame/mame-mame0226/3rdparty/bx/tools/lemon/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/lemon/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; }
88 memcpy(&zBuf[*pnUsed], zIn, nIn);
89 *pnUsed += nIn;
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; }
91 zBuf[*pnUsed] = 0;
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/lemon/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/net/wireshark-lite/wireshark-3.6.1/tools/lemon/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/textproc/redisearch20/RediSearch-2.0.15/srcutil/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/textproc/redisearch/RediSearch-2.2.5/srcutil/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/textproc/redisearch16/RediSearch-1.6.16/srcutil/
H A Dlemon.c80 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
86 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
88 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
89 *pnUsed += nIn; in lemon_addtext()
90 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
91 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/devel/lemon/lemon-3.34/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/net/wireshark/wireshark-3.6.1/tools/lemon/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/net/tshark-lite/wireshark-3.6.1/tools/lemon/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()
/dports/net/tshark/wireshark-3.6.1/tools/lemon/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; }
89 memcpy(&zBuf[*pnUsed], zIn, nIn);
90 *pnUsed += nIn;
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; }
92 zBuf[*pnUsed] = 0;
/dports/graphics/pikchr/pikchr-90b6d5b4a3/
H A Dlemon.c81 int *pnUsed, /* Slots of the buffer used so far */ in lemon_addtext() argument
87 while( iWidth>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth--; } in lemon_addtext()
89 memcpy(&zBuf[*pnUsed], zIn, nIn); in lemon_addtext()
90 *pnUsed += nIn; in lemon_addtext()
91 while( (-iWidth)>nIn ){ zBuf[(*pnUsed)++] = ' '; iWidth++; } in lemon_addtext()
92 zBuf[*pnUsed] = 0; in lemon_addtext()