Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 4404) sorted by relevance

12345678910>>...177

/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S26 #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
37 LWZ(W(t),(t)*4,r4)
39 #define STEPD0_LOAD(t) \ argument
[all …]
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-reg.h210 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument
211 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument
212 #define SAA7134_DATA_PATH(t) (0x002 +t) argument
213 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument
214 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument
215 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument
216 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument
217 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument
218 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument
219 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument
[all …]
/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/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/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… argument
H A Djquery-ui.min.js6t(t,s){var a,n,r,o=t.nodeName.toLowerCase();return"area"===o?(a=t.parentNode,n=a.name,t.href&&n&&"… argument
7t,i,s,a,n,r,o){var h,l,u,d,c,p,f,m,g=this._get(e,"changeMonth"),v=this._get(e,"changeYear"),y=this… argument
H A Djquery-2.0.3.min.js4t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u=e.$,l={},c=[],p=… argument
5t&&n.unshift("inprogress"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:functio… argument
6t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,… argument
H A Dbootstrap-3.4.1.min.js6t){"use strict";var e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1… argument
H A Djquery-3.7.1.min.js2t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document… argument
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h87 uint8x16_t t = (uint8x16_t)st->v; in aesenc_MC_accel() local
90 t = aes_accel_bswap(t); in aesenc_MC_accel()
91 t = aes_accel_aesmc(t); in aesenc_MC_accel()
92 t = aes_accel_bswap(t); in aesenc_MC_accel()
94 t = aes_accel_aesmc(t); in aesenc_MC_accel()
96 ret->v = (AESStateVec)t; in aesenc_MC_accel()
103 uint8x16_t t = (uint8x16_t)st->v; in aesenc_SB_SR_AK_accel() local
107 t = aes_accel_bswap(t); in aesenc_SB_SR_AK_accel()
108 t = aes_accel_aese(t, z); in aesenc_SB_SR_AK_accel()
109 t = aes_accel_bswap(t); in aesenc_SB_SR_AK_accel()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c50 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()
69 if (t->extra_obj_type == YAFFS_OBJECT_TYPE_FILE && in yaffs_check_tags_extra_packable()
70 (t->extra_file_size >> 31) != 0) in yaffs_check_tags_extra_packable()
76 const struct yaffs_ext_tags *t) in yaffs_pack_tags2_tags_only() argument
[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 …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dtuner-core.c89 i2c_adapter_id(t->i2c->adapter), t->i2c->addr
240 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local
260 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local
301 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local
302 struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; in set_type()
303 struct analog_demod_ops *analog_ops = &t->fe.ops.analog_ops; in set_type()
312 t->type = type; in set_type()
313 t->config = new_config; in set_type()
316 t->fe.callback = tuner_callback; in set_type()
320 tuner_detach(&t->fe); in set_type()
[all …]
/openbmc/linux/net/sctp/
H A Dtransport.c264 void sctp_transport_pl_send(struct sctp_transport *t) in sctp_transport_pl_send() argument
266 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send()
269 t->pl.probe_count = 0; in sctp_transport_pl_send()
270 if (t->pl.state == SCTP_PL_BASE) { in sctp_transport_pl_send()
271 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */ in sctp_transport_pl_send()
272 t->pl.state = SCTP_PL_ERROR; /* Base -> Error */ in sctp_transport_pl_send()
274 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_send()
275 t->pathmtu = t->pl.pmtu + sctp_transport_pl_hlen(t); in sctp_transport_pl_send()
276 sctp_assoc_sync_pmtu(t->asoc); in sctp_transport_pl_send()
278 } else if (t->pl.state == SCTP_PL_SEARCH) { in sctp_transport_pl_send()
[all …]
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm-systimer.c55 struct dmtimer_systimer t; member
61 struct dmtimer_systimer t; member
66 static bool dmtimer_systimer_revision1(struct dmtimer_systimer *t) in dmtimer_systimer_revision1() argument
68 u32 tidr = readl_relaxed(t->base); in dmtimer_systimer_revision1()
73 static void dmtimer_systimer_enable(struct dmtimer_systimer *t) in dmtimer_systimer_enable() argument
77 if (dmtimer_systimer_revision1(t)) in dmtimer_systimer_enable()
82 writel_relaxed(val, t->base + t->sysc); in dmtimer_systimer_enable()
85 static void dmtimer_systimer_disable(struct dmtimer_systimer *t) in dmtimer_systimer_disable() argument
87 if (!dmtimer_systimer_revision1(t)) in dmtimer_systimer_disable()
90 writel_relaxed(DMTIMER_TYPE1_DISABLE, t->base + t->sysc); in dmtimer_systimer_disable()
[all …]
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c160 #define KSMBD_TRANS(t) ((struct ksmbd_transport *)&((t)->transport)) argument
197 struct smb_direct_transport *t; member
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()
251 smb_direct_recvmsg *get_free_recvmsg(struct smb_direct_transport *t) in get_free_recvmsg() argument
255 spin_lock(&t->recvmsg_queue_lock); in get_free_recvmsg()
256 if (!list_empty(&t->recvmsg_queue)) { in get_free_recvmsg()
257 recvmsg = list_first_entry(&t->recvmsg_queue, in get_free_recvmsg()
262 spin_unlock(&t->recvmsg_queue_lock); in get_free_recvmsg()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c10 const struct btf_type *t; in gen_btf() local
30 t = btf__type_by_id(btf, 1); in gen_btf()
32 ASSERT_EQ(t->name_off, str_off, "int_name_off"); in gen_btf()
33 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "int", "int_name"); in gen_btf()
34 ASSERT_EQ(btf_kind(t), BTF_KIND_INT, "int_kind"); in gen_btf()
35 ASSERT_EQ(t->size, 4, "int_sz"); in gen_btf()
36 ASSERT_EQ(btf_int_encoding(t), BTF_INT_SIGNED, "int_enc"); in gen_btf()
37 ASSERT_EQ(btf_int_bits(t), 32, "int_bits"); in gen_btf()
57 t = btf__type_by_id(btf, 2); in gen_btf()
58 ASSERT_EQ(btf_kind(t), BTF_KIND_PTR, "ptr_kind"); in gen_btf()
[all …]
/openbmc/linux/arch/sparc/lib/
H A Dbitext.c28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get() argument
35 if (t->num_colors) { in bit_map_string_get()
38 align = t->num_colors; in bit_map_string_get()
47 if (align < 0 || align >= t->size) in bit_map_string_get()
49 if (len <= 0 || len > t->size) in bit_map_string_get()
53 spin_lock(&t->lock); in bit_map_string_get()
54 if (len < t->last_size) in bit_map_string_get()
55 offset = t->first_free; in bit_map_string_get()
57 offset = t->last_off & ~align1; in bit_map_string_get()
60 off_new = find_next_zero_bit(t->map, t->size, offset); in bit_map_string_get()
[all …]
/openbmc/qemu/hw/char/
H A Dterminal3270.c48 Terminal3270 *t = opaque; in DECLARE_INSTANCE_CHECKER() local
50 return INPUT_BUFFER_SIZE - t->in_len; in DECLARE_INSTANCE_CHECKER()
53 static void terminal_timer_cancel(Terminal3270 *t) in terminal_timer_cancel() argument
55 if (t->timer_tag) { in terminal_timer_cancel()
56 g_source_remove(t->timer_tag); in terminal_timer_cancel()
57 t->timer_tag = 0; in terminal_timer_cancel()
65 static void TN3270_handshake_done(Terminal3270 *t) in TN3270_handshake_done() argument
67 CcwDevice *ccw_dev = CCW_DEVICE(t); in TN3270_handshake_done()
70 t->handshake_done = true; in TN3270_handshake_done()
81 Terminal3270 *t = opaque; in send_timing_mark_cb() local
[all …]
/openbmc/linux/drivers/md/
H A Ddm-table.c60 static inline sector_t *get_node(struct dm_table *t, in get_node() argument
63 return t->index[l] + (n * KEYS_PER_NODE); in get_node()
70 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high() argument
72 for (; l < t->depth - 1; l++) in high()
75 if (n >= t->counts[l]) in high()
78 return get_node(t, l, n)[KEYS_PER_NODE - 1]; in high()
85 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index() argument
90 for (n = 0U; n < t->counts[l]; n++) { in setup_btree_index()
91 node = get_node(t, l, n); in setup_btree_index()
94 node[k] = high(t, l + 1, get_child(n, k)); in setup_btree_index()
[all …]
/openbmc/qemu/hw/timer/
H A Daspeed_timer.c62 static inline AspeedTimerCtrlState *timer_to_ctrl(AspeedTimer *t) in timer_to_ctrl() argument
64 const AspeedTimer (*timers)[] = (void *)t - (t->id * sizeof(*t)); in timer_to_ctrl()
68 static inline bool timer_ctrl_status(AspeedTimer *t, enum timer_ctrl_op op) in timer_ctrl_status() argument
70 return !!(timer_to_ctrl(t)->ctrl & BIT(t->id * TIMER_CTRL_BITS + op)); in timer_ctrl_status()
73 static inline bool timer_enabled(AspeedTimer *t) in timer_enabled() argument
75 return timer_ctrl_status(t, op_enable); in timer_enabled()
78 static inline bool timer_overflow_interrupt(AspeedTimer *t) in timer_overflow_interrupt() argument
80 return timer_ctrl_status(t, op_overflow_interrupt); in timer_overflow_interrupt()
83 static inline bool timer_can_pulse(AspeedTimer *t) in timer_can_pulse() argument
85 return t->id >= TIMER_FIRST_CAP_PULSE; in timer_can_pulse()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c140 static int prepare_blit(const struct tiled_blits *t, in prepare_blit() argument
155 struct intel_gt *gt = t->ce->engine->gt; in prepare_blit()
163 *cs++ = i915_mmio_reg_offset(BLIT_CCTL(t->ce->engine->mmio_base)); in prepare_blit()
167 src_pitch = t->width; /* in dwords */ in prepare_blit()
179 dst_pitch = t->width; /* in dwords */ in prepare_blit()
195 *cs++ = t->height << 16 | t->width; in prepare_blit()
226 src_pitch = t->width * 4; in prepare_blit()
232 dst_pitch = t->width * 4; in prepare_blit()
241 *cs++ = t->height << 16 | t->width; in prepare_blit()
260 static void tiled_blits_destroy_buffers(struct tiled_blits *t) in tiled_blits_destroy_buffers() argument
[all …]
/openbmc/qemu/host/include/loongarch64/host/
H A Dbufferiszero.c.inc20 asm("vld $vr0,%2,0\n\t" /* first: buf + 0 */
21 "vld $vr1,%4,-16\n\t" /* last: buf + len - 16 */
22 "vld $vr2,%3,0\n\t" /* e[0] */
23 "vld $vr3,%3,16\n\t" /* e[1] */
24 "vld $vr4,%3,32\n\t" /* e[2] */
25 "vld $vr5,%3,48\n\t" /* e[3] */
26 "vld $vr6,%3,64\n\t" /* e[4] */
27 "vld $vr7,%3,80\n\t" /* e[5] */
28 "vld $vr8,%3,96\n\t" /* e[6] */
29 "vor.v $vr0,$vr0,$vr1\n\t"
[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/linux/lib/lzo/
H A Dlzo1x_decompress_safe.c44 size_t t, next; in lzo1x_decompress_safe() local
66 t = *ip++ - 17; in lzo1x_decompress_safe()
67 if (t < 4) { in lzo1x_decompress_safe()
68 next = t; in lzo1x_decompress_safe()
75 t = *ip++; in lzo1x_decompress_safe()
76 if (t < 16) { in lzo1x_decompress_safe()
78 if (unlikely(t == 0)) { in lzo1x_decompress_safe()
91 t += offset + 15 + *ip++; in lzo1x_decompress_safe()
93 t += 3; in lzo1x_decompress_safe()
96 if (likely(HAVE_IP(t + 15) && HAVE_OP(t + 15))) { in lzo1x_decompress_safe()
[all …]

12345678910>>...177