Home
last modified time | relevance | path

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

12345678910>>...44

/dports/devel/libspice-server/spice-0.15.0/server/
H A Dreds.cpp956 return reds ? reds->clients.size() : 0; in spice_server_get_num_clients()
1479 RedsState *reds = link->reds; in reds_channel_init_auth_caps() local
2008 RedsState *reds = link->reds; in reds_handle_link() local
2022 RedsState *reds = link->reds; in reds_handle_ticket() local
2117 RedsState *reds = link->reds; in reds_handle_auth_mechanism() local
2143 RedsState *reds = link->reds; in reds_security_check() local
2153 RedsState *reds = link->reds; in reds_handle_read_link_done() local
2354 link->reds = reds; in reds_init_client_connection()
2611 reds->listen_watch = reds_core_watch_add(reds, reds->listen_socket, in reds_init_net()
2635 reds->listen_watch = reds_core_watch_add(reds, reds->listen_socket, in reds_init_net()
[all …]
H A Dreds.h44 void reds_disable_mm_time(RedsState *reds);
45 void reds_enable_mm_time(RedsState *reds);
56 void reds_send_device_display_info(RedsState *reds);
59 GArray* reds_get_renderers(RedsState *reds);
76 SpiceMsgChannels *reds_msg_channels_new(RedsState *reds);
99 uint32_t reds_get_streaming_video(const RedsState *reds);
100 GArray* reds_get_video_codecs(const RedsState *reds);
104 void reds_update_client_mouse_allowed(RedsState *reds);
113 struct RedRecord *reds_get_record(RedsState *reds);
116 SpiceWatch *reds_core_watch_add(RedsState *reds,
[all …]
H A Dmain-dispatcher.cpp81 auto reds = (RedsState*) opaque; in main_dispatcher_handle_channel_event() local
92 reds_handle_channel_event(reds, event, info); in channel_event()
104 auto reds = (RedsState*) opaque; in main_dispatcher_handle_migrate_complete() local
114 auto reds = (RedsState*) opaque; in main_dispatcher_handle_mm_time_latency() local
123 auto reds = (RedsState*) opaque; in main_dispatcher_handle_client_disconnect() local
127 reds_client_disconnect(reds, msg->client); in main_dispatcher_handle_client_disconnect()
136 reds_on_client_seamless_migrate_complete(reds, client); in seamless_migrate_dst_complete()
149 reds_set_client_mm_time_latency(reds, client, latency); in set_mm_time_latency()
178 reds(init_reds), in MainDispatcher()
181 set_opaque(reds); in MainDispatcher()
[all …]
H A Dinputs-channel.cpp69 RedsState *reds; member
75 st->reds = reds; in spice_tablet_state_new()
86 return st->reds; in spice_tablet_state_get_server()
246 RedsState *reds = inputs_channel->get_server(); in handle_message() local
296 spice_assert((reds_config_get_agent_mouse(reds) && reds_has_vdagent(reds)) || tablet); in handle_message()
297 if (!reds_config_get_agent_mouse(reds) || !reds_has_vdagent(reds)) { in handle_message()
320 if (reds_config_get_agent_mouse(reds) && reds_has_vdagent(reds)) { in handle_message()
345 if (reds_config_get_agent_mouse(reds) && reds_has_vdagent(reds)) { in handle_message()
515 return red::make_shared<InputsChannel>(reds); in inputs_channel_new()
518 InputsChannel::InputsChannel(RedsState *reds): in InputsChannel() argument
[all …]
H A Dstat.h44 void stat_init_node(RedStatNode *node, SpiceServer *reds,
46 void stat_remove_node(SpiceServer *reds, RedStatNode *node);
47 void stat_init_counter(RedStatCounter *counter, SpiceServer *reds,
49 void stat_remove_counter(SpiceServer *reds, RedStatCounter *counter);
54 stat_init_node(RedStatNode *node, SpiceServer *reds, in stat_init_node() argument
60 stat_remove_node(SpiceServer *reds, RedStatNode *node) in stat_remove_node() argument
65 stat_init_counter(RedStatCounter *counter, SpiceServer *reds, in stat_init_counter() argument
71 stat_remove_counter(SpiceServer *reds, RedStatCounter *counter) in stat_remove_counter() argument
H A Dspicevmc.cpp80 RedVmcChannel(RedsState *reds, uint32_t type, uint32_t id);
126 RedVmcChannel::RedVmcChannel(RedsState *reds, uint32_t type, uint32_t id): in RedVmcChannel() argument
127 RedChannel(reds, type, id, RedChannel::MigrateAll) in RedVmcChannel()
131 stat_init_counter(&in_data, reds, stat, "in_data", TRUE); in RedVmcChannel()
132 stat_init_counter(&in_compressed, reds, stat, "in_compressed", TRUE); in RedVmcChannel()
134 stat_init_counter(&out_data, reds, stat, "out_data", TRUE); in RedVmcChannel()
142 reds_register_channel(reds, this); in RedVmcChannel()
162 int id = reds_get_free_channel_id(reds, channel_type); in red_vmc_channel_new()
168 return red::make_shared<RedVmcChannel>(reds, channel_type, id); in red_vmc_channel_new()
620 auto channel(red_vmc_channel_new(reds, channel_type)); in spicevmc_device_connect()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-examples/redex/examples/
H A Dcontracts.rkt51 (define reds function
118 (test-->> reds (term (positive? 1)) #t)
121 (test-->> reds (term (odd? 1)) #t)
122 (test-->> reds (term (odd? 2)) #f)
130 (test-->> reds
133 (test-->> reds
136 (test-->> reds
139 (test-->> reds
142 (test-->> reds
145 (test-->> reds
[all …]
/dports/devel/bison/bison-3.7.6/src/
H A Dconflicts.c274 reductions *reds = s->reductions; in resolve_sr_conflict() local
354 reductions *reds = s->reductions; in set_conflicts() local
369 for (int i = 0; i < reds->num; ++i) in set_conflicts()
370 if (reds->rules[i]->prec in set_conflicts()
389 if (reds->lookaheads) in set_conflicts()
448 reductions *reds = s->reductions; in count_state_sr_conflicts() local
495 reductions *reds = s->reductions; in count_state_rr_conflicts() local
532 reductions *reds = s->reductions; in count_rule_state_sr_conflicts() local
535 if (reds->rules[i] == r) in count_rule_state_sr_conflicts()
574 if (reds->rules[i] == r) in count_rule_state_rr_conflicts()
[all …]
H A Dstate.c99 reductions_new (int num, rule **reds) in reductions_new() argument
101 size_t rules_size = num * sizeof *reds; in reductions_new()
105 memcpy (res->rules, reds, rules_size); in reductions_new()
229 s->reductions = reductions_new (num, reds); in state_reductions_set()
236 reductions *reds = s->reductions; in state_reduction_find() local
237 for (int i = 0; i < reds->num; ++i) in state_reduction_find()
238 if (reds->rules[i] == r) in state_reduction_find()
266 reductions *reds = s->reductions; in state_rule_lookaheads_print() local
270 if (reds->lookaheads && red != -1) in state_rule_lookaheads_print()
290 reductions *reds = s->reductions; in state_rule_lookaheads_print_xml() local
[all …]
H A Dprint.c217 reductions *reds = s->reductions; in print_reductions() local
218 if (reds->num == 0) in print_reductions()
242 if (reds->lookaheads) in print_reductions()
247 for (int j = 0; j < reds->num; ++j) in print_reductions()
248 if (bitset_test (reds->lookaheads[j], i)) in print_reductions()
252 if (reds->rules[j] != default_reduction) in print_reductions()
271 if (reds->lookaheads) in print_reductions()
279 for (int j = 0; j < reds->num; ++j) in print_reductions()
280 if (bitset_test (reds->lookaheads[j], i)) in print_reductions()
284 if (reds->rules[j] != default_reduction) in print_reductions()
[all …]
/dports/graphics/R-cran-scales/scales/tests/testthat/
H A Dtest-colour-manip.r15 reds <- farver::encode_colour(rgb, alpha) globalVar
17 expect_equal(reds, alpha(reds, NA))
18 expect_equal(reds, alpha(reds, rep(NA, 5)))
30 reds <- alpha("red", alphas) globalVar
31 reds_alpha <- farver::decode_colour(reds, TRUE)[, 4]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/image/
H A DIndexColorModel.java63 public IndexColorModel(int bits, int size, byte[] reds, byte[] greens, in IndexColorModel() argument
66 this (bits, size, reds, greens, blues, (byte[]) null); in IndexColorModel()
82 public IndexColorModel(int bits, int size, byte[] reds, byte[] greens, in IndexColorModel() argument
85 this (bits, size, reds, greens, blues, (byte[]) null); in IndexColorModel()
102 public IndexColorModel(int bits, int size, byte[] reds, byte[] greens, in IndexColorModel() argument
115 | ((reds[i] & 0xff) << 16) in IndexColorModel()
125 | ((reds[i] & 0xff) << 16) in IndexColorModel()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/image/
H A DIndexColorModel.java63 public IndexColorModel(int bits, int size, byte[] reds, byte[] greens, in IndexColorModel() argument
66 this (bits, size, reds, greens, blues, (byte[]) null); in IndexColorModel()
82 public IndexColorModel(int bits, int size, byte[] reds, byte[] greens, in IndexColorModel() argument
85 this (bits, size, reds, greens, blues, (byte[]) null); in IndexColorModel()
102 public IndexColorModel(int bits, int size, byte[] reds, byte[] greens, in IndexColorModel() argument
115 | ((reds[i] & 0xff) << 16) in IndexColorModel()
125 | ((reds[i] & 0xff) << 16) in IndexColorModel()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_bif_binary.c118 reds = 1; in get_reds()
300 Uint reds; member
864 ++reds; in bm_find_first_match()
950 ++reds; in bm_find_all_non_overlapping()
1669 register Uint reds = ctx->reds; in do_match_global_result() local
1699 ctx->reds = reds; in do_match_global_result()
1713 ctx->reds = reds; in do_match_global_result()
1721 ctx->reds = reds; in do_match_global_result()
1837 register Uint reds = ctx->reds; in do_split_global_result() local
1871 ctx->reds = reds; in do_split_global_result()
[all …]
H A Derl_rbtree.h1420 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1431 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1502 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1533 reds -= (*op)(p, arg, reds); in ERTS_RBT_FUNC__()
1575 reds -= (*destroy)(x, arg, reds); in ERTS_RBT_FUNC__()
1586 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1645 Sint reds) in ERTS_RBT_FUNC__()
1660 Sint reds) in ERTS_RBT_FUNC__()
1676 Sint reds) in ERTS_RBT_FUNC__()
1751 Sint reds) in ERTS_RBT_FUNC__()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_bif_binary.c118 reds = 1; in get_reds()
300 Uint reds; member
864 ++reds; in bm_find_first_match()
950 ++reds; in bm_find_all_non_overlapping()
1669 register Uint reds = ctx->reds; in do_match_global_result() local
1699 ctx->reds = reds; in do_match_global_result()
1713 ctx->reds = reds; in do_match_global_result()
1721 ctx->reds = reds; in do_match_global_result()
1837 register Uint reds = ctx->reds; in do_split_global_result() local
1871 ctx->reds = reds; in do_split_global_result()
[all …]
H A Derl_rbtree.h1420 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1431 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1502 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1533 reds -= (*op)(p, arg, reds); in ERTS_RBT_FUNC__()
1575 reds -= (*destroy)(x, arg, reds); in ERTS_RBT_FUNC__()
1586 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1645 Sint reds) in ERTS_RBT_FUNC__()
1660 Sint reds) in ERTS_RBT_FUNC__()
1676 Sint reds) in ERTS_RBT_FUNC__()
1751 Sint reds) in ERTS_RBT_FUNC__()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_binary.c116 reds = 1; in get_reds()
298 Uint reds; member
862 ++reds; in bm_find_first_match()
948 ++reds; in bm_find_all_non_overlapping()
1670 register Uint reds = ctx->reds; in do_match_global_result() local
1700 ctx->reds = reds; in do_match_global_result()
1714 ctx->reds = reds; in do_match_global_result()
1722 ctx->reds = reds; in do_match_global_result()
1838 register Uint reds = ctx->reds; in do_split_global_result() local
1872 ctx->reds = reds; in do_split_global_result()
[all …]
H A Derl_rbtree.h1420 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1431 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1502 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1533 reds -= (*op)(p, arg, reds); in ERTS_RBT_FUNC__()
1575 reds -= (*destroy)(x, arg, reds); in ERTS_RBT_FUNC__()
1586 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1645 Sint reds) in ERTS_RBT_FUNC__()
1660 Sint reds) in ERTS_RBT_FUNC__()
1676 Sint reds) in ERTS_RBT_FUNC__()
1751 Sint reds) in ERTS_RBT_FUNC__()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_binary.c116 reds = 1; in get_reds()
298 Uint reds; member
862 ++reds; in bm_find_first_match()
948 ++reds; in bm_find_all_non_overlapping()
1670 register Uint reds = ctx->reds; in do_match_global_result() local
1700 ctx->reds = reds; in do_match_global_result()
1714 ctx->reds = reds; in do_match_global_result()
1722 ctx->reds = reds; in do_match_global_result()
1838 register Uint reds = ctx->reds; in do_split_global_result() local
1872 ctx->reds = reds; in do_split_global_result()
[all …]
H A Derl_rbtree.h1420 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1431 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1502 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1533 reds -= (*op)(p, arg, reds); in ERTS_RBT_FUNC__()
1575 reds -= (*destroy)(x, arg, reds); in ERTS_RBT_FUNC__()
1586 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1645 Sint reds) in ERTS_RBT_FUNC__()
1660 Sint reds) in ERTS_RBT_FUNC__()
1676 Sint reds) in ERTS_RBT_FUNC__()
1751 Sint reds) in ERTS_RBT_FUNC__()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_binary.c116 reds = 1; in get_reds()
298 Uint reds; member
862 ++reds; in bm_find_first_match()
948 ++reds; in bm_find_all_non_overlapping()
1670 register Uint reds = ctx->reds; in do_match_global_result() local
1700 ctx->reds = reds; in do_match_global_result()
1714 ctx->reds = reds; in do_match_global_result()
1722 ctx->reds = reds; in do_match_global_result()
1838 register Uint reds = ctx->reds; in do_split_global_result() local
1872 ctx->reds = reds; in do_split_global_result()
[all …]
H A Derl_rbtree.h1420 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1431 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1502 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1533 reds -= (*op)(p, arg, reds); in ERTS_RBT_FUNC__()
1575 reds -= (*destroy)(x, arg, reds); in ERTS_RBT_FUNC__()
1586 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1645 Sint reds) in ERTS_RBT_FUNC__()
1660 Sint reds) in ERTS_RBT_FUNC__()
1676 Sint reds) in ERTS_RBT_FUNC__()
1751 Sint reds) in ERTS_RBT_FUNC__()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bif_binary.c116 reds = 1; in get_reds()
298 Uint reds; member
862 ++reds; in bm_find_first_match()
948 ++reds; in bm_find_all_non_overlapping()
1670 register Uint reds = ctx->reds; in do_match_global_result() local
1700 ctx->reds = reds; in do_match_global_result()
1714 ctx->reds = reds; in do_match_global_result()
1722 ctx->reds = reds; in do_match_global_result()
1838 register Uint reds = ctx->reds; in do_split_global_result() local
1872 ctx->reds = reds; in do_split_global_result()
[all …]
H A Derl_rbtree.h1420 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1431 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1502 reds -= (*op)(x, arg, reds); in ERTS_RBT_FUNC__()
1533 reds -= (*op)(p, arg, reds); in ERTS_RBT_FUNC__()
1575 reds -= (*destroy)(x, arg, reds); in ERTS_RBT_FUNC__()
1586 return reds <= 0 ? 1 : reds; in ERTS_RBT_FUNC__()
1645 Sint reds) in ERTS_RBT_FUNC__()
1660 Sint reds) in ERTS_RBT_FUNC__()
1676 Sint reds) in ERTS_RBT_FUNC__()
1751 Sint reds) in ERTS_RBT_FUNC__()
[all …]

12345678910>>...44