Home
last modified time | relevance | path

Searched refs:txp (Results 1 – 25 of 2091) sorted by relevance

12345678910>>...84

/dports/games/spring/spring_98.0/cont/LuaUI/Fonts/
H A DFreeMonoBold_12.lua20 txn = 1, tyn = 1, txp = 4, typ = 4,
26 txn = 14, tyn = 1, txp = 19, typ = 12,
32 txn = 27, tyn = 1, txp = 34, typ = 8,
38 txn = 40, tyn = 1, txp = 49, typ = 14,
44 txn = 53, tyn = 1, txp = 61, typ = 14,
50 txn = 66, tyn = 1, txp = 75, typ = 12,
56 txn = 79, tyn = 1, txp = 88, typ = 11,
62 txn = 92, tyn = 1, txp = 97, typ = 8,
68 txn = 105, tyn = 1, txp = 110, typ = 13,
74 txn = 118, tyn = 1, txp = 124, typ = 13,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/
H A Difb.c64 struct ifb_q_private *txp = from_tasklet(txp, t, ifb_tasklet); in ifb_ri_tasklet() local
68 txq = netdev_get_tx_queue(txp->dev, txp->txqnum); in ifb_ri_tasklet()
69 skb = skb_peek(&txp->tq); in ifb_ri_tasklet()
73 skb_queue_splice_tail_init(&txp->rq, &txp->tq); in ifb_ri_tasklet()
82 txp->tx_packets++; in ifb_ri_tasklet()
162 txp = kcalloc(dev->num_tx_queues, sizeof(*txp), GFP_KERNEL); in ifb_dev_init()
163 if (!txp) in ifb_dev_init()
165 dp->tx_private = txp; in ifb_dev_init()
167 txp->txqnum = i; in ifb_dev_init()
168 txp->dev = dev; in ifb_dev_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/
H A Difb.c64 struct ifb_q_private *txp = from_tasklet(txp, t, ifb_tasklet); in ifb_ri_tasklet() local
68 txq = netdev_get_tx_queue(txp->dev, txp->txqnum); in ifb_ri_tasklet()
69 skb = skb_peek(&txp->tq); in ifb_ri_tasklet()
73 skb_queue_splice_tail_init(&txp->rq, &txp->tq); in ifb_ri_tasklet()
82 txp->tx_packets++; in ifb_ri_tasklet()
162 txp = kcalloc(dev->num_tx_queues, sizeof(*txp), GFP_KERNEL); in ifb_dev_init()
163 if (!txp) in ifb_dev_init()
165 dp->tx_private = txp; in ifb_dev_init()
167 txp->txqnum = i; in ifb_dev_init()
168 txp->dev = dev; in ifb_dev_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/
H A Difb.c64 struct ifb_q_private *txp = from_tasklet(txp, t, ifb_tasklet); in ifb_ri_tasklet() local
68 txq = netdev_get_tx_queue(txp->dev, txp->txqnum); in ifb_ri_tasklet()
69 skb = skb_peek(&txp->tq); in ifb_ri_tasklet()
73 skb_queue_splice_tail_init(&txp->rq, &txp->tq); in ifb_ri_tasklet()
82 txp->tx_packets++; in ifb_ri_tasklet()
162 txp = kcalloc(dev->num_tx_queues, sizeof(*txp), GFP_KERNEL); in ifb_dev_init()
163 if (!txp) in ifb_dev_init()
165 dp->tx_private = txp; in ifb_dev_init()
167 txp->txqnum = i; in ifb_dev_init()
168 txp->dev = dev; in ifb_dev_init()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dtxprepare.c69 txp->outputs = tal_arr(txp, struct tx_output, tok->size); in param_outputs()
75 txp->weight = bitcoin_tx_core_weight(1, tal_count(txp->outputs)); in param_outputs()
240 txp->outputs[pos].amount = txp->change_amount; in newaddr_done()
259 assert(amount_sat_eq(txp->outputs[txp->all_output_idx].amount, in resolve_all_output_amount()
261 txp->outputs[txp->all_output_idx].amount = excess; in resolve_all_output_amount()
277 txp->psbt = json_tok_psbt(txp, buf, psbttok); in psbt_created()
278 if (!txp->psbt) in psbt_created()
330 txp); in psbt_created()
355 txp); in txprepare_continue()
364 txp); in txprepare_continue()
[all …]
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dtxring.c90 unsigned int start_index = txp->tx_index; in txring_put()
94 (txp->treq->tp_frame_size * txp->tx_index))); in txring_put()
122 txp->tx_index++; in txring_put()
124 if (txp->tx_index >= txp->treq->tp_frame_nr) { in txring_put()
125 txp->tx_index = 0; in txring_put()
195 txring_t *txp; in txring_init() local
201 txring_mkreq(txp->treq, mtu); in txring_init()
202 txp->tx_size = txp->treq->tp_block_size * txp->treq->tp_block_nr; in txring_init()
221 txp->tx_head = mmap(0, txp->tx_size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in txring_init()
222 if (txp->tx_head == MAP_FAILED) { in txring_init()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/httptransport/
H A Dbytecounter.go22 txp.estimateRequestMetadata(req)
23 resp, err := txp.RoundTripper.RoundTrip(req)
27 txp.estimateResponseMetadata(resp)
34 txp.Counter.CountBytesSent(len(req.Method))
38 txp.Counter.CountBytesSent(len(key))
39 txp.Counter.CountBytesSent(len(": "))
40 txp.Counter.CountBytesSent(len(value))
41 txp.Counter.CountBytesSent(len("\r\n"))
44 txp.Counter.CountBytesSent(len("\r\n"))
51 txp.Counter.CountBytesReceived(len(key))
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/netx/httptransport/
H A Dbytecounter.go22 txp.estimateRequestMetadata(req)
23 resp, err := txp.RoundTripper.RoundTrip(req)
27 txp.estimateResponseMetadata(resp)
34 txp.Counter.CountBytesSent(len(req.Method))
38 txp.Counter.CountBytesSent(len(key))
39 txp.Counter.CountBytesSent(len(": "))
40 txp.Counter.CountBytesSent(len(value))
41 txp.Counter.CountBytesSent(len("\r\n"))
44 txp.Counter.CountBytesSent(len("\r\n"))
51 txp.Counter.CountBytesReceived(len(key))
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/coreos/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/go.etcd.io/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/coreos/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/devel/etcd32/etcd-3.2.32/cmd/vendor/github.com/coreos/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/go.etcd.io/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/github.com/coreos/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/bbolt/
H A Dfreelist.go59 count += len(txp.ids)
128 if txp == nil {
129 txp = &txPending{}
146 txp.ids = append(txp.ids, id)
147 txp.alloctx = append(txp.alloctx, allocTxid)
186 txp.ids[i] = txp.ids[len(txp.ids)-1]
187 txp.ids = txp.ids[:len(txp.ids)-1]
188 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
189 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
205 if txp == nil {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.etcd.io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/go.etcd.io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/go.etcd.io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/etcd-io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/vendor/go.etcd.io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/vendor/github.com/coreos/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/devel/etcd34/etcd-3.4.18/vendor/go.etcd.io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/go.etcd.io/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/bbolt/bbolt-1.3.3/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/bbolt/
H A Dfreelist.go91 count += len(txp.ids)
160 if txp == nil {
161 txp = &txPending{}
178 txp.ids = append(txp.ids, id)
179 txp.alloctx = append(txp.alloctx, allocTxid)
217 txp.ids[i] = txp.ids[len(txp.ids)-1]
218 txp.ids = txp.ids[:len(txp.ids)-1]
219 txp.alloctx[i] = txp.alloctx[len(txp.alloctx)-1]
220 txp.alloctx = txp.alloctx[:len(txp.alloctx)-1]
235 if txp == nil {
[all …]

12345678910>>...84