Home
last modified time | relevance | path

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

/dports/print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.5/src/lm/
H A DLabelManagerDriver.h52 } cut_t; typedef
92 void SetCutOptions(cut_t Value);
109 cut_t GetCutOptions();
145 cut_t CutOptions_;
H A DLabelManagerDriver.cpp308 CLabelManagerDriver::SetCutOptions(CLabelManagerDriver::cut_t Value) in SetCutOptions()
391 CLabelManagerDriver::cut_t
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dimprison.c321 c3_w i_w, cut_t, cut_w; in _molt_cut() local
323 cut_t = 0; in _molt_cut()
328 if ( (cut_t == 0) && (3 == u3x_cap(axe_w)) ) { in _molt_cut()
329 cut_t = 1; in _molt_cut()
334 return cut_t ? cut_w : i_w; in _molt_cut()
H A Dretrieve.c117 c3_w i_w, cut_t, cut_w; in _mean_cut() local
119 cut_t = 0; in _mean_cut()
124 if ( (cut_t == 0) && (3 == u3x_cap(axe_w)) ) { in _mean_cut()
125 cut_t = 1; in _mean_cut()
130 return cut_t ? cut_w : i_w; in _mean_cut()
/dports/x11/nwg-launchers/nwg-launchers-0.6.3/grid/
H A Don_desktop_entry.h63 struct cut_t { } cut; in on_desktop_entry() struct
69 std::variant<nop_t, cut_t> tag; in on_desktop_entry()
120 [dest=dest, pos=pos, &view](cut_t) { in on_desktop_entry()
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dogmsplit.cpp80 typedef struct cut_t { struct
83 struct cut_t *next; argument
84 } cut_t; typedef
98 cut_t *cuts = NULL, *current_cut = NULL;
993 cut_t **last_cut = &cuts; in main()
1003 cut_t *cut; in main()
1005 cut = (cut_t *)malloc(sizeof(cut_t)); in main()
/dports/lang/ocaml/ocaml-4.05.0/debugger/
H A Dtime_travel.ml125 let rec cut_t =
132 let (b, e) = cut_t l in
135 cut_t
/dports/lang/ocaml-nox11/ocaml-4.05.0/debugger/
H A Dtime_travel.ml125 let rec cut_t =
132 let (b, e) = cut_t l in
135 cut_t
/dports/mail/exim-monitor/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/mail/exim-mysql/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/mail/exim/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dglobals.h470 } cut_t; typedef
471 extern cut_t cutthrough; /* Deliver-concurrently */
H A Dglobals.c762 cut_t cutthrough = {
/dports/devel/ppl/ppl-1.2/src/
H A DPIP_Tree.cc3669 Row& cut_t = tableau.t[num_rows]; in generate_cut() local
3684 Row::iterator cut_t_itr = cut_t.end(); in generate_cut()
3691 cut_t_itr = cut_t.insert(cut_t_itr, j.index(), mod); in generate_cut()
3698 cut_t[ap_column] = denom; in generate_cut()
3708 add_mul_assign(expr, cut_t.get(ti), Variable(j)); in generate_cut()
3718 << Constraint(expr + cut_t.get(0) >= 0) in generate_cut()
/dports/lang/yap/yap-6.2.2/H/
H A DYapOpcodes.h36 OPCODE(cut_t ,e),
/dports/lang/yap/yap-6.2.2/C/
H A Dabsmi.c2280 Op(cut_t, e);