Home
last modified time | relevance | path

Searched refs:t (Results 1226 – 1250 of 8705) sorted by relevance

1...<<41424344454647484950>>...349

/openbmc/qemu/tests/qemu-iotests/
H A D102.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
11 0 0x10000 TEST_DIR/t.IMGFMT
15 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
H A D213.out3 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "size": 0}}}
8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "nod…
22 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "size": 0}}}
27 …rue, "driver": "vhdx", "file": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx"}, "log-size": …
39 …": {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx", "size": 0}}}
44 …lse, "driver": "vhdx", "file": {"driver": "file", "filename": "TEST_DIR/PID-t.vhdx"}, "log-size": …
56 …ents": {"job-id": "job0", "options": {"driver": "vhdx", "file": "this doesn't exist", "size": 3355…
58 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-hw-s5p.h33 void s5p_jpeg_qtbl(void __iomem *regs, unsigned int t, unsigned int n);
34 void s5p_jpeg_htbl_ac(void __iomem *regs, unsigned int t);
35 void s5p_jpeg_htbl_dc(void __iomem *regs, unsigned int t);
/openbmc/linux/include/linux/
H A Diversion.h259 static inline u64 time_to_chattr(struct timespec64 *t) in time_to_chattr() argument
261 u64 chattr = t->tv_sec; in time_to_chattr()
264 chattr += t->tv_nsec; in time_to_chattr()
H A Dcleanup.h76 { _type t = _init; return t; }
83 { class_##_name##_t t = _init; return t; }
/openbmc/webui-vue/src/store/modules/Settings/
H A DPowerPolicyStore.js37 let desc = `${i18n.global.t(
69 return i18n.global.t(
76 i18n.global.t('pagePowerRestorePolicy.toast.errorSaveSettings'),
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c270 __u64 offs, t; in bictcp_update() local
320 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()
321 t += ca->delay_min; in bictcp_update()
323 t <<= BICTCP_HZ; in bictcp_update()
324 t /= USEC_PER_SEC; in bictcp_update()
326 if (t < ca->bic_K) /* t - K */ in bictcp_update()
327 offs = ca->bic_K - t; in bictcp_update()
329 offs = t - ca->bic_K; in bictcp_update()
333 if (t < ca->bic_K) /* below origin*/ in bictcp_update()
/openbmc/linux/net/ipv4/
H A Dtcp_cubic.c217 u64 offs, t; in bictcp_update() local
267 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
268 t += usecs_to_jiffies(ca->delay_min); in bictcp_update()
270 t <<= BICTCP_HZ; in bictcp_update()
271 do_div(t, HZ); in bictcp_update()
273 if (t < ca->bic_K) /* t - K */ in bictcp_update()
274 offs = ca->bic_K - t; in bictcp_update()
276 offs = t - ca->bic_K; in bictcp_update()
280 if (t < ca->bic_K) /* below origin*/ in bictcp_update()
/openbmc/linux/drivers/input/joystick/
H A Dtmdc.c131 int i[2], j[2], t[2], p, k; in tmdc_read_packet() local
136 t[k] = gameport_time(gameport, TMDC_MAX_START); in tmdc_read_packet()
151 if (t[k] <= 0 || i[k] >= TMDC_MAX_LENGTH) continue; in tmdc_read_packet()
152 t[k] = p; in tmdc_read_packet()
154 if (~v & 1) t[k] = 0; in tmdc_read_packet()
158 if (v & 1) t[k] = 0; in tmdc_read_packet()
163 t[k]--; in tmdc_read_packet()
165 } while (t[0] > 0 || t[1] > 0); in tmdc_read_packet()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-riic.c283 static int riic_init_hw(struct riic_dev *riic, struct i2c_timings *t) in riic_init_hw() argument
291 if (t->bus_freq_hz > I2C_MAX_FAST_MODE_FREQ) { in riic_init_hw()
294 t->bus_freq_hz, I2C_MAX_FAST_MODE_FREQ); in riic_init_hw()
316 total_ticks = DIV_ROUND_UP(rate, t->bus_freq_hz ?: 1); in riic_init_hw()
333 (unsigned long)t->bus_freq_hz); in riic_init_hw()
353 brl -= t->scl_fall_ns / (1000000000 / rate); in riic_init_hw()
354 brh -= t->scl_rise_ns / (1000000000 / rate); in riic_init_hw()
364 t->scl_fall_ns / (1000000000 / rate), in riic_init_hw()
365 t->scl_rise_ns / (1000000000 / rate), cks, brl, brh); in riic_init_hw()
H A Di2c-ibm_iic.c262 ndelay(t->buf); in iic_smbus_quick()
267 ndelay(t->hd_sta); in iic_smbus_quick()
273 ndelay(t->low / 2); in iic_smbus_quick()
276 ndelay(t->low / 2); in iic_smbus_quick()
281 ndelay(t->high); in iic_smbus_quick()
286 ndelay(t->low / 2); in iic_smbus_quick()
288 ndelay(t->low / 2); in iic_smbus_quick()
293 ndelay(t->high); in iic_smbus_quick()
297 ndelay(t->low); in iic_smbus_quick()
301 ndelay(t->su_sto); in iic_smbus_quick()
[all …]
/openbmc/u-boot/cmd/
H A Ditest.c109 static int stringcomp(char *s, char *t, int op) in stringcomp() argument
115 r = evalstr(t); in stringcomp()
129 static int arithcomp (char *s, char *t, int op, int w) in arithcomp() argument
134 r = evalexp (t, w); in arithcomp()
/openbmc/u-boot/lib/
H A Ddiv64.c165 s64 quot, t; in div64_s64() local
168 t = (dividend ^ divisor) >> 63; in div64_s64()
170 return (quot ^ t) - t; in div64_s64()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_hardcode.c65 int t; in ipmi_hardcode_init_one() local
73 t = match_string(si_to_str, -1, si_type_str); in ipmi_hardcode_init_one()
74 if (t < 0) { in ipmi_hardcode_init_one()
79 p.type = t; in ipmi_hardcode_init_one()
/openbmc/linux/sound/core/
H A Dpcm_drm_eld.c125 struct snd_interval t = { .min = 1, .max = 2, .integer = 1, }; in eld_limit_channels() local
141 t.max = max(t.max, sad_max_channels(sad)); in eld_limit_channels()
144 return snd_interval_refine(c, &t); in eld_limit_channels()
/openbmc/linux/tools/testing/selftests/x86/
H A DMakefile58 $(foreach t,$(TARGETS_C_32BIT_ALL),$(eval $(call gen-target-rule-32,$(t))))
65 $(foreach t,$(TARGETS_C_64BIT_ALL),$(eval $(call gen-target-rule-64,$(t))))
/openbmc/linux/arch/x86/um/
H A Dtls_64.c9 int arch_set_tls(struct task_struct *t, unsigned long tls) in arch_set_tls() argument
15 t->thread.arch.fs = tls; in arch_set_tls()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c213 struct tlpm_node *t, *list = NULL; in test_lpm_map() local
261 t = tlpm_match(list, data, 8 * keysize); in test_lpm_map()
267 assert(!t == !!r); in test_lpm_map()
269 if (t) { in test_lpm_map()
271 assert(t->n_bits == value[keysize]); in test_lpm_map()
272 for (j = 0; j < t->n_bits; ++j) in test_lpm_map()
284 for (i = 0, t = list; t; i++, t = t->next) in test_lpm_map()
304 assert(!t == !!r); in test_lpm_map()
306 if (t) { in test_lpm_map()
308 assert(t->n_bits == value[keysize]); in test_lpm_map()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py137 compound = [('SUCCESS', t, None) for t in self.successes] + \
138 [('FAILURE', t, m) for t, m in self.failures] + \
139 [('ERROR', t, m) for t, m in self.errors] + \
140 [('EXPECTED_FAILURE', t, m) for t, m in self.expectedFailures] + \
141 [('UNEXPECTED_SUCCESS', t, None) for t in self.unexpectedSuccesses] + \
142 [('SKIPPED', t, m) for t, m in self.skipped]
/openbmc/linux/net/ceph/
H A Dosd_client.c452 t->size = -1; in target_init()
453 t->min_size = -1; in target_init()
1641 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target()
1642 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
1665 &t->up, in calc_target()
1667 t->size, in calc_target()
1669 t->min_size, in calc_target()
1671 t->pg_num, in calc_target()
1680 if (t->paused && !target_should_be_paused(osdc, t, pi)) { in calc_target()
1681 t->paused = false; in calc_target()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl/
H A Drun-ptest8 for i in t/*.t ; do
/openbmc/u-boot/include/linux/
H A Dcompiler.h452 # define __native_word(t) (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || sizeof(t) == … argument
507 #define compiletime_assert_atomic_type(t) \ argument
508 compiletime_assert(__native_word(t), \
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.py78 t = "BYTE"
80 t = "WORD"
82 t = "DWORD"
84 t = "QWORD"
86 t = "XMMWORD"
88 t = "YMMWORD"
92 return t + " PTR 32[rdx]"
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c85 uint64_t t, z[8], b[8]; in sha512_bda() local
92 t = a[7] + Sigma1(a[4]) + Ch(a[4], a[5], a[6]) + K[i] + w[i % 16]; in sha512_bda()
93 b[7] = t + Sigma0(a[0]) + Maj(a[0], a[1], a[2]); in sha512_bda()
94 b[3] += t; in sha512_bda()
114 uint64_t t[16]; in sha512_bda_be64() local
118 t[i] = be64_to_cpu(w[i]); in sha512_bda_be64()
120 sha512_bda(a, t); in sha512_bda_be64()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h369 void cancel_timer(struct timer_list *t);
370 void set_timer_ms(struct timer_list *t, unsigned long timeout);
372 static inline bool timer_active(const struct timer_list *t) in timer_active() argument
374 return READ_ONCE(t->expires); in timer_active()
377 static inline bool timer_expired(const struct timer_list *t) in timer_expired() argument
379 return timer_active(t) && !timer_pending(t); in timer_expired()

1...<<41424344454647484950>>...349