Home
last modified time | relevance | path

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

123456789

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_draw.cpp177 float txo = (1.0f / (float)tw) * (float)txoff; in GL_DrawCutRectfTiled() local
193 DGL_TexCoord2f(0, txo, tyo); in GL_DrawCutRectfTiled()
195 DGL_TexCoord2f(0, txo + (rect->size.width / ftw), tyo); in GL_DrawCutRectfTiled()
199 DGL_TexCoord2f(0, txo, tyo + (toph / fth)); in GL_DrawCutRectfTiled()
208 DGL_TexCoord2f(0, txo, yoff + tyo); in GL_DrawCutRectfTiled()
210 DGL_TexCoord2f(0, txo + (lefth / ftw), yoff + tyo); in GL_DrawCutRectfTiled()
214 DGL_TexCoord2f(0, txo, yoff + tyo + sideh / fth); in GL_DrawCutRectfTiled()
225 DGL_TexCoord2f(0, xoff + txo, yoff + tyo); in GL_DrawCutRectfTiled()
231 DGL_TexCoord2f(0, xoff + txo, yoff + tyo + sideh / fth); in GL_DrawCutRectfTiled()
240 DGL_TexCoord2f(0, txo, yoff + tyo); in GL_DrawCutRectfTiled()
[all …]
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/interop/
H A Dgbif.py116 for txo in xml_doc.root.iter_taxon_occurrence():
118 gbo.parse_taxon_occurrence_xml(txo)
138 def parse_taxon_occurrence_xml(self, txo): argument
139 self.gbif_key = txo.get("gbifKey")
140 self.uri = txo.get_about_attr()
141 self.institution_code = txo.find_institution_code(text_only=True)
142 self.collection_code = txo.find_collection_code(text_only=True)
143 self.catalog_number = txo.find_catalog_number(text_only=True)
144 self.longitude = txo.find_longitude(text_only=True)
145 self.latitude = txo.find_latitude(text_only=True)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c823 return atomic_read(&txo->q.used) < txo->q.len / 2; in be_can_txq_wake()
828 return atomic_read(&txo->q.used) > txo->pend_wrb_cnt; in be_is_tx_compl_pending()
1244 be_txq_notify(adapter, txo, txo->pend_wrb_cnt); in be_xmit_flush()
1433 i, txo->q.head, txo->q.tail, in be_tx_timeout()
1434 atomic_read(&txo->q.used), txo->q.id); in be_tx_timeout()
1448 i, txo->cq.head, txo->cq.tail, in be_tx_timeout()
2883 txq = &txo->q; in be_tx_compl_clean()
2908 txq = &txo->q; in be_tx_compl_clean()
3046 q = &txo->q; in be_tx_queues_destroy()
3051 q = &txo->cq; in be_tx_queues_destroy()
[all …]
H A Dbe.h784 #define tx_stats(txo) (&(txo)->stats) argument
798 #define for_all_tx_queues(adapter, txo, i) \ argument
799 for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \
800 i++, txo++)
810 #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \ argument
811 for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\
812 i += adapter->num_evt_qs, txo += adapter->num_evt_qs)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c823 return atomic_read(&txo->q.used) < txo->q.len / 2; in be_can_txq_wake()
828 return atomic_read(&txo->q.used) > txo->pend_wrb_cnt; in be_is_tx_compl_pending()
1244 be_txq_notify(adapter, txo, txo->pend_wrb_cnt); in be_xmit_flush()
1433 i, txo->q.head, txo->q.tail, in be_tx_timeout()
1434 atomic_read(&txo->q.used), txo->q.id); in be_tx_timeout()
1448 i, txo->cq.head, txo->cq.tail, in be_tx_timeout()
2883 txq = &txo->q; in be_tx_compl_clean()
2908 txq = &txo->q; in be_tx_compl_clean()
3046 q = &txo->q; in be_tx_queues_destroy()
3051 q = &txo->cq; in be_tx_queues_destroy()
[all …]
H A Dbe.h784 #define tx_stats(txo) (&(txo)->stats) argument
798 #define for_all_tx_queues(adapter, txo, i) \ argument
799 for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \
800 i++, txo++)
810 #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \ argument
811 for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\
812 i += adapter->num_evt_qs, txo += adapter->num_evt_qs)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c823 return atomic_read(&txo->q.used) < txo->q.len / 2; in be_can_txq_wake()
828 return atomic_read(&txo->q.used) > txo->pend_wrb_cnt; in be_is_tx_compl_pending()
1244 be_txq_notify(adapter, txo, txo->pend_wrb_cnt); in be_xmit_flush()
1433 i, txo->q.head, txo->q.tail, in be_tx_timeout()
1434 atomic_read(&txo->q.used), txo->q.id); in be_tx_timeout()
1448 i, txo->cq.head, txo->cq.tail, in be_tx_timeout()
2883 txq = &txo->q; in be_tx_compl_clean()
2908 txq = &txo->q; in be_tx_compl_clean()
3046 q = &txo->q; in be_tx_queues_destroy()
3051 q = &txo->cq; in be_tx_queues_destroy()
[all …]
H A Dbe.h784 #define tx_stats(txo) (&(txo)->stats) argument
798 #define for_all_tx_queues(adapter, txo, i) \ argument
799 for (i = 0, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs; \
800 i++, txo++)
810 #define for_all_tx_queues_on_eq(adapter, eqo, txo, i) \ argument
811 for (i = eqo->idx, txo = &adapter->tx_obj[i]; i < adapter->num_tx_qs;\
812 i += adapter->num_evt_qs, txo += adapter->num_evt_qs)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dname_utxo.py38 txo = node.gettxout (txidStale, voutStale)
39 assert_equal (txo['scriptPubKey']['nameOp']['op'], 'name_new')
49 txo = node.gettxout (data['txid'], data['vout'])
50 nameOp = txo['scriptPubKey']['nameOp']
H A Dname_expiration.py25 txo = self.node.gettxout (data['txid'], data['vout'])
28 assert txo is not None
29 assert_equal (txo['scriptPubKey']['nameOp']['name'], name)
31 assert txo is None
H A Dname_rawtx.py187 txo = self.nodes[ind].gettxout (data['txid'], data['vout'])
188 amount = txo['value']
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dname_utxo.py38 txo = node.gettxout (txidStale, voutStale)
39 assert_equal (txo['scriptPubKey']['nameOp']['op'], 'name_new')
49 txo = node.gettxout (data['txid'], data['vout'])
50 nameOp = txo['scriptPubKey']['nameOp']
H A Dname_expiration.py25 txo = self.node.gettxout (data['txid'], data['vout'])
28 assert txo is not None
29 assert_equal (txo['scriptPubKey']['nameOp']['name'], name)
31 assert txo is None
H A Dname_rawtx.py187 txo = self.nodes[ind].gettxout (data['txid'], data['vout'])
188 amount = txo['value']
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dname_utxo.py38 txo = node.gettxout (txidStale, voutStale)
39 assert_equal (txo['scriptPubKey']['nameOp']['op'], 'name_new')
49 txo = node.gettxout (data['txid'], data['vout'])
50 nameOp = txo['scriptPubKey']['nameOp']
H A Dname_expiration.py25 txo = self.node.gettxout (data['txid'], data['vout'])
28 assert txo is not None
29 assert_equal (txo['scriptPubKey']['nameOp']['name'], name)
31 assert txo is None
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwTexture.c71 dxObject txo = NULL; in _newTexture() local
96 if (! txo) in _newTexture()
99 return txo; in _newTexture()
113 dxObject txo; in _XTexture() local
157 txo = _dxf_QueryObject(TEXTUREHASH, texture); in _XTexture()
158 if (! txo) in _XTexture()
160 txo = _newTexture(texture); in _XTexture()
161 if (! txo) in _XTexture()
164 _dxf_InsertObject(TEXTUREHASH, texture, txo); in _XTexture()
167 xf->texture_field = DXReference(txo); in _XTexture()
[all …]
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Daddress_synchronizer.py271 is_for_me = any([self.is_mine(txo.address) for txo in tx.outputs()])
320 for n, txo in enumerate(tx.outputs()):
321 v = txo.value
325 addr = txo.address
385 for idx, txo in enumerate(tx.outputs()):
812 if txo in excluded_coins:
820 if txo in sent:
821 if sent[txo] > 0:
861 for txo in txos.values():
862 if txo.spent_height is not None:
[all …]
H A Dwallet_db.py544 txo = self.get('txo', {})
545 for tx_hash, d in list(txo.items()):
551 txo[tx_hash] = d2
552 self.data['txo'] = txo
912 return list(self.txo.get(tx_hash, {}).keys())
951 if tx_hash not in self.txo:
952 self.txo[tx_hash] = {}
953 d = self.txo[tx_hash]
964 return list(self.txo.keys())
974 self.txo.pop(tx_hash, None)
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/Unsynced/
H A DRepulseGfx.cpp94 const float txo = et->xstart; in Draw() local
112 …xdirDS * (dx + 0) + ydirDS * (dy + 0) + zdir * difs[(y ) * 5 + x ], txo + (ry ) * tx… in Draw()
113 …xdirDS * (dx + 0) + ydirDS * (dy + 1) + zdir * difs[(y + 1) * 5 + x ], txo + (ry + 0.25f) * tx… in Draw()
114 …xdirDS * (dx + 1) + ydirDS * (dy + 1) + zdir * difs[(y + 1) * 5 + x + 1], txo + (ry + 0.25f) * tx… in Draw()
115 …xdirDS * (dx + 1) + ydirDS * (dy + 0) + zdir * difs[(y ) * 5 + x + 1], txo + (ry ) * tx… in Draw()
/dports/games/ace-of-penguins/ace-1.4/games/
H A Dtaipeilib.c77 int tw, th, txo, tyo; in tile_synth2() local
89 tw = 34; th = 34; txo = 4; tyo = 1; in tile_synth2()
101 put_image (img, x, y, tw, th, rv, txo-x, tyo-y, 0); in tile_synth2()
/dports/biology/py-goatools/goatools-1.1.6/goatools/godag/
H A Dtypedef.py28 for txo in self.transitive_over:
29 ret.append(" - {}".format(txo))
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dgossip_control.c45 struct bitcoin_tx_output txo; in got_filteredblock() local
67 txo.amount = fbo->amount; in got_filteredblock()
68 txo.script = (u8 *)fbo->scriptPubKey; in got_filteredblock()
69 got_txout(bitcoind, &txo, scid); in got_filteredblock()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/tmuxinator/
H A Dtmuxinator.plugin.zsh3 alias txo='tmuxinator open' alias
H A DREADME.md17 | `txo` | tmuxinator open | Open project for editing |

123456789