Home
last modified time | relevance | path

Searched full:t (Results 1 – 25 of 8500) sorted by relevance

12345678910>>...340

/openbmc/linux/arch/mips/include/asm/
H A Dunaligned-emul.h11 "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" \
20 "j\t3b\n\t" \
[all …]
H A Dsim.h22 ".text\n\t" \
23 ".globl\t__" #symbol "\n\t" \
24 ".align\t2\n\t" \
25 ".type\t__" #symbol ", @function\n\t" \
27 #symbol":\n\t" \
28 ".frame\t$29, 0, $31\n\t" \
29 "sw\t$16,"__str(PT_R16)"($29)\t\t\t# save_static_function\n\t" \
30 "sw\t$17,"__str(PT_R17)"($29)\n\t" \
31 "sw\t$18,"__str(PT_R18)"($29)\n\t" \
32 "sw\t$19,"__str(PT_R19)"($29)\n\t" \
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dvfminmax.c56 …{/* -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…
72 …{/* -inf */ "T(b)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", "T(b)", …
73 …{/* -Fn */ "T(b)", "T(M(a,b))", "T(a)", "T(a)", "T(a)", "T(a)", "T(b)", …
[all …]
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py82 data = data.replace('\t', '\\t')
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'))
177 \tbool\t\tlow_power;
178 \tfdt64_t\t\treg[2];
181 \tbool\t\tboolval;
184 \tfdt32_t\t\tintarray[4];
185 \tfdt32_t\t\tintval;
200 \t.bytearray\t\t= {0x6, 0x0, 0x0},
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S22 * 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.
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
29 #define RC(t) ((((t)+2)%6)+7) argument
30 #define RD(t) ((((t)+1)%6)+7) argument
31 #define RE(t) ((((t)+0)%6)+7) argument
34 #define W(t) (((t)%16)+16) argument
36 #define LOADW(t) \ argument
[all …]
/openbmc/linux/arch/m68k/lib/
H A Dchecksum.c45 __asm__("movel %2,%3\n\t" in csum_partial()
46 "btst #1,%3\n\t" /* Check alignment */ in csum_partial()
47 "jeq 2f\n\t" in csum_partial()
48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial()
49 "jgt 1f\n\t" in csum_partial()
50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
52 "1:\t" in csum_partial()
53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial()
54 "clrl %3\n\t" in csum_partial()
56 "2:\t" in csum_partial()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D153.out6 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]?
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]?
25 _qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2
26 qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock
27 Is another process using the image [TEST_DIR/t.qcow2]?
29 _qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2
[all …]
/openbmc/qemu/pc-bios/
HDopenbios-ppc ... 0 l l h h P 0 d X , T ` $ X \ , ` 8 t H x P h < ...
HDopenbios-sparc32 ... s s0 sD sh s| s s s s t t$ tD 8 t t t t u u ...
/openbmc/qemu/host/include/i386/host/crypto/
H A Daes-round.h30 __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
53 t = aes_accel_bswap(t); in aesenc_SB_SR_AK_accel()
[all …]
/openbmc/linux/arch/mips/mm/
H A Dc-r3k.c121 asm( "sb\t$0, 0x000(%0)\n\t" in r3k_flush_icache_range()
122 "sb\t$0, 0x004(%0)\n\t" in r3k_flush_icache_range()
123 "sb\t$0, 0x008(%0)\n\t" in r3k_flush_icache_range()
124 "sb\t$0, 0x00c(%0)\n\t" in r3k_flush_icache_range()
125 "sb\t$0, 0x010(%0)\n\t" in r3k_flush_icache_range()
126 "sb\t$0, 0x014(%0)\n\t" in r3k_flush_icache_range()
127 "sb\t$0, 0x018(%0)\n\t" in r3k_flush_icache_range()
128 "sb\t$0, 0x01c(%0)\n\t" in r3k_flush_icache_range()
129 "sb\t$0, 0x020(%0)\n\t" in r3k_flush_icache_range()
130 "sb\t$0, 0x024(%0)\n\t" in r3k_flush_icache_range()
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dxor_32.h23 "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()
31 "xor %%g2, %%o4, %%g2\n\t" in sparc_2()
32 "xor %%g3, %%o5, %%g3\n\t" in sparc_2()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.dataTables-1.13.8.min.js4t){return n(t,window,document)}):"object"==typeof exports?(a=require("jquery"),"undefined"==typeof… function
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/
H A Dglyphicons-halflings-regular.svg12t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 …
13 …00q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14…
15t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h2…
29t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h3…
30t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -16…
31 …0 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.…
32t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 …
34 …56.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5…
35 <glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 …
36t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8…
[all …]
H A Dfontawesome-webfont.svg34 …99 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 …
35t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5…
36t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 …
37t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 6…
38 …dv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 …
39 …l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q…
40 …-50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l8…
41t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53…
42t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26…
43t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52…
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCsrCountryCodes.js6 { name: 'Afghanistan', code: 'AF', label: i18n.t('countries.AF') },
7 { name: 'Albania', code: 'AL', label: i18n.t('countries.AL') },
8 { name: 'Algeria', code: 'DZ', label: i18n.t('countries.DZ') },
9 { name: 'American Samoa', code: 'AS', label: i18n.t('countries.AS') },
10 { name: 'Andorra', code: 'AD', label: i18n.t('countries.AD') },
11 { name: 'Angola', code: 'AO', label: i18n.t('countries.AO') },
12 { name: 'Anguilla', code: 'AI', label: i18n.t('countries.AI') },
13 { name: 'Antarctica', code: 'AQ', label: i18n.t('countries.AQ') },
14 { name: 'Antigua and Barbuda', code: 'AG', label: i18n.t('countries.AG') },
15 { name: 'Argentina', code: 'AR', label: i18n.t('countries.AR') },
[all …]
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h39 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
90 t = aes_accel_bswap(t); in aesenc_MC_accel()
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c140 "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()
151 "cmp $680, %0\n\t" in memmove()
152 "jb 3f\n\t" in memmove()
154 "mov %1, %3\n\t" in memmove()
155 "xor %2, %3\n\t" in memmove()
156 "and $0xff, %3\n\t" in memmove()
157 "jz 4f\n\t" in memmove()
[all …]
/openbmc/linux/lib/raid6/
H A Davx512.c56 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()
65 "vmovdqa64 %%zmm2,%%zmm4\n\t" /* Q[0] */ in raid6_avx5121_gen_syndrome()
70 asm volatile("prefetchnta %0\n\t" in raid6_avx5121_gen_syndrome()
71 "vpcmpgtb %%zmm4,%%zmm1,%%k1\n\t" in raid6_avx5121_gen_syndrome()
72 "vpmovm2b %%k1,%%zmm5\n\t" in raid6_avx5121_gen_syndrome()
73 "vpaddb %%zmm4,%%zmm4,%%zmm4\n\t" in raid6_avx5121_gen_syndrome()
74 "vpandq %%zmm0,%%zmm5,%%zmm5\n\t" in raid6_avx5121_gen_syndrome()
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_targdb.c48 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
64 for (t = a->targetdb; t < a->targetdb_end; t++) { in esas2r_targ_db_remove_all()
65 if (t->target_state != TS_PRESENT) in esas2r_targ_db_remove_all()
69 esas2r_targ_db_remove(a, t); in esas2r_targ_db_remove_all()
[all …]
/openbmc/qemu/linux-user/alpha/
H A Dtarget_proc.h16 int t; in open_cpuinfo() local
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()
35 "cpu\t\t\t: Alpha\n" in open_cpuinfo()
36 "cpu model\t\t: %s\n" in open_cpuinfo()
37 "cpu variation\t\t: 0\n" in open_cpuinfo()
[all …]
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h28 ".set\tpush\n\t" in __sti()
29 ".set\treorder\n\t" in __sti()
30 ".set\tnoat\n\t" in __sti()
31 "mfc0\t$1,$12\n\t" in __sti()
32 "ori\t$1,0x1f\n\t" in __sti()
33 "xori\t$1,0x1e\n\t" in __sti()
34 "mtc0\t$1,$12\n\t" in __sti()
35 ".set\tpop\n\t" in __sti()
52 ".set\tpush\n\t" in __cli()
53 ".set\treorder\n\t" in __cli()
[all …]
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h7 /* Big T */
8 #define TCGETA _IOR('T', 1, struct termio)
9 #define TCSETA _IOW('T', 2, struct termio)
10 #define TCSETAW _IOW('T', 3, struct termio)
11 #define TCSETAF _IOW('T', 4, struct termio)
12 #define TCSBRK _IO('T', 5)
13 #define TCXONC _IO('T', 6)
14 #define TCFLSH _IO('T', 7)
15 #define TCGETS _IOR('T', 8, struct termios)
16 #define TCSETS _IOW('T', 9, struct termios)
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/openSUSE/
H A Dautoinst.xml4 <bootloader t="map">
5 <global t="map">
13 <timeout t="integer">8</timeout>
18 <firewall t="map">
20 <enable_firewall t="boolean">true</enable_firewall>
22 <start_firewall t="boolean">true</start_firewall>
23 <zones t="list">
24 <zone t="map">
26 <interfaces t="list"/>
27 <masquerade t="boolean">false</masquerade>
[all …]
/openbmc/u-boot/lib/
H A Dsmbios.c76 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()
84 t->bios_release_date = smbios_add_string(t->eos, U_BOOT_DMI_DATE); in smbios_write_type0()
86 t->bios_rom_size = (CONFIG_ROM_SIZE / 65536) - 1; in smbios_write_type0()
88 t->bios_characteristics = BIOS_CHARACTERISTICS_PCI_SUPPORTED | in smbios_write_type0()
92 t->bios_characteristics_ext1 = BIOS_CHARACTERISTICS_EXT1_ACPI; in smbios_write_type0()
[all …]

12345678910>>...340