Home
last modified time | relevance | path

Searched refs:startblock (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/dports/databases/postgresql14-server/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/amcheck/sql/
H A Dcheck_heap.sql8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
9 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
33 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
61 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
68 startblock := NULL,
75 startblock := NULL,
82 startblock := NULL,
88 startblock := NULL,
94 startblock := NULL,
100 startblock := NULL,
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/BFS/source/
H A Dbfs_file.cpp36 nextblock = tree.element[tree.elemcount - 1].startblock; in readFile()
56 int startblock = 0; in writeFile() local
72 if(!addDirNode(handle, BLOCKTYPE_FILE, path, &startblock)) { in writeFile()
77 if(!addDirNode(handle, BLOCKTYPE_FILE, path, &startblock)) { in writeFile()
87 startblock = tree.element[tree.elemcount - 1].startblock; in writeFile()
88 nextblock = startblock; in writeFile()
95 if(nextblock == startblock) { in writeFile()
115 if(!startblock) { in writeFile()
120 nextblock = startblock; in writeFile()
189 nextblock = tree.element[tree.elemcount - 1].startblock; in statFile()
[all …]
H A Dbfs_dir.cpp86 tree->element[0].startblock = list.element[i].startblock; in traverseDir()
100 if(!listDir_fromBlock(handle, tree->element[i-1].startblock, &list)) { in traverseDir()
106 tree->element[i].startblock = list.element[j].startblock; in traverseDir()
122 int startblock; in addDirNode() local
141 startblock = tree.element[tree.elemcount-2].startblock; in addDirNode()
144 startblock = 0; // Root dir in addDirNode()
180 int nextBlock = startblock; in addDirNode()
193 convertTo4Char(datablock, block.entry[i].startblock); in addDirNode()
245 convertTo4Char(datablock, block.entry[0].startblock); in addDirNode()
333 int nextBlock = startblock; in listDir_fromBlock()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dbfm_sc45_helper.cpp165 uint32_t startblock = 0; in find_input_strings() local
406 int startblock = -1; in find_lamp_strings() local
413 startblock = 0x1cac0; in find_lamp_strings()
418 startblock = 0x2175c; in find_lamp_strings()
423 startblock = 0x18a8e; in find_lamp_strings()
427 if (startblock == -1) in find_lamp_strings()
781 int startblock = -1; in find_reel_strings() local
800 startblock = 0x8d74c; in find_reel_strings()
812 startblock = 0x9d252; in find_reel_strings()
824 startblock = 0x9b8c8; in find_reel_strings()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dbfm_sc45_helper.cpp165 uint32_t startblock = 0; in find_input_strings() local
406 int startblock = -1; in find_lamp_strings() local
413 startblock = 0x1cac0; in find_lamp_strings()
418 startblock = 0x2175c; in find_lamp_strings()
423 startblock = 0x18a8e; in find_lamp_strings()
427 if (startblock == -1) in find_lamp_strings()
781 int startblock = -1; in find_reel_strings() local
800 startblock = 0x8d74c; in find_reel_strings()
812 startblock = 0x9d252; in find_reel_strings()
824 startblock = 0x9b8c8; in find_reel_strings()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/amcheck/expected/
H A Dcheck_heap.out8 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
13 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 5, endblock := 8);
86 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
130 SELECT * FROM verify_heapam(relation := 'heaptest', startblock := 0, endblock := 0);
140 startblock := NULL,
147 startblock := NULL,
157 startblock := NULL,
166 startblock := NULL,
172 startblock := NULL,
178 startblock := NULL,
[all …]
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dmzed.h528 if (A->x->width - startblock > 1) { in mzed_add_row()
529 _a[startblock] ^= _b[startblock] & bitmask_begin; in mzed_add_row()
534 _a[startblock] ^= _b[startblock] & (bitmask_begin & bitmask_end); in mzed_add_row()
598 if(A->x->width-startblock == 1) { in mzed_rescale_row()
603 _a[startblock] &= ~bitmask_begin; in mzed_rescale_row()
701 if(A->x->width-startblock == 1) { in mzed_rescale_row()
706 _a[startblock] &= ~bitmask_begin; in mzed_rescale_row()
770 if(A->x->width-startblock == 1) { in mzed_rescale_row()
775 _a[startblock] &= ~bitmask_begin; in mzed_rescale_row()
836 if(A->x->width-startblock == 1) { in mzed_rescale_row()
[all …]
H A Dmzed.c296 register word __t = _t[startblock]; in mzed_add_multiple_of_row()
335 if(to_x->width-startblock == 1) { in mzed_add_multiple_of_row()
336 _t[startblock] &= ~bitmask_end; in mzed_add_multiple_of_row()
340 _t[startblock] = __t; in mzed_add_multiple_of_row()
436 if(to_x->width-startblock == 1) { in mzed_add_multiple_of_row()
437 _t[startblock] &= ~bitmask_end; in mzed_add_multiple_of_row()
441 _t[startblock] = __t; in mzed_add_multiple_of_row()
487 __f0 = _f[startblock]>>(start%m4ri_radix), __t0 = _t[startblock]; in mzed_add_multiple_of_row()
505 _t[startblock] = __t0; in mzed_add_multiple_of_row()
563 __f = _f[startblock]>>(start%m4ri_radix), __t = _t[startblock]; in mzed_add_multiple_of_row()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dribbonproofs.cwl24 \startblock{text}#/ribbonproof
25 \startblock[options%keyvals]{text}#/ribbonproof
29 #keyvals:\com,\jus,\startblock,\finishblock
39 #keyvals:\startblock
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/mtd/nand/
H A Dnand_bbt.c388 int startblock; in create_bbt() local
417 startblock = 0; in create_bbt()
426 startblock = chip * numblocks; in create_bbt()
427 numblocks += startblock; in create_bbt()
431 for (i = startblock; i < numblocks;) { in create_bbt()
478 int bits, startblock, block, dir; in search_bbt() local
488 startblock = 0; in search_bbt()
496 startblock &= bbtblocks - 1; in search_bbt()
512 int actblock = startblock + dir * block; in search_bbt()
627 startblock = chip * numblocks; in write_bbt()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/mtd/nand/
H A Dnand_bbt.c388 int startblock; in create_bbt() local
417 startblock = 0; in create_bbt()
426 startblock = chip * numblocks; in create_bbt()
427 numblocks += startblock; in create_bbt()
431 for (i = startblock; i < numblocks;) { in create_bbt()
478 int bits, startblock, block, dir; in search_bbt() local
488 startblock = 0; in search_bbt()
496 startblock &= bbtblocks - 1; in search_bbt()
512 int actblock = startblock + dir * block; in search_bbt()
627 startblock = chip * numblocks; in write_bbt()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/mtd/nand/
H A Dnand_bbt.c388 int startblock; in create_bbt() local
417 startblock = 0; in create_bbt()
426 startblock = chip * numblocks; in create_bbt()
427 numblocks += startblock; in create_bbt()
431 for (i = startblock; i < numblocks;) { in create_bbt()
478 int bits, startblock, block, dir; in search_bbt() local
488 startblock = 0; in search_bbt()
496 startblock &= bbtblocks - 1; in search_bbt()
512 int actblock = startblock + dir * block; in search_bbt()
627 startblock = chip * numblocks; in write_bbt()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/mtd/nand/
H A Dnand_bbt.c388 int startblock; in create_bbt() local
417 startblock = 0; in create_bbt()
426 startblock = chip * numblocks; in create_bbt()
427 numblocks += startblock; in create_bbt()
431 for (i = startblock; i < numblocks;) { in create_bbt()
478 int bits, startblock, block, dir; in search_bbt() local
488 startblock = 0; in search_bbt()
496 startblock &= bbtblocks - 1; in search_bbt()
512 int actblock = startblock + dir * block; in search_bbt()
627 startblock = chip * numblocks; in write_bbt()
[all …]

12345678910>>...28