Home
last modified time | relevance | path

Searched refs:make_blocks (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/textproc/py-fastavro/fastavro-0.24.2/tests/
H A Dtest_write_block.py37 def make_blocks(num_records=2000, codec='null'): function
61 blocks1, records1 = make_blocks(codec=source_codec)
62 blocks2, records2 = make_blocks(codec=source_codec)
H A Dtest_block_reader.py35 def make_blocks(num_records=2000, codec='null', write_to_disk=False): function
66 blocks, records, bytes = make_blocks(write_to_disk=write_to_disk)
78 make_blocks(
/dports/math/R-cran-DRR/DRR/R/
H A DfastKRR.R83 blocksizes <- make_blocks(nobs, nblocks)
126 make_blocks <- function(nobs, nblocks) { function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_file.erl561 Blocks = make_blocks(Pos rem ?SIZE_BLOCK, Bin),
572 Blocks = make_blocks(PosAcc rem ?SIZE_BLOCK, Bin),
592 FinalBin = [Padding, <<1, BinSize:32/integer>> | make_blocks(5, [Bin])],
788 make_blocks(_BlockOffset, []) -> function
790 make_blocks(0, IoList) -> function
791 [<<0>> | make_blocks(1, IoList)];
792 make_blocks(BlockOffset, IoList) -> function
795 [Begin | make_blocks(0, End)];
/dports/games/garden-of-coloured-lights/garden-1.0.9/src/
H A Dgame.c47 void make_blocks (void);
1103 make_blocks (); in new_level()
1430 void make_blocks (void) in make_blocks() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1423 make_blocks(Lbls, BlockAcc) ++ build_graph_1(Is, [L], []);
1427 make_blocks(Lbls, BlockAcc).
1429 make_blocks(Lbls, [Last0|Is0]) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1294 make_blocks(Lbls, BlockAcc) ++ build_graph_1(Is, [L], []);
1298 make_blocks(Lbls, BlockAcc).
1300 make_blocks(Lbls, [Last|Is0]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1418 make_blocks(Lbls, BlockAcc) ++ build_graph_1(Is, [L], []);
1422 make_blocks(Lbls, BlockAcc).
1424 make_blocks(Lbls, [Last0|Is0]) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1418 make_blocks(Lbls, BlockAcc) ++ build_graph_1(Is, [L], []);
1422 make_blocks(Lbls, BlockAcc).
1424 make_blocks(Lbls, [Last0|Is0]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1418 make_blocks(Lbls, BlockAcc) ++ build_graph_1(Is, [L], []);
1422 make_blocks(Lbls, BlockAcc).
1424 make_blocks(Lbls, [Last0|Is0]) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_kernel_to_ssa.erl1418 make_blocks(Lbls, BlockAcc) ++ build_graph_1(Is, [L], []);
1422 make_blocks(Lbls, BlockAcc).
1424 make_blocks(Lbls, [Last0|Is0]) -> function
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-cfg.c97 static void make_blocks (tree);
162 make_blocks (*tp); in build_tree_cfg()
315 make_blocks (tree stmt_list) in make_blocks() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog.tree-ssa5763 (make_blocks): Rewrite to use statement lists.
6088 (factor_computed_gotos, make_blocks): Update calls.
6424 (make_blocks): Update.
6564 (make_blocks): Don't call make_cond_expr_blocks.
8674 * tree-cfg.c (make_blocks, make_cond_expr_blocks,
11218 (make_blocks): Don't skip over empty statements.
13022 (make_blocks): Count coalesced label blocks.
14846 * tree-cfg.c (make_blocks): Ignore TRY_FINALLY_EXPR and
18728 (make_blocks): Update call to create_bb.
18777 Call make_blocks with an additional argument.
[all …]

12345678