Home
last modified time | relevance | path

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

12345678910>>...79

/dports/games/edge/Edge-1.35-source/src/
H A Dvm_player.cc42 extern coal::vm_c *ui_vm;
66 static void PL_set_who(coal::vm_c *vm, int argc) in PL_set_who()
96 static void PL_is_bot(coal::vm_c *vm, int argc) in PL_is_bot()
104 static void PL_get_name(coal::vm_c *vm, int argc) in PL_get_name()
111 static void PL_get_pos(coal::vm_c *vm, int argc) in PL_get_pos()
124 static void PL_get_angle(coal::vm_c *vm, int argc) in PL_get_angle()
148 static void PL_health(coal::vm_c *vm, int argc) in PL_health()
158 static void PL_armor(coal::vm_c *vm, int argc) in PL_armor()
181 static void PL_frags(coal::vm_c *vm, int argc) in PL_frags()
305 static void PL_has_key(coal::vm_c *vm, int argc) in PL_has_key()
[all …]
H A Dvm_coal.cc44 coal::vm_c *ui_vm;
78 if (func == coal::vm_c::NOT_FOUND) in VM_CallFunction()
93 static void SYS_error(coal::vm_c *vm, int argc) in SYS_error()
102 static void SYS_print(coal::vm_c *vm, int argc) in SYS_print()
134 static void MATH_rint(coal::vm_c *vm, int argc) in MATH_rint()
167 static void MATH_cos(coal::vm_c *vm, int argc) in MATH_cos()
174 static void MATH_sin(coal::vm_c *vm, int argc) in MATH_sin()
181 static void MATH_tan(coal::vm_c *vm, int argc) in MATH_tan()
218 static void MATH_log(coal::vm_c *vm, int argc) in MATH_log()
292 void VM_RegisterBASE(coal::vm_c *vm) in VM_RegisterBASE()
[all …]
H A Dvm_hud.cc41 extern coal::vm_c *ui_vm;
86 static void HD_coord_sys(coal::vm_c *vm, int argc) in HD_coord_sys()
100 static void HD_game_mode(coal::vm_c *vm, int argc) in HD_game_mode()
113 static void HD_game_name(coal::vm_c *vm, int argc) in HD_game_name()
124 static void HD_map_name(coal::vm_c *vm, int argc) in HD_map_name()
132 static void HD_map_title(coal::vm_c *vm, int argc) in HD_map_title()
140 static void HD_which_hud(coal::vm_c *vm, int argc) in HD_which_hud()
156 static void HD_get_time(coal::vm_c *vm, int argc) in HD_get_time()
164 static void HD_text_font(coal::vm_c *vm, int argc) in HD_text_font()
192 static void HD_set_scale(coal::vm_c *vm, int argc) in HD_set_scale()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ethtool/
H A Dcoalesce.c131 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
135 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
139 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
143 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
153 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
155 coal->rx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
159 coal->tx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
163 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
165 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
169 coal->tx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ethtool/
H A Dcoalesce.c131 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
135 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
139 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
143 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
153 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
155 coal->rx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
159 coal->tx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
163 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
165 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
169 coal->tx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ethtool/
H A Dcoalesce.c131 coal->rx_coalesce_usecs, supported) || in coalesce_fill_reply()
135 coal->rx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
139 coal->tx_coalesce_usecs, supported) || in coalesce_fill_reply()
143 coal->tx_coalesce_usecs_irq, supported) || in coalesce_fill_reply()
153 coal->pkt_rate_low, supported) || in coalesce_fill_reply()
155 coal->rx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
159 coal->tx_coalesce_usecs_low, supported) || in coalesce_fill_reply()
163 coal->pkt_rate_high, supported) || in coalesce_fill_reply()
165 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
169 coal->tx_coalesce_usecs_high, supported) || in coalesce_fill_reply()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/pprt/
H A Dcs_combustion_model.c99 .coal = {.nclacp = 0},
287 *ncharb = &(cs_glob_combustion_model->coal.n_coals); in cs_f_cpincl_get_pointers()
288 *nclacp = &(cs_glob_combustion_model->coal.nclacp); in cs_f_cpincl_get_pointers()
290 *ichcor = cs_glob_combustion_model->coal.ichcor; in cs_f_cpincl_get_pointers()
291 *xashch = cs_glob_combustion_model->coal.xashch; in cs_f_cpincl_get_pointers()
292 *diam20 = cs_glob_combustion_model->coal.diam20; in cs_f_cpincl_get_pointers()
293 *dia2mn = cs_glob_combustion_model->coal.dia2mn; in cs_f_cpincl_get_pointers()
294 *rho20 = cs_glob_combustion_model->coal.rho20; in cs_f_cpincl_get_pointers()
295 *rho2mn = cs_glob_combustion_model->coal.rho2mn; in cs_f_cpincl_get_pointers()
296 *xmp0 = cs_glob_combustion_model->coal.xmp0; in cs_f_cpincl_get_pointers()
[all …]
/dports/games/lincity/lincity-1.13.1/help/
H A Dcoalmine.hlp2 text -1 30 Coal mines dig coal from under the ground.
3 text -1 40 There must be a coal vein close to the mine.
5 text -1 60 on the coal button just above the mini screen.
8 icon 260 75 ms-coal-button.csi
13 text -1 130 will have to find the coal by trial and error.
15 text -1 145 Coal mines need jobs to dig coal.
31 text 210 190 This shows a coal fired
43 text -1 310 The graphics show the amount of coal
45 text -1 330 The above coal mine has maximum stock.
47 tbutton -1 370 coalmine2.hlp More about coal mines
H A Dcoal.hlp3 text -1 30 Coal is used by coal fired power stations
7 text -1 70 (steel works) use coal when they cannot
11 text -1 105 coal mines. There is a finite coal
13 text -1 125 the coal reserve button (see coal mines).
15 text -1 140 Communes provide a little 'coal' as well.
H A Dmsb-coal.hlp1 text -1 30 This is the coal mini screen.
3 text -1 80 The coal mini screen shows the
4 text -1 90 coal reserves beneath your 'city'.
5 text -1 100 The coal seams are shown as white on a
7 text -1 120 a coal mine close to one of these seams
8 text -1 130 to extract its coal.
12 text -1 170 a coal survey, which will cost you one
H A Dcoalmine2.hlp3 text -1 45 The graphics show the amount of coal
5 text -1 65 The following coal mines show the stock
13 text -1 200 Clicking on a coal mine will show you,
14 text -1 210 in the mappoint stats window, the coal stock
16 text -1 230 coal reserve available to be dug.
19 tbutton 40 300 coal.hlp Coal
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c75 struct ethtool_coalesce *coal) in ipoib_get_coalesce() argument
79 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
80 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
86 struct ethtool_coalesce *coal) in ipoib_set_coalesce() argument
95 if (coal->rx_coalesce_usecs > 0xffff || in ipoib_set_coalesce()
96 coal->rx_max_coalesced_frames > 0xffff) in ipoib_set_coalesce()
100 coal->rx_max_coalesced_frames, in ipoib_set_coalesce()
101 coal->rx_coalesce_usecs); in ipoib_set_coalesce()
107 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
108 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c75 struct ethtool_coalesce *coal) in ipoib_get_coalesce() argument
79 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
80 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
86 struct ethtool_coalesce *coal) in ipoib_set_coalesce() argument
95 if (coal->rx_coalesce_usecs > 0xffff || in ipoib_set_coalesce()
96 coal->rx_max_coalesced_frames > 0xffff) in ipoib_set_coalesce()
100 coal->rx_max_coalesced_frames, in ipoib_set_coalesce()
101 coal->rx_coalesce_usecs); in ipoib_set_coalesce()
107 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
108 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c75 struct ethtool_coalesce *coal) in ipoib_get_coalesce() argument
79 coal->rx_coalesce_usecs = priv->ethtool.coalesce_usecs; in ipoib_get_coalesce()
80 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
86 struct ethtool_coalesce *coal) in ipoib_set_coalesce() argument
95 if (coal->rx_coalesce_usecs > 0xffff || in ipoib_set_coalesce()
96 coal->rx_max_coalesced_frames > 0xffff) in ipoib_set_coalesce()
100 coal->rx_max_coalesced_frames, in ipoib_set_coalesce()
101 coal->rx_coalesce_usecs); in ipoib_set_coalesce()
107 priv->ethtool.coalesce_usecs = coal->rx_coalesce_usecs; in ipoib_set_coalesce()
108 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-hgweb-symrev.t247 …| rev 2: <a href="/shortlog/43c799df6e75?style=coal">(0)</a> <a href="/shortlog/tip?style=coal">ti…
262 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
268 | rev 2: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
276 <a href="/file/tip/dir?style=coal">
278 <a href="/file/tip/foo?style=coal">
285 <a href="/rev/tip?style=coal">
289 <a href="/rev/xyzzy?style=coal">
329 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
334 | rev 1: <a href="/graph/43c799df6e75?style=coal">(0)</a> <a href="/graph/tip?style=coal">tip</a>
377 …| <a href="/log/43c799df6e75/foo?style=coal">(0)</a> <a href="/log/tip/foo?style=coal">tip</a> </d…
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/gui/Pages/
H A DBoundaryConditionsCoalInletView.py175 coal = index.column()
178 return self.ratio[coal][classe]
206 coal = index.column()
210 self.ratio[coal][classe] = v
213 lst = self.modelBoundary.getCoalRatios(coal)
216 lastValue += self.ratio[coal][iclasse]
219 lst[classe] = self.ratio[coal][classe]
221 self.ratio[coal][self.coalClassesNumber[coal]-1] = lastValue
225 self.ratio[coal][classe] = lst[classe]
429 for coal in range(0, self.__coalNumber):
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/net/
H A Dqeth_ethtool.c115 struct ethtool_coalesce *coal) in __qeth_set_coalesce() argument
117 WRITE_ONCE(queue->coalesce_usecs, coal->tx_coalesce_usecs); in __qeth_set_coalesce()
120 if (coal->tx_coalesce_usecs && in __qeth_set_coalesce()
123 qeth_tx_arm_timer(queue, coal->tx_coalesce_usecs); in __qeth_set_coalesce()
127 struct ethtool_coalesce *coal) in qeth_set_coalesce() argument
136 if (!coal->tx_coalesce_usecs && !coal->tx_max_coalesced_frames) in qeth_set_coalesce()
140 __qeth_set_coalesce(dev, queue, coal); in qeth_set_coalesce()
287 struct ethtool_coalesce *coal) in qeth_get_per_queue_coalesce() argument
300 coal->tx_coalesce_usecs = queue->coalesce_usecs; in qeth_get_per_queue_coalesce()
306 struct ethtool_coalesce *coal) in qeth_set_per_queue_coalesce() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/net/
H A Dqeth_ethtool.c115 struct ethtool_coalesce *coal) in __qeth_set_coalesce() argument
117 WRITE_ONCE(queue->coalesce_usecs, coal->tx_coalesce_usecs); in __qeth_set_coalesce()
120 if (coal->tx_coalesce_usecs && in __qeth_set_coalesce()
123 qeth_tx_arm_timer(queue, coal->tx_coalesce_usecs); in __qeth_set_coalesce()
127 struct ethtool_coalesce *coal) in qeth_set_coalesce() argument
136 if (!coal->tx_coalesce_usecs && !coal->tx_max_coalesced_frames) in qeth_set_coalesce()
140 __qeth_set_coalesce(dev, queue, coal); in qeth_set_coalesce()
287 struct ethtool_coalesce *coal) in qeth_get_per_queue_coalesce() argument
300 coal->tx_coalesce_usecs = queue->coalesce_usecs; in qeth_get_per_queue_coalesce()
306 struct ethtool_coalesce *coal) in qeth_set_per_queue_coalesce() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/net/
H A Dqeth_ethtool.c115 struct ethtool_coalesce *coal) in __qeth_set_coalesce() argument
117 WRITE_ONCE(queue->coalesce_usecs, coal->tx_coalesce_usecs); in __qeth_set_coalesce()
120 if (coal->tx_coalesce_usecs && in __qeth_set_coalesce()
123 qeth_tx_arm_timer(queue, coal->tx_coalesce_usecs); in __qeth_set_coalesce()
127 struct ethtool_coalesce *coal) in qeth_set_coalesce() argument
136 if (!coal->tx_coalesce_usecs && !coal->tx_max_coalesced_frames) in qeth_set_coalesce()
140 __qeth_set_coalesce(dev, queue, coal); in qeth_set_coalesce()
287 struct ethtool_coalesce *coal) in qeth_get_per_queue_coalesce() argument
300 coal->tx_coalesce_usecs = queue->coalesce_usecs; in qeth_get_per_queue_coalesce()
306 struct ethtool_coalesce *coal) in qeth_set_per_queue_coalesce() argument
[all …]
/dports/games/widelands/widelands-build21/test/maps/lua_testsuite.wmf/scripting/
H A Dflag.lua44 assert_equal(0, rv.coal)
54 coal = 2,
60 self.f:set_wares{log = 3, coal = 2}
68 self.f:set_wares{log = 3, coal = 5}
69 self.f:set_wares{log = 3, coal = 4, fish = 1}
97 self.f:set_wares{log = 2, granite = 2, coal = 1}
107 assert_equal(1, rv.coal)
132 assert_equal(nil, rv.coal)
/dports/games/opencity/opencity-0.0.6.5stable/graphism/electricity/coal/
H A Dcoal.ac8 texture "coal.png"
160 texture "coal.png"
211 texture "coal.png"
262 texture "coal.png"
313 texture "coal.png"
465 texture "coal.png"
492 texture "coal.png"
518 texture "coal.png"
/dports/games/legend-of-edgar/edgar-1.34/data/scripts/
H A Dborgan.dat18 TALK Borgan Go to the mine and collect me some coal
19 TALK Edgar But we have plenty of coal!
20 TALK Borgan Yes, but this is not any old coal, this coal is special, it burns hotter and lasts long…
25 TALK Edgar OK, I'll get the coal
27 TALK Borgan Here, take this pickaxe. You can use it to mine the coal and hack through any weaker wa…
36 TALK Borgan Thank you, Edgar, this coal is perfect! Hope the bats didn't scare you.
52 TALK Borgan Have you managed to find the coal yet?
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/groups-in-modules/modules/helper/
H A Dhelper.qbs17 files: ["chunk.coal"]
27 patterns: ["*.coal"]
28 fileTags: ["coal"]
32 inputs: ["coal"]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c550 struct ethtool_coalesce *coal) in aq_ethtool_get_coalesce() argument
561 coal->rx_max_coalesced_frames = 0; in aq_ethtool_get_coalesce()
562 coal->tx_max_coalesced_frames = 0; in aq_ethtool_get_coalesce()
564 coal->rx_coalesce_usecs = 0; in aq_ethtool_get_coalesce()
565 coal->tx_coalesce_usecs = 0; in aq_ethtool_get_coalesce()
566 coal->rx_max_coalesced_frames = 1; in aq_ethtool_get_coalesce()
567 coal->tx_max_coalesced_frames = 1; in aq_ethtool_get_coalesce()
574 struct ethtool_coalesce *coal) in aq_ethtool_set_coalesce() argument
584 coal->tx_max_coalesced_frames > 1) in aq_ethtool_set_coalesce()
589 if (!(coal->rx_max_coalesced_frames == !coal->rx_coalesce_usecs)) in aq_ethtool_set_coalesce()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c550 struct ethtool_coalesce *coal) in aq_ethtool_get_coalesce() argument
561 coal->rx_max_coalesced_frames = 0; in aq_ethtool_get_coalesce()
562 coal->tx_max_coalesced_frames = 0; in aq_ethtool_get_coalesce()
564 coal->rx_coalesce_usecs = 0; in aq_ethtool_get_coalesce()
565 coal->tx_coalesce_usecs = 0; in aq_ethtool_get_coalesce()
566 coal->rx_max_coalesced_frames = 1; in aq_ethtool_get_coalesce()
567 coal->tx_max_coalesced_frames = 1; in aq_ethtool_get_coalesce()
574 struct ethtool_coalesce *coal) in aq_ethtool_set_coalesce() argument
584 coal->tx_max_coalesced_frames > 1) in aq_ethtool_set_coalesce()
589 if (!(coal->rx_max_coalesced_frames == !coal->rx_coalesce_usecs)) in aq_ethtool_set_coalesce()
[all …]

12345678910>>...79