Home
last modified time | relevance | path

Searched refs:t (Results 1376 – 1400 of 8705) sorted by relevance

1...<<51525354555657585960>>...349

/openbmc/linux/drivers/mtd/maps/
H A Dlantiq-flash.c85 unsigned char *t = (unsigned char *)to; in ltq_copy_from() local
90 *t++ = *f++; in ltq_copy_from()
99 unsigned char *t = (unsigned char *)map->virt + to; in ltq_copy_to() local
104 *t++ = *f++; in ltq_copy_to()
/openbmc/linux/include/linux/
H A Doverflow.h35 #define type_max(t) __type_max(typeof(t)) argument
37 #define type_min(t) __type_min(typeof(t)) argument
/openbmc/qemu/target/hexagon/
H A Dgen_printinsn.py75 t = m.string[ms:me]
80 am = assign.match(t)
85 out += t
91 out += t
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_vmaxh.S27 p0 = cmp.eq(r0, #131079); if (p0.new) jump:t test2
33 p0 = cmp.eq(r1, #196611); if (p0.new) jump:t pass
H A Dtest_vspliceb.S23 p0 = cmp.eq(r4, #-1); if (p0.new) jump:t test2
29 p0 = cmp.eq(r5, #255); if (p0.new) jump:t pass
H A Dtest_vminh.S27 p0 = cmp.eq(r0, #65541); if (p0.new) jump:t test2
33 p0 = cmp.eq(r1, #65538); if (p0.new) jump:t pass
H A Dtest_vavgw.S23 p0 = cmp.eq(r0, #2); if (p0.new) jump:t test2
29 p0 = cmp.eq(r1, #2); if (p0.new) jump:t pass
/openbmc/qemu/tests/qemu-iotests/
H A D289.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 data_file=TEST_DIR/t.IMGFMT.data_file
H A D108.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
52 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
64 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
81 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
97 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
115 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
133 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=9437184
H A D121.out7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=66060288 preallocation=metadata
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=66061312 preallocation=metadata
25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_common.c25 unsigned int time_to_nclk(unsigned int t, unsigned int tclk) in time_to_nclk() argument
28 return ((unsigned long)t * 1000 / tclk + 974) / 1000; in time_to_nclk()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lru_map.c855 int t, f; in main() local
870 for (t = 0; t < ARRAY_SIZE(map_types); t++) { in main()
871 test_lru_sanity0(map_types[t], map_flags[f]); in main()
872 test_lru_sanity1(map_types[t], map_flags[f], tgt_free); in main()
873 test_lru_sanity2(map_types[t], map_flags[f], tgt_free); in main()
874 test_lru_sanity3(map_types[t], map_flags[f], tgt_free); in main()
875 test_lru_sanity4(map_types[t], map_flags[f], tgt_free); in main()
876 test_lru_sanity5(map_types[t], map_flags[f]); in main()
877 test_lru_sanity6(map_types[t], map_flags[f], tgt_free); in main()
878 test_lru_sanity7(map_types[t], map_flags[f]); in main()
[all …]
/openbmc/linux/net/tipc/
H A Dtrace.h284 TP_PROTO(struct tipc_link *r, u16 f, u16 t, struct sk_buff_head *tq),
286 TP_ARGS(r, f, t, tq),
300 __entry->to = t;
314 TP_PROTO(struct tipc_link *r, u16 f, u16 t, struct sk_buff_head *tq),
315 TP_ARGS(r, f, t, tq),
316 TP_CONDITION(less_eq(f, t))
320 TP_PROTO(struct tipc_link *r, u16 f, u16 t, struct sk_buff_head *tq),
321 TP_ARGS(r, f, t, tq),
/openbmc/linux/drivers/gpu/drm/amd/display/
H A DTODO22 I haven't looked recently but I didn't get the impression there was a
56 I can't come up with a good reason why DC needs all this (except to
57 reimplement half of our edid quirk table, which really isn't a good
60 doesn't slip in (i.e. if you start adding edid quirks to DC instead of
89 stuff in drm_dp_helper.h. drm_dp_helper.h isn't really great and already has 2
93 18. There's a pile of sink handling code, both for DP and HDMI where I didn't
101 DRM_DEBUG stuff just isn't up to the challenges either. We need to figure out
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c37 struct spi_transfer t[2] = { { .tx_buf = &opcode, .len = 1, }, in encx24j600_cmdn() local
40 spi_message_add_tail(&t[0], &m); in encx24j600_cmdn()
41 spi_message_add_tail(&t[1], &m); in encx24j600_cmdn()
119 struct spi_transfer t[3] = { { .tx_buf = &cmd, .len = sizeof(cmd), }, in regmap_encx24j600_sfr_update() local
157 spi_message_add_tail(&t[0], &m); in regmap_encx24j600_sfr_update()
160 t[1].tx_buf = &reg; in regmap_encx24j600_sfr_update()
161 spi_message_add_tail(&t[1], &m); in regmap_encx24j600_sfr_update()
164 spi_message_add_tail(&t[2], &m); in regmap_encx24j600_sfr_update()
/openbmc/linux/drivers/ata/
H A Dpata_atp867x.c208 struct ata_timing t, p; in atp867x_set_piomode() local
215 ata_timing_compute(adev, speed, &t, T, UT); in atp867x_set_piomode()
218 ata_timing_merge(&p, &t, &t, ATA_TIMING_8BIT); in atp867x_set_piomode()
228 b = atp867x_get_active_clocks_shifted(ap, t.active) | in atp867x_set_piomode()
229 atp867x_get_recover_clocks_shifted(ap, t.recover); in atp867x_set_piomode()
236 b = atp867x_get_active_clocks_shifted(ap, t.act8b) | in atp867x_set_piomode()
237 atp867x_get_recover_clocks_shifted(ap, t.rec8b); in atp867x_set_piomode()
/openbmc/linux/crypto/
H A Dsm2.c330 MPI t = NULL; in _sm2_verify() local
337 t = mpi_new(0); in _sm2_verify()
346 mpi_addm(t, sig_r, sig_s, ec->n); in _sm2_verify()
347 if (mpi_cmp_ui(t, 0) == 0) in _sm2_verify()
353 mpi_ec_mul_point(&tP, t, ec->Q, ec); in _sm2_verify()
359 mpi_addm(t, hash, x1, ec->n); in _sm2_verify()
363 if (mpi_cmp(t, sig_r)) in _sm2_verify()
373 mpi_free(t); in _sm2_verify()
/openbmc/linux/arch/x86/ras/
H A DKconfig10 be best if we don't use it anymore.
12 Bear in mind that this is absolutely useless if your platform doesn't
13 have ECC DIMMs and doesn't have DRAM ECC checking enabled in the BIOS.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/
H A Dlibdata-hexdump-perl_0.02.bb29 install -d ${D}${PTEST_PATH}/t
30 install -m 0755 ${B}/t/* ${D}${PTEST_PATH}/t
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/
H A Drsnapshot_git.bb37 # don't inject the host path into target configs.
49 # Create 't/include.ac' before starting the autoreconf to fix configure
50 # error: configure.ac:302: file 't/include.ac' does not exist
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch7 When returned description doesn't match with expected v0.4, version.sh exits
21 Don't try git rev-parse, if there isn't .git in ${S}.
/openbmc/linux/arch/arc/kernel/
H A Djump_label.c51 u32 s, S, t; in arc_gen_branch() local
72 t = (u_offset >> 21) & GENMASK(3, 0); in arc_gen_branch()
77 instruction_r = (S << 6) | t; in arc_gen_branch()
/openbmc/linux/drivers/char/hw_random/
H A Dpic32-rng.c54 u32 t; in pic32_rng_read() local
58 t = readl(priv->base + RNGRCNT) & RCNT_MASK; in pic32_rng_read()
59 if (t == 64) { in pic32_rng_read()
/openbmc/webui-vue/src/components/Global/
H A DInputPasswordToggle.vue29 togglePasswordLabel: i18n.global.t('global.ariaLabel.showPassword'),
44 ? (this.togglePasswordLabel = i18n.global.t(
47 : (this.togglePasswordLabel = i18n.global.t(
/openbmc/linux/include/media/i2c/
H A Dov772x.h41 #define OV772X_MANUAL_EDGECTRL(s, t) \ argument
45 .threshold = (t & OV772X_EDGE_THRESHOLD_MASK), \

1...<<51525354555657585960>>...349