Home
last modified time | relevance | path

Searched +refs:ctl +refs:x +refs:map (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/facilities/
H A Dcomponents.cpp42 std::map<std::string, std::map<std::string, GraphicComponent *> > GraphicComponent::registeredGraph…
150 …std::map<std::string, std::map<std::string, GraphicComponent *> >::iterator iterFind1 = GraphicCom… in findRegisteredComponent()
161 …std::map<std::string, std::map<std::string, GraphicComponent *> >::iterator iterFind1 = GraphicCom… in applyAllCustomProperties()
185 ctl->x = config.getInt(containerName + "_" + iterFind2->first + "_x",intToStr(ctl->x).c_str()); in applyCustomProperties()
186 ctl->y = config.getInt(containerName + "_" + iterFind2->first + "_y",intToStr(ctl->y).c_str()); in applyCustomProperties()
187 ctl->w = config.getInt(containerName + "_" + iterFind2->first + "_w",intToStr(ctl->w).c_str()); in applyCustomProperties()
188 ctl->h = config.getInt(containerName + "_" + iterFind2->first + "_h",intToStr(ctl->h).c_str()); in applyCustomProperties()
192ctl->x = config.getInt(containerName + "_" + iterFind2->first + "_x_" + languageToken, intToStr(ct… in applyCustomProperties()
247 config.setInt(containerName + "_" + iterFind2->first + "_x",ctl->x); in saveCustomProperties()
320 if(ctl) { in reloadFontsForRegisterGraphicComponents()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/tests/
H A Dtest.st9 win map.
45 win map.
138 x: 252;
191 win map.
214 win map.
237 x label: pnt x printString.
241 x: 0 y: 0;
394 x: 40;
455 x: 40;
546 win map]
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/include/rtosc/
H A Dmiditable.h94 int operator()(float x) const;
95 float operator()(int x) const;
102 void map(const char *addr, bool coarse = true);
119 std::map<std::string, std::string> getMidiMappingStrings(void);
146 std::map<std::string, std::tuple<int, int, int, MidiBijection>> inv_map;
180 void insert(int x) in insert() argument
184 vals[pos_w] = x; in insert()
196 bool has(int x) in has() argument
224 uint8_t ch, ctl; member
255 bool has(uint8_t ch, uint8_t ctl) const;
[all …]
/dports/math/clingo/clingo-5.5.1/libclingo/tests/
H A Dclingo.cc143 auto map = step.add_subkey("map", StatisticsType::Map); in on_statistics() local
144 map.add_subkey("x", StatisticsType::Value).set_value(1); in on_statistics()
145 map.add_subkey("y", StatisticsType::Value).set_value(2); in on_statistics()
146 map = accu.add_subkey("map", StatisticsType::Map); in on_statistics()
147 map.add_subkey("x", StatisticsType::Value).set_value(3); in on_statistics()
148 map.add_subkey("y", StatisticsType::Value).set_value(4); in on_statistics()
265 auto a = [](int x) { return Function("a", {Number(x)}); }; in __anonf0e42b710302() argument
266 auto b = [](int x) { return Function("b", {Number(x)}); }; in __anonf0e42b710402() argument
267 auto e = [](int x) { return Function("e", {Number(x)}); }; in __anonf0e42b710502() argument
557 ctl.cleanup();
[all …]
H A Dpropagator.cc39 std::ostream &operator<<(std::ostream &out, std::unordered_map<K, V> const &map);
48 for (auto &x : vec) { out << " " << x; } in operator <<() local
54 std::ostream &operator<<(std::ostream &out, std::unordered_map<K, V> const &map) { in operator <<() argument
57 vec.assign(map.begin(), map.end()); in operator <<()
210 return ctl.add_clause(klaus) && ctl.propagate(); in propagate_sequence_literal()
258 ctl.add_clause({-lit, -old}) && ctl.propagate(); in propagate()
362 if (!ctl.add_clause({-lit, -prev}) || !ctl.propagate()) { in propagate()
844 Control ctl{{}, logger, 20}; variable
857 std::map<Symbol, std::vector<literal_t>> grouped;
870 std::map<Symbol, std::vector<literal_t>> grouped_pat;
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dmaps.texi39 @item ctl-x-4-map
42 @item ctl-x-5-map
45 @item ctl-x-map
46 A full keymap for @kbd{C-x} commands.
48 @item ctl-x-r-map
49 @vindex ctl-x-r-map
196 The global keymap used for the @kbd{C-x v} prefix key.
198 @item x-alternatives-map
199 @vindex x-alternatives-map
200 @findex x-setup-function-keys
[all …]
/dports/japanese/lookup/lookup2-c4f4986/
H A DREADME.md28 (define-key ctl-x-map "l" 'lookup)
29 (define-key ctl-x-map "y" 'lookup-region)
30 (define-key ctl-x-map "\C-y" 'lookup-pattern)
41 `M-x lookup` will start *Lookup*. `M-x lookup-region` will search the
42 text in the region. If you `M-x lookup-pattern`, you will be asekd for
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dmaps.texi39 @item ctl-x-4-map
42 @item ctl-x-5-map
45 @item ctl-x-map
46 A full keymap for @kbd{C-x} commands.
48 @item ctl-x-r-map
49 @vindex ctl-x-r-map
199 The global keymap used for the @kbd{C-x v} prefix key.
201 @item x-alternatives-map
202 @vindex x-alternatives-map
203 @findex x-setup-function-keys
[all …]
/dports/devel/R-cran-future/future/tests/
H A Dglobals,formulas.R10 ctl <- c(4.17, 5.58, 5.18, 6.11, 4.50, 4.61, 5.17, 4.53, 5.33, 5.14) vector
13 weight <- c(ctl, trt)
14 ctl <- trt <- NULL globalVar
20 x <- c(1, 1, 2, 2, 2) vector
22 tbl_ii <- xtabs(~ x)
41 map <- function(.x, .f, ...) { function
51 inner_function <- function(x) { x + 1 } argument
53 outer_function <- function(x) { argument
54 map(1:2, ~ inner_function(.x))
105 f <- future({ xtabs(~ x) })
[all …]
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dgui.h47 std::map<std::string, GdkPixbuf*> i;
63 typedef std::map<std::string, std::string> xml_attribute_map;
80 virtual void add(control_base *ctl) { gtk_container_add(GTK_CONTAINER(widget), ctl->widget); } in add() argument
130 virtual void create_value_entry(GtkWidget *widget, int x, int y);
148 std::map<std::string, int> param_name_map;
151 std::map<int, GSList *> param_radio_groups;
188 …oid add_param_ctl(int param, param_control *ctl) { par2ctl.insert(std::pair<int, param_control *>(… in add_param_ctl() argument
189 void remove_param_ctl(int param, param_control *ctl);
205 void on_control_popup(param_control *ctl, int param_no);
322 int x, y, width, height; member
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/socket/
H A Dtest_unix.rb71 send_io_ary.map {|io2| io2.fileno }.pack("i!*")])
80 ctls.each {|ctl|
81 next if ctl.level != Socket::SOL_SOCKET || ctl.type != Socket::SCM_RIGHTS
121 ctls.each {|ctl|
122 next if ctl.level != Socket::SOL_SOCKET || ctl.type != Socket::SCM_RIGHTS
146 x = 2
153 thrs = x.times.map do
162 (x * y).times { s1.send_io r1 }
163 assert_equal([true]*x, thrs.map { |t| t.value })
164 assert_equal x * y, nr
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dpcm_hw.c1203 snd_ctl_t *ctl; in snd_pcm_query_chmaps_from_hw() local
1218 snd_ctl_close(ctl); in snd_pcm_query_chmaps_from_hw()
1317 snd_ctl_t *ctl; in snd_pcm_hw_get_chmap() local
1356 snd_ctl_close(ctl); in snd_pcm_hw_get_chmap()
1372 snd_ctl_t *ctl; in snd_pcm_hw_set_chmap() local
1405 snd_ctl_close(ctl); in snd_pcm_hw_set_chmap()
1677 snd_ctl_t *ctl; in snd_pcm_hw_open() local
1731 snd_ctl_close(ctl); in snd_pcm_hw_open()
1736 snd_ctl_close(ctl); in snd_pcm_hw_open()
1957 #define __OLD_TO_NEW_MASK(x) ((x&7)|((x&0x07fffff8)<<5)) argument
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Daf_ladspa.c68 #define OFFSET(x) offsetof(LADSPAContext, x) argument
89 LADSPAContext *s, int ctl, unsigned long *map, in print_ctl_info() argument
92 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in print_ctl_info()
94 av_log(ctx, level, "c%i: %s [", ctl, s->desc->PortNames[map[ctl]]); in print_ctl_info()
219 unsigned long *map, LADSPA_Data *values) in set_default_ctl_value() argument
221 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in set_default_ctl_value()
226 values[ctl] = lower; in set_default_ctl_value()
228 values[ctl] = upper; in set_default_ctl_value()
230 values[ctl] = 0.0; in set_default_ctl_value()
232 values[ctl] = 1.0; in set_default_ctl_value()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Daf_ladspa.c68 #define OFFSET(x) offsetof(LADSPAContext, x) argument
89 LADSPAContext *s, int ctl, unsigned long *map, in print_ctl_info() argument
92 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in print_ctl_info()
94 av_log(ctx, level, "c%i: %s [", ctl, s->desc->PortNames[map[ctl]]); in print_ctl_info()
219 unsigned long *map, LADSPA_Data *values) in set_default_ctl_value() argument
221 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in set_default_ctl_value()
226 values[ctl] = lower; in set_default_ctl_value()
228 values[ctl] = upper; in set_default_ctl_value()
230 values[ctl] = 0.0; in set_default_ctl_value()
232 values[ctl] = 1.0; in set_default_ctl_value()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/
H A Dlib.rs43 Self::all().iter().find(|&&x| c == x as ::libc::c_int).map(|&x| x)
94 pub mod ctl { module
99 pub use crate::ctl::Ctl as Ctl;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_ladspa.c69 #define OFFSET(x) offsetof(LADSPAContext, x) argument
90 LADSPAContext *s, int ctl, unsigned long *map, in print_ctl_info() argument
93 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in print_ctl_info()
95 av_log(ctx, level, "c%i: %s [", ctl, s->desc->PortNames[map[ctl]]); in print_ctl_info()
226 unsigned long *map, LADSPA_Data *values) in set_default_ctl_value() argument
228 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in set_default_ctl_value()
233 values[ctl] = lower; in set_default_ctl_value()
235 values[ctl] = upper; in set_default_ctl_value()
237 values[ctl] = 0.0; in set_default_ctl_value()
239 values[ctl] = 1.0; in set_default_ctl_value()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c69 #define OFFSET(x) offsetof(LADSPAContext, x) argument
90 LADSPAContext *s, int ctl, unsigned long *map, in print_ctl_info() argument
93 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in print_ctl_info()
95 av_log(ctx, level, "c%i: %s [", ctl, s->desc->PortNames[map[ctl]]); in print_ctl_info()
226 unsigned long *map, LADSPA_Data *values) in set_default_ctl_value() argument
228 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl]; in set_default_ctl_value()
233 values[ctl] = lower; in set_default_ctl_value()
235 values[ctl] = upper; in set_default_ctl_value()
237 values[ctl] = 0.0; in set_default_ctl_value()
239 values[ctl] = 1.0; in set_default_ctl_value()
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31)))
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31)))
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0)
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY,
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY,
535 double x, xfrac;
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL,
566 x = i * scale2;
567 xtrunc = (uint32) x;
568 xfrac = x - xtrunc;
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Dmod2midi.c155 #define bitmapGet(map, n) ((map)[(n) >> 5] & (1 << ((n) & 31))) argument
156 #define bitmapSet(map, n) ((map)[(n) >> 5] |= (1 << ((n) & 31))) argument
157 #define bitmapClear(map) ((map)[0] = (map)[1] = (map)[2] = (map)[3] = 0) argument
314 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_SetPeriod()
372 ctl->cmsg(CMSG_WARNING, VERB_NOISY, in Voice_Play()
535 double x, xfrac; in shrink_huge_sample() local
556 ctl->cmsg(CMSG_INFO, VERB_NORMAL, in shrink_huge_sample()
566 x = i * scale2; in shrink_huge_sample()
567 xtrunc = (uint32) x; in shrink_huge_sample()
568 xfrac = x - xtrunc; in shrink_huge_sample()
[all …]

12345678910>>...49