Home
last modified time | relevance | path

Searched refs:burst_count (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/api/
H A Dratelimiting.py41 self.burst_count = burst_count
57 burst_count: Optional[int] = None,
118 burst_count = burst_count if burst_count is not None else self.burst_count
137 if performed_count > burst_count - n_actions:
189 burst_count: Optional[int] = None,
227 burst_count=burst_count,
252 store=self.store, clock=self.clock, rate_hz=0, burst_count=0
263 burst_count=rc_admin_redaction.burst_count,
297 burst_count = self._rc_message.burst_count
308 burst_count = override.burst_count
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c230 uint8_t burst_count; in tpm_read_burst_count() local
235 burst_count = 0; in tpm_read_burst_count()
276 int rc, burst_count; in tpm_write_fifo() local
287 if (burst_count < 0) in tpm_write_fifo()
288 return burst_count; in tpm_write_fifo()
332 if (burst_count < 0) in tpm_write_fifo()
333 return burst_count; in tpm_write_fifo()
375 int rc, burst_count; in tpm_read_fifo() local
385 if (burst_count < 0) { in tpm_read_fifo()
386 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c230 uint8_t burst_count; in tpm_read_burst_count() local
235 burst_count = 0; in tpm_read_burst_count()
276 int rc, burst_count; in tpm_write_fifo() local
287 if (burst_count < 0) in tpm_write_fifo()
288 return burst_count; in tpm_write_fifo()
332 if (burst_count < 0) in tpm_write_fifo()
333 return burst_count; in tpm_write_fifo()
375 int rc, burst_count; in tpm_read_fifo() local
385 if (burst_count < 0) { in tpm_read_fifo()
386 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c230 uint8_t burst_count; in tpm_read_burst_count() local
235 burst_count = 0; in tpm_read_burst_count()
276 int rc, burst_count; in tpm_write_fifo() local
287 if (burst_count < 0) in tpm_write_fifo()
288 return burst_count; in tpm_write_fifo()
332 if (burst_count < 0) in tpm_write_fifo()
333 return burst_count; in tpm_write_fifo()
375 int rc, burst_count; in tpm_read_fifo() local
385 if (burst_count < 0) { in tpm_read_fifo()
386 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c230 uint8_t burst_count; in tpm_read_burst_count() local
235 burst_count = 0; in tpm_read_burst_count()
276 int rc, burst_count; in tpm_write_fifo() local
287 if (burst_count < 0) in tpm_write_fifo()
288 return burst_count; in tpm_write_fifo()
332 if (burst_count < 0) in tpm_write_fifo()
333 return burst_count; in tpm_write_fifo()
375 int rc, burst_count; in tpm_read_fifo() local
385 if (burst_count < 0) { in tpm_read_fifo()
386 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c230 uint8_t burst_count; in tpm_read_burst_count() local
235 burst_count = 0; in tpm_read_burst_count()
276 int rc, burst_count; in tpm_write_fifo() local
287 if (burst_count < 0) in tpm_write_fifo()
288 return burst_count; in tpm_write_fifo()
332 if (burst_count < 0) in tpm_write_fifo()
333 return burst_count; in tpm_write_fifo()
375 int rc, burst_count; in tpm_read_fifo() local
385 if (burst_count < 0) { in tpm_read_fifo()
386 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vita_200/
H A Dnew_tx_tb.v114 if(burst_count > 2)
115 repeat (burst_count - 2)
121 if(burst_count > 1)
141 if(burst_count > 2)
142 repeat (burst_count - 2)
148 if(burst_count > 1)
167 if(burst_count > 2)
168 repeat (burst_count - 2)
173 if(burst_count > 1)
193 if(burst_count > 2)
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c232 uint8_t burst_count; in tpm_read_burst_count() local
237 burst_count = 0; in tpm_read_burst_count()
278 int rc, burst_count; in tpm_write_fifo() local
289 if (burst_count < 0) in tpm_write_fifo()
290 return burst_count; in tpm_write_fifo()
335 if (burst_count < 0) in tpm_write_fifo()
336 return burst_count; in tpm_write_fifo()
379 int rc, burst_count; in tpm_read_fifo() local
389 if (burst_count < 0) { in tpm_read_fifo()
390 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/drivers/
H A Dtpm_i2c_nuvoton.c211 uint8_t burst_count; in tpm_read_burst_count() local
216 burst_count = 0; in tpm_read_burst_count()
257 int rc, burst_count; in tpm_write_fifo() local
268 if (burst_count < 0) in tpm_write_fifo()
269 return burst_count; in tpm_write_fifo()
313 if (burst_count < 0) in tpm_write_fifo()
314 return burst_count; in tpm_write_fifo()
356 int rc, burst_count; in tpm_read_fifo() local
366 if (burst_count < 0) { in tpm_read_fifo()
367 rc = burst_count; in tpm_read_fifo()
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/demo/
H A Dstart.sh108 burst_count: 1000
111 burst_count: 1000
115 burst_count: 1000
118 burst_count: 1000
121 burst_count: 1000
124 burst_count: 1000
128 burst_count: 1000
131 burst_count: 1000
134 burst_count: 1000
138 burst_count: 1000
[all …]
/dports/net-im/mtxclient/mtxclient-0.6.0/.ci/
H A Dadjust-config.sh20 burst_count: 100000
24 burst_count: 30000
29 burst_count: 30000
32 burst_count: 30000
35 burst_count: 30000
39 burst_count: 5000
44 burst_count: 100000
47 burst_count: 100000
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/vivado_ipi/axi_dmac/
H A Drequest_generator.v68 reg [BURSTS_PER_TRANSFER_WIDTH-1:0] burst_count = 'h00; register
72 assign eot = burst_count == 'h00;
78 burst_count <= 'h00;
86 burst_count <= req_burst_count;
92 burst_count <= burst_count - 1'b1;
/dports/net-im/mtxclient/mtxclient-0.6.0/.ci/synapse/
H A Dsetup-synapse.sh56 burst_count: 100000
60 burst_count: 30000
65 burst_count: 30000
68 burst_count: 30000
71 burst_count: 30000
75 burst_count: 5000
80 burst_count: 100000
83 burst_count: 100000
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/api/
H A Dtest_ratelimiting.py11 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
42 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
73 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
95 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
119 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
154 limiter.can_do_action(None, ("test_id",), _time_now_s=1, burst_count=10)
165 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
188 limiter.ratelimit(None, key=("test_id",), _time_now_s=1, burst_count=10)
193 store=self.hs.get_datastore(), clock=None, rate_hz=0.1, burst_count=1
228 limiter = Ratelimiter(store=store, clock=None, rate_hz=0.1, burst_count=1)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c140 int burst_count = -1; in i2c_nuvoton_get_burstcount() local
156 return burst_count; in i2c_nuvoton_get_burstcount()
234 int burst_count, bytes2read, size = 0; in i2c_nuvoton_recv_data() local
241 if (burst_count < 0) { in i2c_nuvoton_recv_data()
244 burst_count); in i2c_nuvoton_recv_data()
271 int burst_count; in i2c_nuvoton_recv() local
299 if (burst_count < 0) { in i2c_nuvoton_recv()
305 burst_count); in i2c_nuvoton_recv()
360 int burst_count, bytes2write, retries, rc = -EIO; in i2c_nuvoton_send() local
376 if (burst_count < 0) { in i2c_nuvoton_send()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c140 int burst_count = -1; in i2c_nuvoton_get_burstcount() local
156 return burst_count; in i2c_nuvoton_get_burstcount()
234 int burst_count, bytes2read, size = 0; in i2c_nuvoton_recv_data() local
241 if (burst_count < 0) { in i2c_nuvoton_recv_data()
244 burst_count); in i2c_nuvoton_recv_data()
271 int burst_count; in i2c_nuvoton_recv() local
299 if (burst_count < 0) { in i2c_nuvoton_recv()
305 burst_count); in i2c_nuvoton_recv()
360 int burst_count, bytes2write, retries, rc = -EIO; in i2c_nuvoton_send() local
376 if (burst_count < 0) { in i2c_nuvoton_send()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c140 int burst_count = -1; in i2c_nuvoton_get_burstcount() local
156 return burst_count; in i2c_nuvoton_get_burstcount()
234 int burst_count, bytes2read, size = 0; in i2c_nuvoton_recv_data() local
241 if (burst_count < 0) { in i2c_nuvoton_recv_data()
244 burst_count); in i2c_nuvoton_recv_data()
271 int burst_count; in i2c_nuvoton_recv() local
299 if (burst_count < 0) { in i2c_nuvoton_recv()
305 burst_count); in i2c_nuvoton_recv()
360 int burst_count, bytes2write, retries, rc = -EIO; in i2c_nuvoton_send() local
376 if (burst_count < 0) { in i2c_nuvoton_send()
[all …]
/dports/net/fspclient/fspclient-0.93.1/client/
H A Dlib.c60 int burst_count = burst_max; in client_interact() local
105 for (retry_send = 0, burst_count = burst_max; in client_interact()
133 if (--burst_count > 0) in client_interact()
136 burst_count = burst_max; in client_interact()
142 if (burst_count & 0x1) in client_interact()
155 ch[0] = idlech[burst_count & 0x1][retry_send & 0x7]; in client_interact()
160 if (--burst_count > 0) in client_interact()
170 burst_count = burst_max; in client_interact()
201 retry_send, burst_count); in client_interact()
343 && (retry_send > 0 || retry_recv > 1 || burst_count < burst_max)) in client_interact()
/dports/multimedia/cheese/cheese-41.1/libcheese/
H A Dcheese-fileutil.c47 guint burst_count; member
165 priv->burst_count++; in cheese_fileutil_get_new_media_filename()
172 …filename = g_strdup_printf ("%s_%d%s", priv->burst_raw_name, priv->burst_count, CHEESE_PHOTO_NAME_… in cheese_fileutil_get_new_media_filename()
197 …filename = g_strdup_printf ("%s_%d (%d)%s", priv->burst_raw_name, priv->burst_count, num, CHEESE_P… in cheese_fileutil_get_new_media_filename()
232 priv->burst_count = 0; in cheese_fileutil_reset_burst()
264 priv->burst_count = 0; in cheese_fileutil_init()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/tpm/
H A Dtpm_tis_lpc.c81 static u16 burst_count(u32 status) in burst_count() function
249 burst = burst_count(value); in tis_senddata()
262 burst = burst_count(tpm_read_word(&lpc_tpm_dev in tis_senddata()
291 burst = burst_count(value); in tis_senddata()
353 while ((burst = burst_count(value)) == 0) { in tis_readresponse()
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/filter/
H A Dsnes_ntsc_impl.h47 enum { burst_size = snes_ntsc_entry_size / burst_count };
53 float to_rgb [burst_count * 6];
249 n = burst_count; in init()
262 if ( burst_count <= 1 ) in init()
319 int burst_remain = burst_count; in gen_kernel()
370 if ( burst_count <= 1 ) in gen_kernel()
/dports/games/libretro-snes9x/snes9x-73aa348/filter/
H A Dsnes_ntsc_impl.h47 enum { burst_size = snes_ntsc_entry_size / burst_count };
53 float to_rgb [burst_count * 6];
249 n = burst_count; in init()
262 if ( burst_count <= 1 ) in init()
319 int burst_remain = burst_count; in gen_kernel()
370 if ( burst_count <= 1 ) in gen_kernel()
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Dnes_ntsc_impl.h47 enum { burst_size = nes_ntsc_entry_size / burst_count };
53 float to_rgb [burst_count * 6];
249 n = burst_count; in init()
262 if ( burst_count <= 1 ) in init()
319 int burst_remain = burst_count; in gen_kernel()
370 if ( burst_count <= 1 ) in gen_kernel()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/ntsc/
H A Dmd_ntsc_impl.h47 enum { burst_size = md_ntsc_entry_size / burst_count };
53 float to_rgb [burst_count * 6];
249 n = burst_count; in init()
262 if ( burst_count <= 1 ) in init()
319 int burst_remain = burst_count; in gen_kernel()
370 if ( burst_count <= 1 ) in gen_kernel()
H A Dsms_ntsc_impl.h47 enum { burst_size = sms_ntsc_entry_size / burst_count };
53 float to_rgb [burst_count * 6];
249 n = burst_count; in init()
262 if ( burst_count <= 1 ) in init()
319 int burst_remain = burst_count; in gen_kernel()
370 if ( burst_count <= 1 ) in gen_kernel()

12345678910>>...16