Home
last modified time | relevance | path

Searched refs:new_cell (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Dcells.cc43 new_cell->name = ctx->id(name); in create_ice_cell()
45 new_cell->type = type; in create_ice_cell()
56 add_port(ctx, new_cell.get(), "I0", PORT_IN); in create_ice_cell()
57 add_port(ctx, new_cell.get(), "I1", PORT_IN); in create_ice_cell()
58 add_port(ctx, new_cell.get(), "I2", PORT_IN); in create_ice_cell()
59 add_port(ctx, new_cell.get(), "I3", PORT_IN); in create_ice_cell()
60 add_port(ctx, new_cell.get(), "CIN", PORT_IN); in create_ice_cell()
62 add_port(ctx, new_cell.get(), "CLK", PORT_IN); in create_ice_cell()
64 add_port(ctx, new_cell.get(), "SR", PORT_IN); in create_ice_cell()
67 add_port(ctx, new_cell.get(), "O", PORT_OUT); in create_ice_cell()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dcells.cc41 new_cell->name = ctx->id(name); in create_ecp5_cell()
43 new_cell->type = type; in create_ecp5_cell()
77 add_port(ctx, new_cell.get(), "A0", PORT_IN); in create_ecp5_cell()
78 add_port(ctx, new_cell.get(), "B0", PORT_IN); in create_ecp5_cell()
79 add_port(ctx, new_cell.get(), "C0", PORT_IN); in create_ecp5_cell()
80 add_port(ctx, new_cell.get(), "D0", PORT_IN); in create_ecp5_cell()
82 add_port(ctx, new_cell.get(), "A1", PORT_IN); in create_ecp5_cell()
83 add_port(ctx, new_cell.get(), "B1", PORT_IN); in create_ecp5_cell()
84 add_port(ctx, new_cell.get(), "C1", PORT_IN); in create_ecp5_cell()
85 add_port(ctx, new_cell.get(), "D1", PORT_IN); in create_ecp5_cell()
[all …]
/dports/math/igraph/igraph-0.9.5/src/isomorphism/bliss/
H A Dpartition.cc275 return new_cell; in individualize()
296 if(new_cell->next) in aux_split_in_two()
297 new_cell->next->prev = new_cell; in aux_split_in_two()
325 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in aux_split_in_two()
348 return new_cell; in aux_split_in_two()
461 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
464 new_cell->next->prev = new_cell; in sort_and_split_cell1()
506 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
509 new_cell->next->prev = new_cell; in sort_and_split_cell1()
589 return new_cell; in sort_and_split_cell1()
[all …]
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/extern/bliss-0.73/
H A Dpartition.cc255 return new_cell; in individualize()
274 if(new_cell->next) in aux_split_in_two()
275 new_cell->next->prev = new_cell; in aux_split_in_two()
303 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in aux_split_in_two()
326 return new_cell; in aux_split_in_two()
483 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
486 new_cell->next->prev = new_cell; in sort_and_split_cell1()
526 new_cell->next->prev = new_cell; in sort_and_split_cell1()
557 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in sort_and_split_cell1()
605 return new_cell; in sort_and_split_cell1()
[all …]
/dports/math/R-cran-igraph/igraph/src/bliss/
H A Dpartition.cc272 return new_cell; in individualize()
292 new_cell->next->prev = new_cell; in aux_split_in_two()
320 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in aux_split_in_two()
343 return new_cell; in aux_split_in_two()
500 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
503 new_cell->next->prev = new_cell; in sort_and_split_cell1()
540 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
543 new_cell->next->prev = new_cell; in sort_and_split_cell1()
574 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in sort_and_split_cell1()
622 return new_cell; in sort_and_split_cell1()
[all …]
/dports/math/bliss/bliss-0.73/
H A Dpartition.cc267 return new_cell; in individualize()
287 new_cell->next->prev = new_cell; in aux_split_in_two()
315 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in aux_split_in_two()
338 return new_cell; in aux_split_in_two()
495 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
498 new_cell->next->prev = new_cell; in sort_and_split_cell1()
535 new_cell->length = cell->length - (new_cell->first - cell->first); in sort_and_split_cell1()
538 new_cell->next->prev = new_cell; in sort_and_split_cell1()
569 new_cell->next_nonsingleton->prev_nonsingleton = new_cell; in sort_and_split_cell1()
617 return new_cell; in sort_and_split_cell1()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Dh_table.c321 struct cell *new_cell; in build_cell() local
335 if(!new_cell) { in build_cell()
345 new_cell->uas.response.my_T = new_cell; in build_cell()
348 new_cell->uac = T_UAC_PTR(new_cell); in build_cell()
350 init_cell_timers(new_cell); in build_cell()
384 new_cell->domain_avps_from = in build_cell()
398 if(!new_cell->uas.request) in build_cell()
405 init_branches(new_cell); in build_cell()
411 init_cell_lock(new_cell); in build_cell()
413 return new_cell; in build_cell()
[all …]
H A Duac.c400 struct cell *new_cell; local
441 new_cell = build_cell(0);
444 if (!new_cell) {
555 new_cell->uas.end_request=((char*)new_cell->uas.request)+sip_msg_len;
563 new_cell->uac[0].on_reply = new_cell->on_reply;
564 new_cell->uac[0].on_failure = new_cell->on_failure;
566 new_cell->method.s = buf;
596 free_cell(new_cell);
610 free_cell(new_cell);
612 if((new_cell->next_c == 0 && new_cell->prev_c == 0)
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/wslay/
H A Dwslay_queue.c58 struct wslay_queue_cell *new_cell = (struct wslay_queue_cell*)malloc in wslay_queue_push() local
60 if(!new_cell) { in wslay_queue_push()
63 new_cell->data = data; in wslay_queue_push()
64 new_cell->next = NULL; in wslay_queue_push()
66 queue->tail->next = new_cell; in wslay_queue_push()
67 queue->tail = new_cell; in wslay_queue_push()
70 queue->top = queue->tail = new_cell; in wslay_queue_push()
79 if(!new_cell) { in wslay_queue_push_front()
82 new_cell->data = data; in wslay_queue_push_front()
83 new_cell->next = queue->top; in wslay_queue_push_front()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/wslay/
H A Dwslay_queue.c58 struct wslay_queue_cell *new_cell = (struct wslay_queue_cell*)malloc in wslay_queue_push() local
60 if(!new_cell) { in wslay_queue_push()
63 new_cell->data = data; in wslay_queue_push()
64 new_cell->next = NULL; in wslay_queue_push()
66 queue->tail->next = new_cell; in wslay_queue_push()
67 queue->tail = new_cell; in wslay_queue_push()
70 queue->top = queue->tail = new_cell; in wslay_queue_push()
79 if(!new_cell) { in wslay_queue_push_front()
82 new_cell->data = data; in wslay_queue_push_front()
83 new_cell->next = queue->top; in wslay_queue_push_front()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Dcells.cc41 new_cell->name = ctx->id(name); in create_generic_cell()
43 new_cell->type = type; in create_generic_cell()
45 new_cell->params[ctx->id("K")] = ctx->args.K; in create_generic_cell()
46 new_cell->params[ctx->id("INIT")] = 0; in create_generic_cell()
47 new_cell->params[ctx->id("FF_USED")] = 0; in create_generic_cell()
54 add_port(ctx, new_cell.get(), "F", PORT_OUT); in create_generic_cell()
55 add_port(ctx, new_cell.get(), "Q", PORT_OUT); in create_generic_cell()
57 new_cell->params[ctx->id("INPUT_USED")] = 0; in create_generic_cell()
58 new_cell->params[ctx->id("OUTPUT_USED")] = 0; in create_generic_cell()
62 add_port(ctx, new_cell.get(), "I", PORT_IN); in create_generic_cell()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.walk/
H A Dheap.c122 struct cost *new_cell; in insert() local
125 new_cell = free_point; in insert()
129 new_cell = (struct cost *)(G_malloc(sizeof(struct cost))); in insert()
131 new_cell->min_cost = min_cost; in insert()
132 new_cell->age = next_point; in insert()
133 new_cell->row = row; in insert()
134 new_cell->col = col; in insert()
143 heap_index[heap_size] = new_cell; in insert()
144 sift_up(heap_size, new_cell); in insert()
146 return (new_cell); in insert()
/dports/databases/grass7/grass-7.8.6/raster/r.cost/
H A Dheap.c122 struct cost *new_cell; in insert() local
125 new_cell = free_point; in insert()
129 new_cell = (struct cost *)(G_malloc(sizeof(struct cost))); in insert()
131 new_cell->min_cost = min_cost; in insert()
132 new_cell->age = next_point; in insert()
133 new_cell->row = row; in insert()
134 new_cell->col = col; in insert()
143 heap_index[heap_size] = new_cell; in insert()
144 sift_up(heap_size, new_cell); in insert()
146 return (new_cell); in insert()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmnghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/www/libnghttp2/nghttp2-1.46.0/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/www/node10/node-v10.24.1/deps/nghttp2/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/www/nghttp2/nghttp2-1.46.0/lib/
H A Dnghttp2_queue.c48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local
50 if (!new_cell) { in nghttp2_queue_push()
53 new_cell->data = data; in nghttp2_queue_push()
54 new_cell->next = NULL; in nghttp2_queue_push()
56 queue->back->next = new_cell; in nghttp2_queue_push()
57 queue->back = new_cell; in nghttp2_queue_push()
60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/thread_pool/
H A Dthread.c54 Cell *new_cell = TSmalloc(sizeof(Cell)); in add_to_queue() local
55 new_cell->magic = MAGIC_ALIVE; in add_to_queue()
56 new_cell->ptr_data = data; in add_to_queue()
57 new_cell->ptr_next = q->tail; in add_to_queue()
58 new_cell->ptr_prev = NULL; in add_to_queue()
64 q->tail = new_cell; in add_to_queue()
65 q->head = new_cell; in add_to_queue()
68 q->tail->ptr_prev = new_cell; in add_to_queue()
69 q->tail = new_cell; in add_to_queue()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/infolog/inc/
H A Dclass.customfields_widget.inc.php56 $label = &$tpl->new_cell(++$n,'label',$field['label'],'',array(
68 $input = &$tpl->new_cell($n,'select','','#'.$name,array(
76 $input = &$tpl->new_cell($n,'textarea','','#'.$name,array(
83 $input = &$tpl->new_cell($n,'text','','#'.$name,array(
90 $tpl->new_cell($n); // is needed even if its over-span-ed
101 $tpl->new_cell(++$n,'label','','',array(

12345678910