Home
last modified time | relevance | path

Searched +full:- +full:t (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/openbmc/qemu/tests/tcg/s390x/
H A Dvfminmax.c55 …/* -inf -Fn -0 +0 +Fn +inf QNaN …
56 …{/* -inf */ "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", …
57 …{/* -Fn */ "T(b)", "T(M(a,b))", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", …
58 …{/* -0 */ "T(b)", "T(b)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", …
59 …{/* +0 */ "T(b)", "T(b)", "T(b)", "T(a)", "T(a)", "T(a)", "T(a)", …
60 …{/* +Fn */ "T(b)", "T(b)", "T(b)", "T(b)", "T(M(a,b))", "T(a)", "T(a)", …
61 …{/* +inf */ "T(b)", "T(b)", "T(b)", "T(b)", "T(b)", "T(a)", "T(a)", …
62 …{/* QNaN */ "T(b)", "T(b)", "T(b)", "T(b)", "T(b)", "T(b)", "T(a)", …
63 …{/* SNaN */ "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a…
71 …/* -inf -Fn -0 +0 +Fn +inf QNaN …
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D153.out2 == readonly=off,force-share=on should be rejected ==
3 QEMU_PROG: -drive if=none,file=null-co://,readonly=off,force-share=on: force-share=on can only be u…
6 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backin…
14 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,: Failed to get "write" lock
15 Is another process using the image [TEST_DIR/t.qcow2]?
17 == Launching another QEMU, opts: 'read-only=on' ==
18 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,read-only=on: Failed to get shared "write" lock
19 Is another process using the image [TEST_DIR/t.qcow2]?
21 == Launching another QEMU, opts: 'read-only=on,force-share=on' ==
[all …]
H A D049.out6 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024
7 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
9 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1024b
10 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
12 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1k
13 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
15 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1K
16 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
18 qemu-img create -f qcow2 TEST_DIR/t.qcow2 1M
19 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib s…
[all …]
H A D059.out4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
5 qemu-io: can't open device TEST_DIR/t.vmdk: Invalid granularity, image may be corrupt
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
9 qemu-io: can't open device TEST_DIR/t.vmdk: L2 table size too big
12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
13 qemu-io: can't open device TEST_DIR/t.vmdk: L1 size too big
16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
17 image: TEST_DIR/t.IMGFMT
22 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
23 qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
[all …]
/openbmc/qemu/pc-bios/
HDopenbios-ppc ... X 4| o u * o *| *T }* *, * ' - o + -P ...
HDopenbios-sparc32 ... go up, hit trampoline) ] image 0 state-valid ! Can't read a.out header Not
/openbmc/linux/arch/mips/include/asm/
H A Dunaligned-emul.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 "1:\t"type##_lb("%0", "0(%2)")"\n" \
12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\
13 "sll\t%0, 0x8\n\t" \
14 "or\t%0, $1\n\t" \
15 "li\t%1, 0\n" \
16 "3:\t.set\tat\n\t" \
17 ".insn\n\t" \
18 ".section\t.fixup,\"ax\"\n\t" \
19 "4:\tli\t%1, %3\n\t" \
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * SHA-1 implementation for PowerPC.
9 #include <asm/asm-offsets.h>
10 #include <asm/asm-compat.h>
22 * We roll the registers for T, A, B, C, D, E around on each
23 * iteration; T on iteration t is A on iteration t+1, and so on.
24 * We use registers 7 - 12 for this.
26 #define RT(t) ((((t)+5)%6)+7) argument
27 #define RA(t) ((((t)+4)%6)+7) argument
28 #define RB(t) ((((t)+3)%6)+7) argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dglyphicons-halflings-regular.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
7 <font-face units-per-em="1200" ascent="960" descent="-240" />
8 <missing-glyph horiz-adv-x="500" />
9 <glyph horiz-adv-x="0" />
10 <glyph horiz-adv-x="400" />
12-1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -
13-14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q…
15-5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100…
16 <glyph unicode="&#x2000;" horiz-adv-x="650" />
[all …]
H A Dfontawesome-webfont.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
6 <font id="fontawesomeregular" horiz-adv-x="1536" >
7 <font-face units-per-em="1792" ascent="1536" descent="-256" />
8 <missing-glyph horiz-adv-x="448" />
9 <glyph unicode=" " horiz-adv-x="448" />
10 <glyph unicode="&#x09;" horiz-adv-x="448" />
11 <glyph unicode="&#xa0;" horiz-adv-x="448" />
12 <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13 <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14 <glyph unicode="&#xae;" horiz-adv-x="1792" />
[all …]
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py1 # SPDX-License-Identifier: GPL-2.0+
46 #include <dt-structs.h>
82 data = data.replace('\t', '\\t')
107 conv_name_to_c('vendor,clock-frequency'))
109 conv_name_to_c('rockchip,rk3399-sdhci-5.1'))
114 self.assertEqual('fred\t', tab_to(1, 'fred'))
116 self.assertEqual('fred was here\t\t', tab_to(3, 'fred was here'))
118 self.assertEqual('exactly8\t', tab_to(2, 'exactly8'))
136 prop = Prop(['rockchip,rk3399-sdhci-5.1', 'arasan,sdhci-5.1'])
141 prop = Prop(['rockchip,rk3399-sdhci-5.1'])
[all …]
/openbmc/qemu/host/include/i386/host/crypto/
H A Daes-round.h3 * SPDX-License-Identifier: GPL-2.0-or-later
30 __m128i t = (__m128i)st->v; in aesenc_MC_accel() local
34 t = aes_accel_bswap(t); in aesenc_MC_accel()
35 t = _mm_aesdeclast_si128(t, z); in aesenc_MC_accel()
36 t = _mm_aesenc_si128(t, z); in aesenc_MC_accel()
37 t = aes_accel_bswap(t); in aesenc_MC_accel()
39 t = _mm_aesdeclast_si128(t, z); in aesenc_MC_accel()
40 t = _mm_aesenc_si128(t, z); in aesenc_MC_accel()
42 ret->v = (AESStateVec)t; in aesenc_MC_accel()
49 __m128i t = (__m128i)st->v; in aesenc_SB_SR_AK_accel() local
[all …]
/openbmc/linux/lib/raid6/
H A Davx512.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* -*- linux-c -*- --------------------------------------------------------
10 * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved
12 * -----------------------------------------------------------------------
16 * AVX512 implementation of RAID-6 syndrome functions
50 z0 = disks - 3; /* Highest data disk */ in raid6_avx5121_gen_syndrome()
56 asm volatile("vmovdqa64 %0,%%zmm0\n\t" in raid6_avx5121_gen_syndrome()
62 asm volatile("prefetchnta %0\n\t" in raid6_avx5121_gen_syndrome()
63 "vmovdqa64 %0,%%zmm2\n\t" /* P[0] */ in raid6_avx5121_gen_syndrome()
64 "prefetchnta %1\n\t" in raid6_avx5121_gen_syndrome()
[all …]
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h3 * SPDX-License-Identifier: GPL-2.0-or-later
39 asm(".arch_extension aes\n\t" in aes_accel_aesd()
46 asm(".arch_extension aes\n\t" in aes_accel_aese()
53 asm(".arch_extension aes\n\t" in aes_accel_aesmc()
60 asm(".arch_extension aes\n\t" in aes_accel_aesimc()
68 asm(".arch_extension aes\n\t" in aes_accel_aesd_imc()
69 "aesd %0.16b, %1.16b\n\t" in aes_accel_aesd_imc()
77 asm(".arch_extension aes\n\t" in aes_accel_aese_mc()
78 "aese %0.16b, %1.16b\n\t" in aes_accel_aese_mc()
87 uint8x16_t t = (uint8x16_t)st->v; in aesenc_MC_accel() local
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_targdb.c5 * Copyright (c) 2001-2013 ATTO Technology, Inc.
21 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
40 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
48 struct esas2r_target *t; in esas2r_targ_db_initialize() local
50 for (t = a->targetdb; t < a->targetdb_end; t++) { in esas2r_targ_db_initialize()
51 memset(t, 0, sizeof(struct esas2r_target)); in esas2r_targ_db_initialize()
53 t->target_state = TS_NOT_PRESENT; in esas2r_targ_db_initialize()
54 t->buffered_target_state = TS_NOT_PRESENT; in esas2r_targ_db_initialize()
55 t->new_target_state = TS_INVALID; in esas2r_targ_db_initialize()
61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local
[all …]
/openbmc/u-boot/lib/
H A Dsmbios.c1 // SPDX-License-Identifier: GPL-2.0+
16 #include <dm/uclass-internal.h>
20 * smbios_add_string() - add a string to the string area
53 * smbios_string_table_len() - compute the string area size
76 struct smbios_type0 *t; in smbios_write_type0() local
79 t = map_sysmem(*current, len); in smbios_write_type0()
80 memset(t, 0, sizeof(struct smbios_type0)); in smbios_write_type0()
81 fill_smbios_header(t, SMBIOS_BIOS_INFORMATION, len, handle); in smbios_write_type0()
82 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0()
83 t->bios_ver = smbios_add_string(t->eos, PLAIN_VERSION); in smbios_write_type0()
[all …]
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c1 // SPDX-License-Identifier: GPL-2.0-or-later
51 * as defined in [MS-SMBD] 3.1.1.1
67 /* The maximum fragmented upper-layer payload receive size supported */
70 /* The maximum single-message size which can be received */
160 #define KSMBD_TRANS(t) ((struct ksmbd_transport *)&((t)->transport)) argument
197 struct smb_direct_transport *t; member
220 return DIV_ROUND_UP((uintptr_t)buf + size, PAGE_SIZE) - in get_buf_page_count()
226 static int smb_direct_post_send_data(struct smb_direct_transport *t,
232 smb_trans_direct_transfort(struct ksmbd_transport *t) in smb_trans_direct_transfort() argument
234 return container_of(t, struct smb_direct_transport, transport); in smb_trans_direct_transfort()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c1 // SPDX-License-Identifier: GPL-2.0+
8 /* From glibc-2.14, sysdeps/i386/memset.c */
36 len -= (-dstp) % sizeof(op_t); in memset()
48 "0" (dstp), "1" ((-dstp) % sizeof(op_t)), "a" (x) : in memset()
114 len -= (-dstp) % OPSIZ; in memcpy()
115 BYTE_COPY_FWD(dstp, srcp, (-dstp) % OPSIZ); in memcpy()
140 "cmp $0x10, %0\n\t" in memmove()
141 "jb 1f\n\t" in memmove()
144 "cmp %2, %1\n\t" in memmove()
145 "jb 2f\n\t" in memmove()
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dswitch_to_32.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 (!!(tsk->thread.dsp_status.status & SR_DSP))
13 (u32 *)&tsk->thread.dsp_status; \
15 ".balign 4\n\t" \
16 "movs.l @r2+, a0\n\t" \
17 "movs.l @r2+, a1\n\t" \
18 "movs.l @r2+, a0g\n\t" \
19 "movs.l @r2+, a1g\n\t" \
20 "movs.l @r2+, m0\n\t" \
21 "movs.l @r2+, m1\n\t" \
[all …]
H A Dspinlock-llsc.h1 /* SPDX-License-Identifier: GPL-2.0
3 * include/asm-sh/spinlock-llsc.h
18 #define arch_spin_is_locked(x) ((x)->lock <= 0)
32 "1: \n\t" in arch_spin_lock()
33 "movli.l @%2, %0 ! arch_spin_lock \n\t" in arch_spin_lock()
34 "mov %0, %1 \n\t" in arch_spin_lock()
35 "mov #0, %0 \n\t" in arch_spin_lock()
36 "movco.l %0, @%2 \n\t" in arch_spin_lock()
37 "bf 1b \n\t" in arch_spin_lock()
38 "cmp/pl %1 \n\t" in arch_spin_lock()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1 // SPDX-License-Identifier: GPL-2.0
80 [CGX_STAT4] = "Filtered DMAC0 (NIX-bound) packets",
81 [CGX_STAT5] = "Filtered DMAC0 (NIX-bound) octets",
85 [CGX_STAT9] = "Filtered DMAC1 (NCSI-bound) packets",
86 [CGX_STAT10] = "Filtered DMAC1 (NCSI-bound) octets",
87 [CGX_STAT11] = "NCSI-bound packets dropped",
88 [CGX_STAT12] = "NCSI-bound octets dropped",
100 [CGX_STAT8] = "Packets sent with an octet count of 65-127",
101 [CGX_STAT9] = "Packets sent with an octet count of 128-255",
102 [CGX_STAT10] = "Packets sent with an octet count of 256-511",
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.dataTables-1.13.8.min.js2 * ©2008-2023 SpryMedia Ltd - datatables.net/license
4t){return n(t,window,document)}):"object"==typeof exports?(a=require("jquery"),"undefined"==typeof… function
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c2 * YAFFS: Yet Another Flash File System. A NAND-flash specific file system.
4 * Copyright (C) 2002-2011 Aleph One Ltd.
45 ptt->obj_id, ptt->chunk_id, ptt->n_bytes, ptt->seq_number); in yaffs_dump_packed_tags2_tags_only()
50 yaffs_dump_packed_tags2_tags_only(&pt->t); in yaffs_dump_packed_tags2()
53 static void yaffs_dump_tags2(const struct yaffs_ext_tags *t) in yaffs_dump_tags2() argument
57 t->ecc_result, t->block_bad, t->chunk_used, t->obj_id, in yaffs_dump_tags2()
58 t->chunk_id, t->n_bytes, t->is_deleted, t->serial_number, in yaffs_dump_tags2()
59 t->seq_number); in yaffs_dump_tags2()
63 static int yaffs_check_tags_extra_packable(const struct yaffs_ext_tags *t) in yaffs_check_tags_extra_packable() argument
65 if (t->chunk_id != 0 || !t->extra_available) in yaffs_check_tags_extra_packable()
[all …]
/openbmc/qemu/linux-user/alpha/
H A Dtarget_proc.h2 * Alpha specific proc functions for linux-user
4 * SPDX-License-Identifier: GPL-2.0-or-later
16 int t; in open_cpuinfo() local
19 q = strchr(p, '-'); in open_cpuinfo()
20 t = q - p; in open_cpuinfo()
21 assert(t < sizeof(model)); in open_cpuinfo()
22 memcpy(model, p, t); in open_cpuinfo()
23 model[t] = 0; in open_cpuinfo()
25 t = sched_getaffinity(getpid(), sizeof(cpu_mask), (cpu_set_t *)&cpu_mask); in open_cpuinfo()
26 if (t < 0) { in open_cpuinfo()
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dxor_32.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Optimized RAID-5 checksumming functions for 32-bit Sparc.
23 "ldd [%0 + 0x00], %%g2\n\t" in sparc_2()
24 "ldd [%0 + 0x08], %%g4\n\t" in sparc_2()
25 "ldd [%0 + 0x10], %%o0\n\t" in sparc_2()
26 "ldd [%0 + 0x18], %%o2\n\t" in sparc_2()
27 "ldd [%1 + 0x00], %%o4\n\t" in sparc_2()
28 "ldd [%1 + 0x08], %%l0\n\t" in sparc_2()
29 "ldd [%1 + 0x10], %%l2\n\t" in sparc_2()
30 "ldd [%1 + 0x18], %%l4\n\t" in sparc_2()
[all …]

12345678910>>...47