Home
last modified time | relevance | path

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

12345678910>>...106

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c65 static void rain_process_msg(struct rain *rain) in rain_process_msg() argument
109 struct rain *rain = in rain_irq_work_handler() local
122 data = rain->buf[rain->buf_rd_idx]; in rain_irq_work_handler()
133 rain->cmd[rain->cmd_idx] = '\0'; in rain_irq_work_handler()
139 strscpy(rain->cmd_reply, rain->cmd, in rain_irq_work_handler()
163 rain->cmd[rain->cmd_idx++] = data; in rain_irq_work_handler()
180 rain->buf[rain->buf_wr_idx] = data; in rain_interrupt()
265 struct rain *rain = cec_get_drvdata(adap); in rain_cec_adap_log_addr() local
277 struct rain *rain = cec_get_drvdata(adap); in rain_cec_adap_transmit() local
309 struct rain *rain; in rain_connect() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c65 static void rain_process_msg(struct rain *rain) in rain_process_msg() argument
109 struct rain *rain = in rain_irq_work_handler() local
122 data = rain->buf[rain->buf_rd_idx]; in rain_irq_work_handler()
133 rain->cmd[rain->cmd_idx] = '\0'; in rain_irq_work_handler()
139 strscpy(rain->cmd_reply, rain->cmd, in rain_irq_work_handler()
163 rain->cmd[rain->cmd_idx++] = data; in rain_irq_work_handler()
180 rain->buf[rain->buf_wr_idx] = data; in rain_interrupt()
265 struct rain *rain = cec_get_drvdata(adap); in rain_cec_adap_log_addr() local
277 struct rain *rain = cec_get_drvdata(adap); in rain_cec_adap_transmit() local
309 struct rain *rain; in rain_connect() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c65 static void rain_process_msg(struct rain *rain) in rain_process_msg() argument
109 struct rain *rain = in rain_irq_work_handler() local
122 data = rain->buf[rain->buf_rd_idx]; in rain_irq_work_handler()
133 rain->cmd[rain->cmd_idx] = '\0'; in rain_irq_work_handler()
139 strscpy(rain->cmd_reply, rain->cmd, in rain_irq_work_handler()
163 rain->cmd[rain->cmd_idx++] = data; in rain_irq_work_handler()
180 rain->buf[rain->buf_wr_idx] = data; in rain_interrupt()
265 struct rain *rain = cec_get_drvdata(adap); in rain_cec_adap_log_addr() local
277 struct rain *rain = cec_get_drvdata(adap); in rain_cec_adap_transmit() local
309 struct rain *rain; in rain_connect() local
[all …]
/dports/games/el-data/el_data/
H A Dmapinfo.lst14 Irilion 0 0 0 0 ./maps/anitora.elm rain # Port Anitora
17 Irilion 0 0 0 0 ./maps/c2_portalsroom.elm rain # Portals room
22 Irilion 60 334 235 504 ./maps/cont2map1.elm rain # Idaloran
23 Irilion 0 0 0 0 ./maps/cont2map1_caves.elm rain # Ida 2 caves
25 Irilion 0 0 0 0 ./maps/cont2map1_mine.elm rain # Ida Mine
26 Irilion 278 250 362 334 ./maps/cont2map10.elm rain # Zirakinbar
40 Irilion 52 165 138 250 ./maps/cont2map14.elm rain # Arius
49 Irilion 408 254 450 296 ./maps/cont2map17.elm rain # Hurquin
56 Irilion 235 420 275 470 ./maps/cont2map2.elm rain # Bethel
91 Irilion 21 250 103 334 ./maps/cont2map7.elm rain # Irsis
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/weather/ions/data/
H A Denvcan_i18n.dat16 weather condition|Freezing rain
119 weather forecast|Chance of freezing rain or rain
134 weather forecast|Chance of rain or freezing rain
186 weather forecast|Freezing rain
188 weather forecast|Freezing rain mixed with rain
191 weather forecast|Freezing rain or rain
230 weather forecast|Periods of freezing rain mixed with rain
233 weather forecast|Periods of freezing rain or rain
256 weather forecast|Periods of rain mixed with freezing rain
259 weather forecast|Periods of rain or freezing rain
[all …]
H A Dbbcukmet_i18n.dat17 weather condition|heavy rain
18 weather condition|heavy rain shower
19 weather condition|heavy rain showers
26 weather condition|light rain
27 weather condition|light rain shower
28 weather condition|light rain showers
67 weather forecast|heavy rain
68 weather forecast|heavy rain shower
69 weather forecast|heavy rain showers
76 weather forecast|light rain
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dreamweb/
H A Drain.cpp38 Rain &rain = *i; in showRain() local
39 uint16 y = rain.y + _mapAdY + _mapYStart; in showRain()
41 uint16 size = rain.size; in showRain()
42 uint16 offset = (rain.w3 - rain.b5) & 511; in showRain()
43 rain.w3 = offset; in showRain()
83 Rain rain; in splitIntoLines() local
93 rain.x = x; in splitIntoLines()
94 rain.y = y; in splitIntoLines()
107 rain.size = length; in splitIntoLines()
108 rain.w3 = _rnd.getRandomNumber(65535); in splitIntoLines()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/dreamweb/
H A Drain.cpp38 Rain &rain = *i; in showRain() local
39 uint16 y = rain.y + _mapAdY + _mapYStart; in showRain()
41 uint16 size = rain.size; in showRain()
42 uint16 offset = (rain.w3 - rain.b5) & 511; in showRain()
43 rain.w3 = offset; in showRain()
83 Rain rain; in splitIntoLines() local
93 rain.x = x; in splitIntoLines()
94 rain.y = y; in splitIntoLines()
107 rain.size = length; in splitIntoLines()
108 rain.w3 = _rnd.getRandomNumber(65535); in splitIntoLines()
[all …]
/dports/audio/faust/faust-2.37.3/examples/gameaudio/
H A Drain.dsp1 //----------------------`rain`--------------------------
2 // A very simple rain simulator
7 // rain(d,l) : _,_
12 // * `d`: is the density of the rain: between 0 and 1
13 // * `l`: is the level (volume) of the rain: between 0 and 1
19 rain(density,level) = no.multinoise(2) : par(i, 2, drop) : par(i, 2, *(level))
24 process = rain (
25 hslider("v:rain/density", 300, 0, 1000, 1) / 1000,
26 hslider("v:rain/volume", 0.5, 0, 1, 0.01)
/dports/games/ivan/ivan-059/Main/Source/
H A Drain.cpp15 rain::rain(liquid* Liquid, lsquare* LSquareUnder, v2 Speed, int Team, truth OwnLiquid) in rain() function in rain
23 rain::~rain() in ~rain()
31 void rain::Draw(blitdata& BlitData) const in Draw()
101 void rain::RandomizeDropPos(int I) const in RandomizeDropPos()
122 void rain::Be() in Be()
157 void rain::Save(outputfile& SaveFile) const in Save()
162 void rain::Load(inputfile& SaveFile) in Load()
174 outputfile& operator<<(outputfile& SaveFile, const rain* Rain) in operator <<()
187 inputfile& operator>>(inputfile& SaveFile, rain*& Rain) in operator >>()
191 Rain = new rain; in operator >>()
/dports/games/scourge-data/scourge_data/config/
H A Dclimate.cfg8 # higher than the rain throw.
26 [rain]
33 [/rain]
64 [rain]
68 [/rain]
95 [rain]
103 [/rain]
134 [rain]
143 [/rain]
167 [rain]
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DWeatherRenderer.h91 } rain; typedef
94 std::vector<rain> raindrops;
109 bool updateDrop(std::vector<rain>::iterator &drop, float frameTime, std::vector<rain> &toAdd);
112 void drawDrop(rain &drop, const SceneRenderer& sr);
116 void addDrop(rain &drop);
133 std::vector<rain> drops;
139 void setChunkFromDrop(visibleChunk &chunk, rain &drop);
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DWeatherRenderer.h91 } rain; typedef
94 std::vector<rain> raindrops;
109 bool updateDrop(std::vector<rain>::iterator &drop, float frameTime, std::vector<rain> &toAdd);
112 void drawDrop(rain &drop, const SceneRenderer& sr);
116 void addDrop(rain &drop);
133 std::vector<rain> drops;
139 void setChunkFromDrop(visibleChunk &chunk, rain &drop);
/dports/games/ivan/ivan-059/Main/Include/
H A Drain.h19 class rain : public entity
23 rain* Next;
25 rain() : entity(HAS_BE), Next(0), Drop(0), Drops(0), OwnLiquid(0) { } in rain() function
26 rain(liquid*, lsquare*, v2, int, truth);
27 ~rain();
58 outputfile& operator<<(outputfile&, const rain*);
59 inputfile& operator>>(inputfile&, rain*&);
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/14/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/16/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/17/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/18/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/13/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
248 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/19/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/20/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/10/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
248 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/11/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
248 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/12/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
248 280 280 Precipitation of rain
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/15/
H A D4.225.table26 24 24 Freezing drizzle or freezing rain
27 25 25 Shower(s) of rain
60 58 58 Drizzle and rain, slight
61 59 59 Drizzle and rain, moderate or heavy
89 87 87 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed slight
90 88 88 Shower(s) of snow pellets or small hail, with or without rain or rain and snow mixed moderate…
91 89 89 Shower(s) of hail, with or without rain or rain and snow mixed, not associated with thunder s…
93 91 91 Slight rain at time of observation
149 157 157 Drizzle and rain, slight
249 280 280 Precipitation of rain
[all …]

12345678910>>...106