Home
last modified time | relevance | path

Searched refs:TABSIZE (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/graphics/xli/xli-2006-11-10/
H A Dg3.c37 #define TABSIZE(tab) (sizeof(tab)/sizeof(struct tableentry)) macro
389 g3_addtohash(whash, twtable, TABSIZE(twtable), WHASHA, WHASHB); in g3Load()
390 g3_addtohash(whash, mwtable, TABSIZE(mwtable), WHASHA, WHASHB); in g3Load()
391 g3_addtohash(whash, extable, TABSIZE(extable), WHASHA, WHASHB); in g3Load()
392 g3_addtohash(bhash, tbtable, TABSIZE(tbtable), BHASHA, BHASHB); in g3Load()
393 g3_addtohash(bhash, mbtable, TABSIZE(mbtable), BHASHA, BHASHB); in g3Load()
394 g3_addtohash(bhash, extable, TABSIZE(extable), BHASHA, BHASHB); in g3Load()
463 g3_addtohash(whash, twtable, TABSIZE(twtable), WHASHA, WHASHB); in g3Ident()
464 g3_addtohash(whash, mwtable, TABSIZE(mwtable), WHASHA, WHASHB); in g3Ident()
465 g3_addtohash(whash, extable, TABSIZE(extable), WHASHA, WHASHB); in g3Ident()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A DDMalloc.c51 #define TABSIZE (16*1024) macro
52 static char *__memtab[TABSIZE];
136 for (i = 0; i < TABSIZE; i++) { in DMmemcheck()
256 for (i = 0; i < TABSIZE; i++) { in malloced()
263 if (i >= TABSIZE) { in malloced()
278 for (i = 0; i < TABSIZE; i++) { in freed()
285 if (i >= TABSIZE) { in freed()
337 for (i = 0; i < TABSIZE; i++) { in DMnotfreed()
/dports/security/samhain/samhain-4.4.3/include/
H A Dsh_dbIO_int.h107 #define TABSIZE 65536 macro
127 void hashinsert (sh_file_t * tab[TABSIZE], sh_file_t * s);
147 int sh_dbIO_writeout(sh_file_t * mtab[TABSIZE], const char * outpath, int truncate);
151 int sh_dbIO_load_db(sh_file_t * tab[TABSIZE]);
155 int sh_dbIO_load_db_file(sh_file_t * tab[TABSIZE], const char * filepath);
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsh_dbIO_int.h107 #define TABSIZE 65536 macro
127 void hashinsert (sh_file_t * tab[TABSIZE], sh_file_t * s);
147 int sh_dbIO_writeout(sh_file_t * mtab[TABSIZE], const char * outpath, int truncate);
151 int sh_dbIO_load_db(sh_file_t * tab[TABSIZE]);
155 int sh_dbIO_load_db_file(sh_file_t * tab[TABSIZE], const char * filepath);
/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsh_dbIO_int.h107 #define TABSIZE 65536 macro
127 void hashinsert (sh_file_t * tab[TABSIZE], sh_file_t * s);
147 int sh_dbIO_writeout(sh_file_t * mtab[TABSIZE], const char * outpath, int truncate);
151 int sh_dbIO_load_db(sh_file_t * tab[TABSIZE]);
155 int sh_dbIO_load_db_file(sh_file_t * tab[TABSIZE], const char * filepath);
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/rmf/
H A Drmflzw.cpp57 #define TABSIZE 4096U macro
58 #define STACKSIZE TABSIZE
103 if ( ++nNext >= TABSIZE ) in LZWUpdateTab()
124 GUInt32 nCount = TABSIZE - 256; in LZWDecompress()
137 poCodeTab = (LZWStringTab *)CPLMalloc( TABSIZE * sizeof(LZWStringTab) ); in LZWDecompress()
140 memset( poCodeTab, 0, TABSIZE * sizeof(LZWStringTab) ); in LZWDecompress()
/dports/graphics/blender/blender-2.91.0/source/tools/utils_ide/qtcreator/externaltools/
H A Dqtc_right_align_trailing_char.py5 TABSIZE = 4 variable
13 l = l.replace("\t", " " * TABSIZE)
34 while d >= TABSIZE:
35 d -= TABSIZE
/dports/devel/ncurses/ncurses-6.3/menu/
H A Dm_spacing.c43 #define MAX_SPC_DESC ((TABSIZE) ? (TABSIZE) : 8)
44 #define MAX_SPC_COLS ((TABSIZE) ? (TABSIZE) : 8)
/dports/misc/bb/bb-1.3.0/
H A Dcredits.c66 #define TABSIZE (60*2) macro
264 horiztab = malloc(TABSIZE * sizeof(*horiztab)); in precalculate()
265 verttab = malloc(TABSIZE * sizeof(*verttab)); in precalculate()
267 for (i = 0; i < TABSIZE; i++) { in precalculate()
268 p = cos((double) i * 2.0 * M_PI / (TABSIZE - 1)) * MAXLEFT / SSPEED; in precalculate()
273 for (i = 0; i < TABSIZE; i++) { in precalculate()
274 p = fabs(sin((double) i * 2 * M_PI / TABSIZE) * MAXLEFT / SSPEED1) + i * G; in precalculate()
344 s[i].x += horiztab[(counter + i) % TABSIZE] + windx; in move_starfield()
345 s[i].y += verttab[(counter + i) % TABSIZE]; in move_starfield()
/dports/devel/ncurses/ncurses-6.3/include/
H A DMKhashsize.sh39 TABSIZE=`cat "$@" | grep -v '^[ #]' | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | gr…
42 echo "#define CAPTABSIZE ${TABSIZE}"
43 echo "#define HASHTABSIZE (${TABSIZE} * 2)"
/dports/graphics/py-gdal/gdal-3.3.3/frmts/rmf/
H A Drmflzw.cpp58 constexpr GUInt32 TABSIZE = 4096U; variable
59 constexpr GUInt32 STACKSIZE = TABSIZE;
115 if( ++nNext >= TABSIZE ) in LZWUpdateTab()
137 (LZWStringTab *)CPLMalloc(TABSIZE * sizeof(LZWStringTab)); in LZWCreateTab()
139 memset(poCodeTab, 0, TABSIZE * sizeof(LZWStringTab)); in LZWCreateTab()
159 CPLAssert(nLocal < TABSIZE); in LZWFindIndex()
222 GUInt32 nCount = TABSIZE - 256; in LZWReadStream()
344 GUInt32 nCount = TABSIZE - 256; in LZWWriteStream()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/rmf/
H A Drmflzw.cpp58 constexpr GUInt32 TABSIZE = 4096U; variable
59 constexpr GUInt32 STACKSIZE = TABSIZE;
115 if( ++nNext >= TABSIZE ) in LZWUpdateTab()
137 (LZWStringTab *)CPLMalloc(TABSIZE * sizeof(LZWStringTab)); in LZWCreateTab()
139 memset(poCodeTab, 0, TABSIZE * sizeof(LZWStringTab)); in LZWCreateTab()
159 CPLAssert(nLocal < TABSIZE); in LZWFindIndex()
222 GUInt32 nCount = TABSIZE - 256; in LZWReadStream()
344 GUInt32 nCount = TABSIZE - 256; in LZWWriteStream()
/dports/graphics/gdal/gdal-3.3.3/frmts/rmf/
H A Drmflzw.cpp58 constexpr GUInt32 TABSIZE = 4096U; variable
59 constexpr GUInt32 STACKSIZE = TABSIZE;
115 if( ++nNext >= TABSIZE ) in LZWUpdateTab()
137 (LZWStringTab *)CPLMalloc(TABSIZE * sizeof(LZWStringTab)); in LZWCreateTab()
139 memset(poCodeTab, 0, TABSIZE * sizeof(LZWStringTab)); in LZWCreateTab()
159 CPLAssert(nLocal < TABSIZE); in LZWFindIndex()
222 GUInt32 nCount = TABSIZE - 256; in LZWReadStream()
344 GUInt32 nCount = TABSIZE - 256; in LZWWriteStream()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/rpcgen/
H A Drpc_tblout.c55 #define TABSIZE 8 macro
57 #define TABSTOP (TABSIZE*TABCOUNT)
167 len += TABSIZE - 1; in printit()
169 tabs = (TABSTOP - len + TABSIZE - 1) / TABSIZE; in printit()
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dpindent.py83 TABSIZE = 8 variable
103 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dpindent.py83 TABSIZE = 8 variable
103 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
367 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
392 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
406 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Dpindent.py81 TABSIZE = 8 variable
101 indentsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
365 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
390 def complete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
404 def delete_file(filename, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS):
[all …]

12345678910>>...19