Home
last modified time | relevance | path

Searched refs:idx_cnt (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/hashdb/
H A Dencase.c122 int db_cnt = 0, idx_cnt = 0; in encase_make_index() local
154 idx_cnt++; in encase_make_index()
161 if (idx_cnt > 0) { in encase_make_index()
165 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in encase_make_index()
H A Dmd5sum.c210 int db_cnt = 0, idx_cnt = 0, ig_cnt = 0; in md5sum_makeindex() local
252 idx_cnt++; in md5sum_makeindex()
258 if (idx_cnt > 0) { in md5sum_makeindex()
266 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in md5sum_makeindex()
H A Dhashkeeper.c274 int db_cnt = 0, idx_cnt = 0, ig_cnt = 0; in hk_makeindex() local
321 idx_cnt++; in hk_makeindex()
327 if (idx_cnt > 0) { in hk_makeindex()
334 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in hk_makeindex()
H A Dnsrl.c395 int db_cnt = 0, idx_cnt = 0, ig_cnt = 0; in nsrl_makeindex() local
453 idx_cnt++; in nsrl_makeindex()
459 if (idx_cnt > 0) { in nsrl_makeindex()
466 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in nsrl_makeindex()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/hashdb/
H A Dencase.c122 int db_cnt = 0, idx_cnt = 0; in encase_make_index() local
154 idx_cnt++; in encase_make_index()
161 if (idx_cnt > 0) { in encase_make_index()
165 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in encase_make_index()
H A Dmd5sum.c210 int db_cnt = 0, idx_cnt = 0, ig_cnt = 0; in md5sum_makeindex() local
252 idx_cnt++; in md5sum_makeindex()
258 if (idx_cnt > 0) { in md5sum_makeindex()
266 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in md5sum_makeindex()
H A Dhashkeeper.c274 int db_cnt = 0, idx_cnt = 0, ig_cnt = 0; in hk_makeindex() local
321 idx_cnt++; in hk_makeindex()
327 if (idx_cnt > 0) { in hk_makeindex()
334 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in hk_makeindex()
H A Dnsrl.c395 int db_cnt = 0, idx_cnt = 0, ig_cnt = 0; in nsrl_makeindex() local
453 idx_cnt++; in nsrl_makeindex()
459 if (idx_cnt > 0) { in nsrl_makeindex()
466 (idx_cnt == db_cnt) ? "" : "(optimized)", idx_cnt); in nsrl_makeindex()
/dports/multimedia/xanim/xanim2920/
H A Dxa_jmov.c329 xaULONG idx_cnt = jmov_hdr->frames; local
333 index = (xaULONG *)malloc( (idx_cnt + 1) * sizeof(xaULONG) );
336 for(i=0; i<idx_cnt; i++)
340 fprintf(stderr,"JMOV: index truncated cur %d tot %d\n",i,idx_cnt);
341 idx_cnt = i;
346 index[idx_cnt] = 0;
348 for(i=0; i<idx_cnt; i++)
H A Dxa_replay.c421 { xaULONG idx_cnt = arm_hdr->chunk_cnt; local
424 idx_off = (xaULONG *)malloc( (idx_cnt + 2) * sizeof(xaULONG) );
425 idx_vsize = (xaULONG *)malloc( (idx_cnt + 2) * sizeof(xaULONG) );
426 idx_asize = (xaULONG *)malloc( (idx_cnt + 2) * sizeof(xaULONG) );
431 for(i=0; i<=idx_cnt; i++)
447 for(i=0; i<=idx_cnt; i++)
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/openwnn/3rdparty/openwnn/wnnDictionary/engine/
H A Dndbdic.c566 NJ_UINT16 idx_cnt; in search_node() local
593 idx_cnt = 1; in search_node()
695 idx_cnt = NODE_IDX_CNT(now); in search_node()
698 idx_cnt = 1; in search_node()
886 idx_cnt = 1; in search_node()
1995 NJ_UINT16 idx_cnt; in search_yomi_node() local
2006 idx_cnt = 1; in search_yomi_node()
2092 idx_cnt = NODE_IDX_CNT(now); in search_yomi_node()
2095 idx_cnt = 1; in search_yomi_node()
2256 NJ_UINT16 idx_cnt; in get_node_bottom() local
[all …]
/dports/textproc/p5-PerlPoint-Converters/PerlPoint-Converters-1.0205/
H A Dpp2html839 my $idx_cnt = 0;
956 if ($idx_cnt and ! $OPT{no_index}) {
1109 print STDERR " $idx_cnt index entries\n";
1279 if ($idx_cnt and ! $OPT{no_index}){
1290 if ($idx_cnt and ! $OPT{no_index}){
1311 return unless $idx_cnt;
2199 $idx_cnt ++;
2217 my $index_anchor = "index_$OPT{page_cnt}" . "_$idx_cnt"; # uniq anchor name
2535 if ($idx_cnt and ! $OPT{no_index}) {
2578 …print $f qq( <link rel="index" href="$tmp">\n) if $idx_cnt and !$OPT{no_index} and $tmp=$PAGES…
[all …]
H A Dpp2latex186 my $idx_cnt = 0;
845 $idx_cnt ++;
846 my $index_anchor = "index:$page_cnt" . ":$idx_cnt";
H A Dpp2html.patched.30.05.03796 my $idx_cnt = 0;
900 if ($idx_cnt and ! $OPT{no_index}) {
1048 print STDERR " $idx_cnt index entries\n";
1210 if ($idx_cnt and ! $OPT{no_index}){
1221 if ($idx_cnt and ! $OPT{no_index}){
1242 return unless $idx_cnt;
2127 $idx_cnt ++;
2145 my $index_anchor = "index_$OPT{page_cnt}" . "_$idx_cnt"; # uniq anchor name
2461 if ($idx_cnt and ! $OPT{no_index}) {
2499 …print $f qq( <link rel="index" href="$tmp">\n) if $idx_cnt and !$OPT{no_index} and $tmp=$PAGES…
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dsong.cpp3991 int idx_cnt = 0; in restartRecording() local
4006 const int idx = _tracks.index(cTrk) + idx_cnt++; in restartRecording()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3845 idx_cnt = len(indexes)
3846 if not idx_cnt:
3848 if idx_cnt == 1:
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3845 idx_cnt = len(indexes)
3846 if not idx_cnt:
3848 if idx_cnt == 1:
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3845 idx_cnt = len(indexes)
3846 if not idx_cnt:
3848 if idx_cnt == 1: