Home
last modified time | relevance | path

Searched refs:t (Results 1301 – 1325 of 8705) sorted by relevance

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

/openbmc/openbmc/poky/meta/recipes-support/libpcre/
H A Dlibpcre_8.45.bb58 t=${D}${PTEST_PATH}
59 cp ${UNPACKDIR}/Makefile $t
60 cp -r ${S}/testdata $t
62 do cp ${B}/.libs/$i $t; \
65 do cp ${S}/$i $t; \
/openbmc/qemu/hw/display/
H A Dati.c720 uint32_t t = s->regs.cur_offset; in ati_mm_write() local
723 t &= 0x87fffff0; in ati_mm_write()
724 if (s->regs.cur_offset != t) { in ati_mm_write()
725 s->regs.cur_offset = t; in ati_mm_write()
736 if (t & BIT(31)) { in ati_mm_write()
754 s->regs.cur_hv_offs = t & 0x3f003f; in ati_mm_write()
755 if (t & BIT(31)) { in ati_mm_write()
765 uint32_t t = s->regs.cur_color0; in ati_mm_write() local
768 t &= 0xffffff; in ati_mm_write()
769 if (s->regs.cur_color0 != t) { in ati_mm_write()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Digt_live_test.h30 int igt_live_test_begin(struct igt_live_test *t,
34 int igt_live_test_end(struct igt_live_test *t);
/openbmc/linux/drivers/spi/
H A Dspi-fsl-lpspi.c442 struct spi_transfer *t) in fsl_lpspi_setup_transfer() argument
447 if (t == NULL) in fsl_lpspi_setup_transfer()
451 fsl_lpspi->config.bpw = t->bits_per_word; in fsl_lpspi_setup_transfer()
452 fsl_lpspi->config.speed_hz = t->speed_hz; in fsl_lpspi_setup_transfer()
475 if (t->len <= fsl_lpspi->txfifosize) in fsl_lpspi_setup_transfer()
476 fsl_lpspi->watermark = t->len; in fsl_lpspi_setup_transfer()
716 struct spi_transfer *t) in fsl_lpspi_pio_transfer() argument
722 fsl_lpspi->tx_buf = t->tx_buf; in fsl_lpspi_pio_transfer()
723 fsl_lpspi->rx_buf = t->rx_buf; in fsl_lpspi_pio_transfer()
724 fsl_lpspi->remain = t->len; in fsl_lpspi_pio_transfer()
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/selftest/
H A Dbashisms.tc17 for t in $(find $FTRACETEST_ROOT/test.d -name \*.tc); do
18 checkbashisms $t
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c2072 while (btf_is_mod(t) || btf_is_typedef(t)) { in skip_mods_and_typedefs()
2075 t = btf__type_by_id(btf, t->type); in skip_mods_and_typedefs()
2078 return t; in skip_mods_and_typedefs()
2092 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()
2784 t->info = btf_type_info(btf_kind(t), btf_vlen(t), false); in bpf_object__sanitize_btf()
3605 if (!btf_is_var(t) && !btf_is_func(t)) in find_extern_btf_id()
3671 if (t->size < 1 || t->size > 8 || (t->size & (t->size - 1))) in find_kcfg_type()
3726 if (btf_is_int(t) && btf_int_bits(t) == 32) in find_int_btf_id()
9086 if (t < 0 || t >= ARRAY_SIZE(link_type_name)) in libbpf_bpf_link_type_str()
9094 if (t < 0 || t >= ARRAY_SIZE(map_type_name)) in libbpf_bpf_map_type_str()
[all …]
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c137 md5_word_t t; in md5_process() local
204 t = a + F(b,c,d) + X[k] + Ti;\ in md5_process()
205 a = ROTATE_LEFT(t, s) + b in md5_process()
230 t = a + G(b,c,d) + X[k] + Ti;\ in md5_process()
231 a = ROTATE_LEFT(t, s) + b in md5_process()
256 t = a + H(b,c,d) + X[k] + Ti;\ in md5_process()
257 a = ROTATE_LEFT(t, s) + b in md5_process()
282 t = a + I(b,c,d) + X[k] + Ti;\ in md5_process()
283 a = ROTATE_LEFT(t, s) + b in md5_process()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-cross-canadian.inc20 # We have to point gcc at a sysroot but we don't need to rebuild if this changes
28 # for the sdk. Hardcoding the paths ensures the build doesn't go canadian or worse.
116 # We don't care about the gcc-<version> copies
132 for t in ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip g77 gcc cpp gfortran; do
133 if [ "$t" = "g77" -o "$t" = "gfortran" ] && [ ! -e ${D}${bindir}/${TARGET_PREFIX}$t$suffix ]; then
137 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t$suffix $dest$t$suffix
/openbmc/linux/drivers/iio/magnetometer/
H A Dyamaha-yas530.c327 *t = val; in yas530_measure()
341 *t = val; in yas530_measure()
505 u16 t_ref, t_comp, t, x, y1, y2; in yas530_get_measure() local
528 t_comp = t - t_ref; in yas530_get_measure()
530 t_comp = t; in yas530_get_measure()
587 u16 t, x, y1, y2; in yas537_get_measure() local
618 s32 t, x, y, z; in yas5xx_read_raw() local
632 *val = t; in yas5xx_read_raw()
662 s32 t, x, y, z; in yas5xx_fill_buffer() local
673 yas5xx->scan.channels[0] = t; in yas5xx_fill_buffer()
[all …]
/openbmc/linux/drivers/pcmcia/
H A Dsa11xx_base.h108 unsigned int t = ((pcmcia_cycle_ns * cpu_clock_khz) / 6) - 1000000; in sa1100_pcmcia_mecr_bs() local
109 return (t / 1000000) + (((t % 1000000) == 0) ? 0 : 1); in sa1100_pcmcia_mecr_bs()
/openbmc/qemu/tests/qemu-iotests/
H A D158.out3 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 encryption=on
13 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
H A D150.out.raw6 0 0x1000 TEST_DIR/t.IMGFMT
11 0 0x100000 TEST_DIR/t.IMGFMT
/openbmc/linux/fs/qnx6/
H A DKconfig17 If you don't know whether you need it, then you don't need it:
26 If you are not a developer working on the QNX6FS, you probably don't
/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A Dunroll_loop_thread.c43 pthread_t t; in new_thr() local
47 pthread_create(&t, &attr, fn, arg); in new_thr()
48 return t; in new_thr()
/openbmc/linux/include/linux/
H A Drcutiny.h141 static inline void rcu_request_urgent_qs_task(struct task_struct *t) { } in rcu_request_urgent_qs_task() argument
152 static inline bool rcu_preempt_need_deferred_qs(struct task_struct *t) in rcu_preempt_need_deferred_qs() argument
156 static inline void rcu_preempt_deferred_qs(struct task_struct *t) { } in rcu_preempt_deferred_qs() argument
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-hw-exynos3250.h28 void exynos3250_jpeg_qtbl(void __iomem *regs, unsigned int t, unsigned int n);
29 void exynos3250_jpeg_htbl_ac(void __iomem *regs, unsigned int t);
30 void exynos3250_jpeg_htbl_dc(void __iomem *regs, unsigned int t);
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-stp-policy-p_sys-t1 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/uuid
13 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/do_len
23 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/ts_interval
32 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/clocksync_interval
/openbmc/linux/Documentation/i2c/
H A Dten-bit-addresses.rst20 * Not all bus drivers support 10-bit addresses. Some don't because the
21 hardware doesn't support them (SMBus doesn't require 10-bit address
22 support for example), some don't because nobody bothered adding the
/openbmc/linux/tools/perf/util/
H A Dtsc.c20 u64 t, quot, rem; in perf_time_to_tsc() local
22 t = ns - tc->time_zero; in perf_time_to_tsc()
23 quot = t / tc->time_mult; in perf_time_to_tsc()
24 rem = t % tc->time_mult; in perf_time_to_tsc()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duievent.py67 self.t = threading.Thread()
68 self.t.daemon = True
69 self.t.run = self.startCallbackHandler
70 self.t.start()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A D0001-nss-nspr-fix-for-multilib.patch31 …/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER" files don't exist), typo?])
32 …r}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER" files don't exist), typo?])
46 …nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER" files don't exist), typo?])
47 …edir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER" files don't exist), typo?])
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A Darmarch.patch9 This arm mapping code can work or in the case of qemuarmv5, it doesn't as it creates
10 armv5hl which doesn't exist and causes errrors. We can simply remove it, we don't need it.
30 - * (or 7hnb) so we don't explicitly add 'n' for 8+ as it's expected. */
/openbmc/linux/fs/btrfs/
H A Dordered-data.h157 btrfs_ordered_inode_tree_init(struct btrfs_ordered_inode_tree *t) in btrfs_ordered_inode_tree_init() argument
159 spin_lock_init(&t->lock); in btrfs_ordered_inode_tree_init()
160 t->tree = RB_ROOT; in btrfs_ordered_inode_tree_init()
161 t->last = NULL; in btrfs_ordered_inode_tree_init()
/openbmc/linux/lib/math/
H A Ddiv64.c163 s64 quot, t; in div64_s64() local
166 t = (dividend ^ divisor) >> 63; in div64_s64()
168 return (quot ^ t) - t; in div64_s64()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci_mac.c17 struct mt76_txwi_cache *t; in mt7921e_tx_prepare_skb() local
27 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7921e_tx_prepare_skb()
28 t->skb = tx_info->skb; in mt7921e_tx_prepare_skb()
30 id = mt76_token_consume(mdev, &t); in mt7921e_tx_prepare_skb()

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