Home
last modified time | relevance | path

Searched refs:secno (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-multi/
H A Dquery.tst8 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict00 d, url u WHERE u.rec_id=d.url_id ORDER BY …
9 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict01 d, url u WHERE u.rec_id=d.url_id ORDER BY …
10 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict02 d, url u WHERE u.rec_id=d.url_id ORDER BY …
11 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict03 d, url u WHERE u.rec_id=d.url_id ORDER BY …
12 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict04 d, url u WHERE u.rec_id=d.url_id ORDER BY …
13 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict05 d, url u WHERE u.rec_id=d.url_id ORDER BY …
14 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict06 d, url u WHERE u.rec_id=d.url_id ORDER BY …
15 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict07 d, url u WHERE u.rec_id=d.url_id ORDER BY …
16 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict08 d, url u WHERE u.rec_id=d.url_id ORDER BY …
17 SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict09 d, url u WHERE u.rec_id=d.url_id ORDER BY …
[all …]
H A Dquery.res3 …QL>SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict00 d, url u WHERE u.rec_id=d.url_id …
8 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict01 d, url u WHERE u.rec_id=d.url_id ORDE…
15 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict02 d, url u WHERE u.rec_id=d.url_id ORDE…
18 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict03 d, url u WHERE u.rec_id=d.url_id ORDE…
25 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict04 d, url u WHERE u.rec_id=d.url_id ORDE…
29 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict05 d, url u WHERE u.rec_id=d.url_id ORDE…
34 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict06 d, url u WHERE u.rec_id=d.url_id ORDE…
41 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict07 d, url u WHERE u.rec_id=d.url_id ORDE…
46 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict08 d, url u WHERE u.rec_id=d.url_id ORDE…
53 SQL>'SELECT u.crc32,u.url,d.secno,d.word,d.coords FROM dict09 d, url u WHERE u.rec_id=d.url_id ORDE…
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/hpfs/
H A Dbuffer.c14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map()
43 if (n <= 0 || unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
60 if (unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
62 sb_breadahead(s, secno); in hpfs_prefetch_sectors()
63 secno++; in hpfs_prefetch_sectors()
78 hpfs_prefetch_sectors(s, secno, ahead); in hpfs_map_sector()
82 *bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno)); in hpfs_map_sector()
123 if (secno & 3) { in hpfs_map_4sectors()
128 hpfs_prefetch_sectors(s, secno, 4 + ahead); in hpfs_map_4sectors()
[all …]
H A Dhpfs_fn.h93 secno hotfix_from[256];
94 secno hotfix_to[256];
155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()
160 static inline secno ea_len(struct extended_attribute *ea) in ea_len()
170 static inline unsigned de_size(int namelen, secno down_ptr) in de_size()
201 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int);
202 int hpfs_alloc_if_possible(struct super_block *, secno);
205 void hpfs_free_dnode(struct super_block *, secno);
214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);
[all …]
H A Dmap.c20 secno sec; in hpfs_map_bitmap()
57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page()
60 secno cpds; in hpfs_load_code_page()
112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
261 if (hpfs_chk_sectors(s, secno, 4, "dnode")) return NULL; in hpfs_map_dnode()
262 if (secno & 3) { in hpfs_map_dnode()
263 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
267 if ((dnode = hpfs_map_4sectors(s, secno, qbh, DNODE_RD_AHEAD))) in hpfs_map_dnode()
273 hpfs_error(s, "bad magic on dnode %08x", secno); in hpfs_map_dnode()
276 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode()
[all …]
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free()
115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
124 secno ret = 0; in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector()
205 secno sec; in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband()
280 secno sec; in alloc_in_dirband()
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
503 static int do_trim(struct super_block *s, secno start, unsigned len, secno limit_start, secno limit… in do_trim()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/hpfs/
H A Dbuffer.c14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map()
43 if (n <= 0 || unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
60 if (unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
62 sb_breadahead(s, secno); in hpfs_prefetch_sectors()
63 secno++; in hpfs_prefetch_sectors()
78 hpfs_prefetch_sectors(s, secno, ahead); in hpfs_map_sector()
82 *bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno)); in hpfs_map_sector()
123 if (secno & 3) { in hpfs_map_4sectors()
128 hpfs_prefetch_sectors(s, secno, 4 + ahead); in hpfs_map_4sectors()
[all …]
H A Dhpfs_fn.h93 secno hotfix_from[256];
94 secno hotfix_to[256];
155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()
160 static inline secno ea_len(struct extended_attribute *ea) in ea_len()
170 static inline unsigned de_size(int namelen, secno down_ptr) in de_size()
201 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int);
202 int hpfs_alloc_if_possible(struct super_block *, secno);
205 void hpfs_free_dnode(struct super_block *, secno);
214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);
[all …]
H A Dmap.c20 secno sec; in hpfs_map_bitmap()
57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page()
60 secno cpds; in hpfs_load_code_page()
112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
261 if (hpfs_chk_sectors(s, secno, 4, "dnode")) return NULL; in hpfs_map_dnode()
262 if (secno & 3) { in hpfs_map_dnode()
263 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
267 if ((dnode = hpfs_map_4sectors(s, secno, qbh, DNODE_RD_AHEAD))) in hpfs_map_dnode()
273 hpfs_error(s, "bad magic on dnode %08x", secno); in hpfs_map_dnode()
276 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode()
[all …]
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free()
115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
124 secno ret = 0; in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector()
205 secno sec; in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband()
280 secno sec; in alloc_in_dirband()
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
503 static int do_trim(struct super_block *s, secno start, unsigned len, secno limit_start, secno limit… in do_trim()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/hpfs/
H A Dbuffer.c14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) in hpfs_search_hotfix_map()
43 if (n <= 0 || unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
49 bh = sb_find_get_block(s, secno); in hpfs_prefetch_sectors()
60 if (unlikely(secno >= hpfs_sb(s)->sb_fs_size)) in hpfs_prefetch_sectors()
62 sb_breadahead(s, secno); in hpfs_prefetch_sectors()
63 secno++; in hpfs_prefetch_sectors()
78 hpfs_prefetch_sectors(s, secno, ahead); in hpfs_map_sector()
82 *bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno)); in hpfs_map_sector()
123 if (secno & 3) { in hpfs_map_4sectors()
128 hpfs_prefetch_sectors(s, secno, 4 + ahead); in hpfs_map_4sectors()
[all …]
H A Dhpfs_fn.h93 secno hotfix_from[256];
94 secno hotfix_to[256];
155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()
160 static inline secno ea_len(struct extended_attribute *ea) in ea_len()
170 static inline unsigned de_size(int namelen, secno down_ptr) in de_size()
201 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int);
202 int hpfs_alloc_if_possible(struct super_block *, secno);
205 void hpfs_free_dnode(struct super_block *, secno);
214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);
[all …]
H A Dmap.c20 secno sec; in hpfs_map_bitmap()
57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page()
60 secno cpds; in hpfs_load_code_page()
112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
261 if (hpfs_chk_sectors(s, secno, 4, "dnode")) return NULL; in hpfs_map_dnode()
262 if (secno & 3) { in hpfs_map_dnode()
263 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
267 if ((dnode = hpfs_map_4sectors(s, secno, qbh, DNODE_RD_AHEAD))) in hpfs_map_dnode()
273 hpfs_error(s, "bad magic on dnode %08x", secno); in hpfs_map_dnode()
276 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode()
[all …]
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free()
115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp()
124 secno ret = 0; in alloc_in_bmp()
203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector()
205 secno sec; in hpfs_alloc_sector()
277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband()
280 secno sec; in alloc_in_dirband()
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
503 static int do_trim(struct super_block *s, secno start, unsigned len, secno limit_start, secno limit… in do_trim()
[all …]
/dports/sysutils/gpart/gpart-0.1h/src/
H A Dgm_hpfs.h28 typedef unsigned secno; /* sector number, partition relative */ typedef
30 typedef secno dnode_secno; /* sector number of a dnode */
31 typedef secno fnode_secno; /* sector number of an fnode */
32 typedef secno anode_secno; /* sector number of an anode */
80 secno n_sectors; /* size of filesystem */
82 secno bitmaps; /* pointers to free space bit maps */
84 secno badblocks; /* bad block list */
88 secno n_dir_band; /* number of sectors in dir band */
89 secno dir_band_start; /* first sector in dir band */
90 secno dir_band_end; /* last sector in dir band */
[all …]
/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_cql2pqf.sh6 secno=0
17 secno=`expr $secno + 1`
22 OUT1=${srcdir}/cql2pqf/$secno.$testno.out
23 ERR1=${srcdir}/cql2pqf/$secno.$testno.err
24 OUT2=cql2pqf/$secno.$testno.out.tmp
25 ERR2=cql2pqf/$secno.$testno.err.tmp
26 DIFF=cql2pqf/$secno.$testno.diff
33 echo "diff out $secno $testno $f"
41 echo "diff err $secno $testno $f"
46 echo "making test $secno $testno $f"
H A Dtest_cql2xcql.sh6 secno=0
17 secno=`expr $secno + 1`
22 OUT1=${srcdir}/cql/$secno.$testno.out
23 ERR1=${srcdir}/cql/$secno.$testno.err
24 OUT2=cql/$secno.$testno.out.tmp
25 ERR2=cql/$secno.$testno.err.tmp
26 DIFF=cql/$secno.$testno.diff
33 echo "diff out $secno $testno $f"
41 echo "diff err $secno $testno $f"
46 echo "making test $secno $testno $f"
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-blob/
H A Dquery.tst8 SELECT word, secno FROM bdict WHERE word='##last_mod_time';
9 SELECT word, secno FROM bdict WHERE word='##rec_id';
10 SELECT word, secno FROM bdict WHERE word='##pop';
11 SELECT word, secno FROM bdict WHERE word='##site';
12 SELECT word, secno FROM bdict WHERE word='##ts';
13 SELECT word, secno FROM bdict WHERE word='##version';
14 SELECT word, secno FROM bdict WHERE word='##limit#test1';
15 SELECT word, secno FROM bdict WHERE word='##score#score1cached';
16 SELECT word, secno FROM bdict WHERE word='##score#score2cached';
17 SELECT word, secno, coords FROM bdict WHERE word >= '0' AND word <='9999' AND word NOT LIKE '#%' OR…
[all …]
H A Dquery-u.res31 SQL>'SELECT word, secno FROM bdict WHERE word='##last_mod_time''
33 SQL>'SELECT word, secno FROM bdict WHERE word='##rec_id''
35 SQL>'SELECT word, secno FROM bdict WHERE word='##pop''
37 SQL>'SELECT word, secno FROM bdict WHERE word='##site''
39 SQL>'SELECT word, secno FROM bdict WHERE word='##ts''
41 SQL>'SELECT word, secno FROM bdict WHERE word='##version''
43 SQL>'SELECT word, secno FROM bdict WHERE word='##limit#test1''
45 SQL>'SELECT word, secno FROM bdict WHERE word='##score#score1cached''
47 SQL>'SELECT word, secno FROM bdict WHERE word='##score#score2cached''
49 SQL>'SELECT word, secno, coords FROM bdict WHERE word >= '0' AND word <='9999' AND word NOT LIKE '#…
[all …]
H A Dbdict.sql2 SELECT secno,word FROM bdict WHERE word NOT LIKE '&%' AND word NOT LIKE '##%' AND word NOT BETWEEN …
3 SELECT secno,word FROM bdict WHERE word NOT LIKE '&%' AND word BETWEEN '0' AND '9z' ORDER BY secno,…
4 SELECT secno,word FROM bdict WHERE word LIKE '&%' ORDER BY secno,word;
H A Dquery.res87 SQL>'SELECT word, secno FROM bdict WHERE word='##last_mod_time''
89 SQL>'SELECT word, secno FROM bdict WHERE word='##rec_id''
91 SQL>'SELECT word, secno FROM bdict WHERE word='##pop''
93 SQL>'SELECT word, secno FROM bdict WHERE word='##site''
95 SQL>'SELECT word, secno FROM bdict WHERE word='##ts''
97 SQL>'SELECT word, secno FROM bdict WHERE word='##version''
99 SQL>'SELECT word, secno FROM bdict WHERE word='##limit#test1''
101 SQL>'SELECT word, secno FROM bdict WHERE word='##score#score1cached''
102 SQL>'SELECT word, secno FROM bdict WHERE word='##score#score2cached''
103 SQL>'SELECT word, secno, coords FROM bdict WHERE word >= '0' AND word <='9999' AND word NOT LIKE '#…
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-message/
H A Dbdict.sql2 SELECT secno,word FROM bdict WHERE word NOT LIKE '&%' AND word NOT LIKE '#%' AND word NOT BETWEEN '…
3 SELECT secno,word FROM bdict WHERE word NOT LIKE '&%' AND word BETWEEN '0' AND '9z' ORDER BY secno,…
4 SELECT secno,word FROM bdict WHERE word LIKE '&%' ORDER BY secno,word;
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dword.c42 size_t secno, in UdmWordListAddEx() argument
59 W->coord.secno= secno; in UdmWordListAddEx()
70 return UdmWordListAddEx(List, word, secno, ++List->wordpos[secno],0); in UdmWordListAdd()
167 if (w1->coord.secno != w2->coord.secno) in cwcmp_sort()
168 return w1->coord.secno < w2->coord.secno ? -1 : 1; in cwcmp_sort()
204 CWL->wordpos[secno]++; in UdmConstWordListAddString()
212 W.coord.secno= secno; in UdmConstWordListAddString()
277 Dst->secno= Src->secno; in UdmWideWordCopyParam()
469 return (int) w1->Param.secno - (int) w2->Param.secno; in wwcmp()
485 return (int) w1->coord.secno - (int) w2->coord.secno; in wlcmp()
[all …]
/dports/audio/dssi/dssi-1.1.1/scripts/
H A Dtableofcontents.pl44 my $secno;
48 $secno .= $sectionNumbers[$i] . ".";
52 $secno;
81 my $secno = newSectionNumber $1;
84 $toc .= "<div class=\"toc$1\">$secno &nbsp;<a href=\"#toc$toccount\">$2</a></div>\n";
87 {$enddiv<div class="$oddeven"><a name="toc$toccount"></a>$1$secno &nbsp;$2$3}i;
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-charset/
H A Dquery.tst5 SELECT secno,word FROM bdict WHERE word NOT LIKE '&%' AND word NOT LIKE '#%' AND word NOT BETWEEN '…
6 SELECT secno,word FROM bdict WHERE word NOT LIKE '&%' AND word BETWEEN '0' AND '9z' ORDER BY secno,…
7 SELECT secno,word FROM bdict WHERE word LIKE '&%' ORDER BY secno,word;

12345678910>>...30