Home
last modified time | relevance | path

Searched refs:ll_t (Results 1 – 25 of 43) sorted by relevance

12

/dports/emulators/jzintv/jzintv-20200712-src/src/misc/
H A Dll.h14 typedef struct ll_t { struct ll_t *next; } ll_t; struct
26 ll_t *ll_reverse_(ll_t *RESTRICT l);
27 ll_t *ll_concat_ (ll_t *RESTRICT head, ll_t *RESTRICT const list);
28 ll_t *ll_insert_ (ll_t *const RESTRICT head, ll_t *const RESTRICT elem);
29 void ll_acton_ (ll_t *RESTRICT head, void (act)(ll_t *, void *), void *opq);
30 int ll_length_ (ll_t *list);
31 void ll_free_ (ll_t *list);
34 #define LL_CONCAT(h,n,t) ((h) = (t*)ll_concat_ ((ll_t*)(h),(ll_t*)(n)))
35 #define LL_INSERT(h,n,t) ((h) = (t*)ll_insert_ ((ll_t*)(h),(ll_t*)(n)))
37 #define LL_LENGTH(h) ll_length_((ll_t*)(h))
[all …]
H A Dll.c17 ll_t *ll_insert_ in ll_insert_()
34 ll_t *ll_reverse_ in ll_reverse_()
36 ll_t *RESTRICT head in ll_reverse_()
39 ll_t *p, *q, *r; in ll_reverse_()
61 ll_t *ll_concat_ in ll_concat_()
63 ll_t *RESTRICT head, in ll_concat_()
67 ll_t *p, **pp; in ll_concat_()
85 void ll_acton_(ll_t *RESTRICT list, void (act)(ll_t *, void *), void *opq) in ll_acton_() argument
87 ll_t *prev; in ll_acton_()
116 void ll_free_(ll_t *list) in ll_free_()
[all …]
H A Dtypes.h58 ll_t l; /* linked list of variable defs. */
/dports/sysutils/smenu/smenu-0.9.18/
H A Dlist.h10 typedef struct ll_s ll_t; typedef
35 ll_append(ll_t * const list, void * const data);
39 ll_prepend(ll_t * const list, void * const data);
44 ll_insert_before(ll_t * const list, ll_node_t * node, void * const data);
49 ll_insert_after(ll_t * const list, ll_node_t * node, void * const data);
57 ll_sort(ll_t * list, int (*comp)(void *, void *),
61 ll_delete(ll_t * const list, ll_node_t * node);
64 ll_find(ll_t * const, void * const, int (*)(const void *, const void *));
67 ll_init(ll_t * list);
72 ll_t *
H A Dlist.c32 ll_t *
35 ll_t * ret = xmalloc(sizeof(ll_t)); in ll_new()
45 ll_init(ll_t * list) in ll_init()
70 ll_append(ll_t * const list, void * const data) in ll_append()
100 ll_prepend(ll_t * const list, void * const data)
128 ll_insert_before(ll_t * const list, ll_node_t * node, void * const data)
156 ll_insert_after(ll_t * const list, ll_node_t * node, void * const data)
235 ll_sort(ll_t * list, int (*comp)(void *, void *), in ll_sort()
247 ll_delete(ll_t * const list, ll_node_t * node) in ll_delete()
285 ll_find(ll_t * const list, void * const data, in ll_find()
H A Dsmenu.h502 get_message_lines(char * message, ll_t * message_lines_list,
506 disp_message(ll_t * message_lines_list, long width, long max_len, term_t * term,
541 get_bytes(FILE * input, char * utf8_buffer, ll_t * ignored_glyphs_list,
548 get_word(FILE * input, ll_t * word_delims_list, ll_t * record_delims_list,
549 ll_t * ignored_glyphs_list, char * utf8_buffer,
571 ll_t ** inc_interval_list, ll_t ** inc_regex_list,
572 ll_t ** exc_interval_list, ll_t ** exc_regex_list,
H A Dctxopt.c133 ll_init(ll_t * list);
138 static ll_t *
605 static ll_t *
608 ll_t * ret = xmalloc(sizeof(ll_t)); in ll_new()
651 ll_init(ll_t * list) in ll_init()
2009 ll_t * list; in bst_print_ctx_cb()
2932 ll_t * list; in opt_set_parms()
4184 ll_t * list; in ctxopt_ctx_disp_usage()
4227 ll_t * list; in ctxopt_disp_usage()
4736 ll_t * list; in ctxopt_add_ctx_settings()
[all …]
H A Dutils.h39 merge_intervals(ll_t * list);
H A Dsmenu.c55 extern ll_t * tst_search_list;
1575 ll_t ** inc_interval_list, ll_t ** inc_regex_list, in parse_selectors()
1576 ll_t ** exc_interval_list, ll_t ** exc_regex_list, in parse_selectors()
2181 ll_t * list = (ll_t *)elem; in set_matching_flag()
2215 ll_t * list = (ll_t *)elem; in tst_cb()
2256 ll_t * list = (ll_t *)elem; in tst_cb_cli()
2566 get_word(FILE * input, ll_t * word_delims_list, ll_t * record_delims_list, in get_word()
6351 ll_t * inc_row_regex_list = NULL; in main()
6352 ll_t * exc_row_regex_list = NULL; in main()
9076 ll_t * list; in main()
[all …]
/dports/news/nntp/nntp-1.5.12.2_10/xmit/
H A Dllist.c24 register ll_t *lp; in l_free()
26 if (lp->l_next == (ll_t *)NULL)
36 ll_t *
38 register ll_t *lp; in l_alloc()
42 if (s == (caddr_t)NULL || lp == (ll_t *)NULL || len <= 0)
43 return((ll_t *)NULL);
48 if ((lp->l_item = malloc((unsigned)len + sizeof(ll_t))) == (caddr_t)NULL)
49 return((ll_t *)NULL);
52 lp->l_next = (ll_t *)(&lp->l_item[len]);
58 lp->l_next = (ll_t *)NULL;
H A Dllist.h12 typedef struct llist ll_t; typedef
15 extern ll_t *l_alloc();
H A Dnntpxmit.c149 ll_t FailedArticles; /* list of failed articles */
891 static ll_t *lp = &FailedArticles;
907 if ((lp = l_alloc(lp, buf, strlen(buf) + 1)) == (ll_t *)NULL) {
928 register ll_t *lp; in rewrite()
/dports/emulators/jzintv/jzintv-20200712-src/src/bincfg/
H A Dbincfg.h59 ll_t l; /* Linked list of memory spans. */
144 ll_t l; /* Linked list of macros. */
190 ll_t l; /* We can have more than one error. */
302 void bc_free_memspan_t(ll_t *l_mem, void *unused);
307 void bc_free_macro_t(ll_t *l_mac, void *unused);
312 void bc_free_diag_t(ll_t *l_diag, void *unused);
H A Dbincfg.c471 ll_t *dead = (ll_t *)span; in bc_read_data()
518 part->l.next = (ll_t *)span; in bc_read_data()
519 prev->l.next = (ll_t *)part; in bc_read_data()
725 void bc_free_memspan_t(ll_t *l_mem, void *unused) in bc_free_memspan_t()
738 void bc_free_macro_t(ll_t *l_mac, void *unused) in bc_free_macro_t()
759 void bc_free_diag_t(ll_t *l_diag, void *unused) in bc_free_diag_t()
852 LOCAL void bc_print_macro_t(ll_t *const l_mac, void *RESTRICT const v_p) in bc_print_macro_t()
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_surface_composite.py48 ll_t, ur_t = (-s_t).bounding_box
50 assert ll_t == pytest.approx(ll + t)
97 ll_t, ur_t = (-s_t).bounding_box
99 assert ll_t == pytest.approx(ll + t)
147 ll_t, ur_t = (-s_t).bounding_box
149 assert ll_t == pytest.approx(ll + t)
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_surface_composite.py48 ll_t, ur_t = (-s_t).bounding_box
50 assert ll_t == pytest.approx(ll + t)
97 ll_t, ur_t = (-s_t).bounding_box
99 assert ll_t == pytest.approx(ll + t)
147 ll_t, ur_t = (-s_t).bounding_box
149 assert ll_t == pytest.approx(ll + t)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pro/processes/
H A Dbvxm_scene_kml_process.cxx84 vnl_double_2 ll_t(poly[i][3].y(), poly[i][3].x()); in bvxm_scene_kml_process() local
86 box_info_t << "origin: " << ll_t[1] << "x" << ll_t[0]; in bvxm_scene_kml_process()
87 …bkml_write::write_box(ofs, desc, box_info_t.str(), ul_t, ur_t, ll_t, lr_t, (unsigned char)r, (unsi… in bvxm_scene_kml_process()
/dports/security/honggfuzz/honggfuzz-0.7/
H A Dlog.c88 struct ll_t { in logLog() struct
93 struct ll_t logLevels[] = { in logLog()
/dports/security/py-angr/angr-9.0.5405/native/
H A Dlog.c84 struct ll_t { in logLog() struct
89 struct ll_t logLevels[] = { in logLog()
/dports/emulators/jzintv/jzintv-20200712-src/src/metadata/
H A Dcfgvar_metadata.c52 LOCAL void gm_count_hlpr(ll_t *l_var, void *state_vp) in gm_count_hlpr()
87 LOCAL void gm_sv2a_hlpr(ll_t *l_var, void *state_vp) in gm_sv2a_hlpr()
154 LOCAL void gm_dv2a_hlpr(ll_t *l_var, void *state_vp) in gm_dv2a_hlpr()
H A Dicarttag_metadata.c15 ll_t l;
95 head->l.next = (ll_t *)*ll; in gm_ict_ascii()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.misc-tests/
H A Dgodump-1.c57 typedef long long ll_t; typedef
63 ll_t ll_v2;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.misc-tests/
H A Dgodump-1.c57 typedef long long ll_t; typedef
63 ll_t ll_v2;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.misc-tests/
H A Dgodump-1.c57 typedef long long ll_t; typedef
63 ll_t ll_v2;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.misc-tests/
H A Dgodump-1.c57 typedef long long ll_t; typedef
63 ll_t ll_v2;

12