/kernel/linux/linux-6.6/drivers/of/ |
H A D | module.c | 17 ssize_t tsize; in of_modalias() local 23 tsize = csize; in of_modalias() 30 tsize += csize; in of_modalias() 44 return tsize; in of_modalias()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 307 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe() 316 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe() 331 int tsize = BOOK3E_PAGESZ_4K; in kvmppc_e500_shadow_map() local 389 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map() 393 * e500 doesn't implement the lowest tsize bit, in kvmppc_e500_shadow_map() 396 tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1); in kvmppc_e500_shadow_map() 399 * Now find the largest tsize (up to what the guest in kvmppc_e500_shadow_map() 405 for (; tsize > BOOK3E_PAGESZ_4K; tsize in kvmppc_e500_shadow_map() 304 kvmppc_e500_setup_stlbe( struct kvm_vcpu *vcpu, struct kvm_book3e_206_tlb_entry *gtlbe, int tsize, struct tlbe_ref *ref, u64 gvaddr, struct kvm_book3e_206_tlb_entry *stlbe) kvmppc_e500_setup_stlbe() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 307 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe() 316 stlbe->mas1 = MAS1_TSIZE(tsize) | get_tlb_sts(gtlbe) | MAS1_VALID; in kvmppc_e500_setup_stlbe() 331 int tsize = BOOK3E_PAGESZ_4K; in kvmppc_e500_shadow_map() local 389 tsize = (gtlbe->mas1 & MAS1_TSIZE_MASK) >> in kvmppc_e500_shadow_map() 393 * e500 doesn't implement the lowest tsize bit, in kvmppc_e500_shadow_map() 396 tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1); in kvmppc_e500_shadow_map() 399 * Now find the largest tsize (up to what the guest in kvmppc_e500_shadow_map() 405 for (; tsize > BOOK3E_PAGESZ_4K; tsize in kvmppc_e500_shadow_map() 304 kvmppc_e500_setup_stlbe( struct kvm_vcpu *vcpu, struct kvm_book3e_206_tlb_entry *gtlbe, int tsize, struct tlbe_ref *ref, u64 gvaddr, struct kvm_book3e_206_tlb_entry *stlbe) kvmppc_e500_setup_stlbe() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 53 unsigned int tsize, unsigned int ind) in _tlbil_va() 60 unsigned int tsize, unsigned int ind); 64 unsigned int tsize, unsigned int ind) in _tlbil_va() 72 unsigned int tsize, unsigned int ind); 75 unsigned int tsize, unsigned int ind) in _tlbivax_bcast() 52 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) _tlbil_va() argument 63 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) _tlbil_va() argument 74 _tlbivax_bcast(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) _tlbivax_bcast() argument
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | book3e_hugetlbpage.c | 130 unsigned long psize, tsize, shift; in book3e_hugetlb_preload() local 142 tsize = shift - 10; in book3e_hugetlb_preload() 161 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload() 201 unsigned long tsize = huge_page_shift(hstate) - 10; in flush_hugetlb_page() local 203 __flush_tlb_page(vma->vm_mm, vmaddr, tsize, 0); in flush_hugetlb_page()
|
H A D | tlb.c | 204 int tsize, int ind) in __local_flush_tlb_page() 211 _tlbil_va(vmaddr, pid, tsize, ind); in __local_flush_tlb_page() 232 unsigned int tsize; member 247 _tlbil_va(p->addr, p->pid, p->tsize, p->ind); in do_flush_tlb_page_ipi() 288 int tsize, int ind) in __flush_tlb_page() 311 _tlbivax_bcast(vmaddr, pid, tsize, ind); in __flush_tlb_page() 319 .tsize = tsize, in __flush_tlb_page() 327 _tlbil_va(vmaddr, pid, tsize, ind); in __flush_tlb_page() 408 int tsize in tlb_flush_pgtable() local 203 __local_flush_tlb_page(struct mm_struct *mm, unsigned long vmaddr, int tsize, int ind) __local_flush_tlb_page() argument 287 __flush_tlb_page(struct mm_struct *mm, unsigned long vmaddr, int tsize, int ind) __flush_tlb_page() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | mmu_decl.h | 53 unsigned int tsize, unsigned int ind) in _tlbil_va() 60 unsigned int tsize, unsigned int ind); 64 unsigned int tsize, unsigned int ind) in _tlbil_va() 72 unsigned int tsize, unsigned int ind); 75 unsigned int tsize, unsigned int ind) in _tlbivax_bcast() 52 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) _tlbil_va() argument 63 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) _tlbil_va() argument 74 _tlbivax_bcast(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) _tlbivax_bcast() argument
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | e500_hugetlbpage.c | 123 unsigned long psize, tsize, shift; in book3e_hugetlb_preload() local 135 tsize = shift - 10; in book3e_hugetlb_preload() 154 mas1 = MAS1_VALID | MAS1_TID(mm->context.id) | MAS1_TSIZE(tsize); in book3e_hugetlb_preload() 191 unsigned long tsize = huge_page_shift(hstate) - 10; in flush_hugetlb_page() local 193 __flush_tlb_page(vma->vm_mm, vmaddr, tsize, 0); in flush_hugetlb_page()
|
H A D | tlb.c | 170 int tsize, int ind) in __local_flush_tlb_page() 177 _tlbil_va(vmaddr, pid, tsize, ind); in __local_flush_tlb_page() 207 unsigned int tsize; member 222 _tlbil_va(p->addr, p->pid, p->tsize, p->ind); in do_flush_tlb_page_ipi() 263 int tsize, int ind) in __flush_tlb_page() 286 _tlbivax_bcast(vmaddr, pid, tsize, ind); in __flush_tlb_page() 294 .tsize = tsize, in __flush_tlb_page() 302 _tlbil_va(vmaddr, pid, tsize, ind); in __flush_tlb_page() 374 int tsize in tlb_flush_pgtable() local 169 __local_flush_tlb_page(struct mm_struct *mm, unsigned long vmaddr, int tsize, int ind) __local_flush_tlb_page() argument 262 __flush_tlb_page(struct mm_struct *mm, unsigned long vmaddr, int tsize, int ind) __flush_tlb_page() argument [all...] |
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 468 for (const auto& tsize : kTestSizes) { in DEF_TEST() 472 tsize.text_size, in DEF_TEST() 473 0, tsize.text_size, in DEF_TEST() 474 tsize.text_size, in DEF_TEST() 496 std::fabs(shape_bounds.left() - expected_l) < tsize.tolerance, in DEF_TEST() 497 "%f %f %f %f %d", shape_bounds.left(), expected_l, tsize.tolerance, in DEF_TEST() 498 tsize.text_size, talign.align); in DEF_TEST() 502 std::fabs(shape_bounds.right() - expected_r) < tsize.tolerance, in DEF_TEST() 503 "%f %f %f %f %d", shape_bounds.right(), expected_r, tsize.tolerance, in DEF_TEST() 504 tsize in DEF_TEST() [all...] |
/third_party/toybox/toys/pending/ |
H A D | tftpd.c | 104 socklen_t socklen, char *file, int opcode, int tsize, int blksize) in do_action() 130 if (blksize != TFTPD_BLKSIZE || tsize) { in do_action() 138 if (tsize) {// add "tsize\000tsize_val\000" in send buffer. in do_action() 143 strcpy(ptr, "tsize"); in do_action() 144 ptr += strlen("tsize") + 1; in do_action() 254 int fd = 0, recvmsg_len, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1, bflag = 0; in tftpd_main() local 313 } else if (!tsize && !strcasecmp(opt, "tsize")) tsize in tftpd_main() 103 do_action(struct sockaddr *srcaddr, struct sockaddr *dstaddr, socklen_t socklen, char *file, int opcode, int tsize, int blksize) do_action() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | fic.c | 278 int tsize; in fic_decode_frame() local 315 tsize = AV_RB24(src + 24); in fic_decode_frame() 316 if (tsize > avpkt->size - FIC_HEADER_SIZE) { in fic_decode_frame() 319 tsize, avpkt->size - FIC_HEADER_SIZE); in fic_decode_frame() 323 if (!tsize || !AV_RL16(src + 37) || !AV_RL16(src + 39)) in fic_decode_frame() 326 if (!skip_cursor && tsize < 32) { in fic_decode_frame() 358 sdata = src + tsize + FIC_HEADER_SIZE + 4 * nslices; in fic_decode_frame() 359 msize = avpkt->size - nslices * 4 - tsize - FIC_HEADER_SIZE; in fic_decode_frame() 376 unsigned slice_off = AV_RB32(src + tsize + FIC_HEADER_SIZE + slice * 4); in fic_decode_frame() 389 slice_size = AV_RB32(src + tsize in fic_decode_frame() [all...] |
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | mpi-pow.c | 37 mpi_size_t tsize = 0; /* to avoid compiler warning */ in mpi_powm() local 187 tsize = 2 * rsize; in mpi_powm() 189 mpi_alloc_limb_space(tsize); in mpi_powm() 192 } else if (tsize < (2 * rsize)) { in mpi_powm() 194 tsize = 2 * rsize; in mpi_powm() 196 mpi_alloc_limb_space(tsize); in mpi_powm()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | callthunks.c | 186 unsigned int tsize = SKL_TMPL_SIZE; in patch_dest() local 187 u8 *pad = dest - tsize; in patch_dest() 190 if (!bcmp(pad, skl_call_thunk_template, tsize)) in patch_dest() 194 if (bcmp(pad, nops, tsize)) { in patch_dest() 200 memcpy(pad, skl_call_thunk_template, tsize); in patch_dest() 202 text_poke_copy_locked(pad, skl_call_thunk_template, tsize, true); in patch_dest()
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpi-pow.c | 37 mpi_size_t tsize = 0; /* to avoid compiler warning */ in mpi_powm() local 187 tsize = 2 * rsize; in mpi_powm() 189 mpi_alloc_limb_space(tsize); in mpi_powm() 192 } else if (tsize < (2 * rsize)) { in mpi_powm() 194 tsize = 2 * rsize; in mpi_powm() 196 mpi_alloc_limb_space(tsize); in mpi_powm()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowCaching.js | 25 tsize = taTitleFont ? g.normalizedLength(g.splitFontString(taTitleFont).size) : 0; 33 tsize + taTitleGap; 53 titlePos.y = offsets.t - titleOffset + (titleRotation ? 0 : tsize); 75 var o = this.opt, ta = this.chart.theme.axis, position = o.position, leftBottom = position !== "rightOrTop", rotation = o.rotation % 360, start, stop, titlePos, titleRotation = 0, titleOffset, axisVector, tickVector, anchorOffset, labelOffset, labelAlign, labelGap = this.chart.theme.axis.tick.labelGap, taFont = o.font || (ta.majorTick && ta.majorTick.font) || (ta.tick && ta.tick.font), taTitleFont = o.titleFont || (ta.title && ta.title.font), taFontColor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || (ta.tick && ta.tick.fontColor) || "black", taTitleFontColor = o.titleFontColor || (ta.title && ta.title.fontColor) || "black", taTitleGap = (o.titleGap == 0) ? 0 : o.titleGap || (ta.title && ta.title.gap) || 15, taTitleOrientation = o.titleOrientation || (ta.title && ta.title.orientation) || "axis", taMajorTick = this.chart.theme.getTick("major", o), taMinorTick = this.chart.theme.getTick("minor", o), taMicroTick = this.chart.theme.getTick("micro", o), taStroke = "stroke" in o ? o.stroke : ta.stroke, size = taFont ? g.normalizedLength(g.splitFontString(taFont).size) : 0, cosr = Math.abs(Math.cos(rotation * Math.PI / 180)), sinr = Math.abs(Math.sin(rotation * Math.PI / 180)), tsize = taTitleFont ? g.normalizedLength(g.splitFontString(taTitleFont).size) : 0;
82 tsize + taTitleGap;
106 titlePos.y = offsets.t - titleOffset + (titleRotation ? 0 : tsize);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 40 int tsize, int ind); 46 int tsize, int ind);
|
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/ |
H A D | task_scheduler.cpp | 137 size_t tsize = tasks_.size(); in PostTask() local 138 if (tsize > maxTasksLimit) { in PostTask() 139 FI_HILOGE("The task queue is full, size:%{public}zu/%{public}d", tsize, maxTasksLimit); in PostTask()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 70 int tsize, int ind); 77 int tsize, int ind);
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_tasks.cpp | 150 auto tsize = tasks_.size(); in PostTask() local 151 if (tsize > maxTasksLimit) { in PostTask() 152 MMI_HILOGE("The task queue is full. size:%{public}zu, maxTasksLimit:%{public}d", tsize, maxTasksLimit); in PostTask()
|
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | ecoff.h | 40 int32_t tsize; /* text size in bytes, padded to DW bdry*/ member 65 N_TXTOFF(f, a) + (a).tsize;
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 29 __u64 tsize; member 66 #define a_text ah.tsize
|
/kernel/linux/linux-6.6/arch/mips/boot/ |
H A D | ecoff.h | 40 int32_t tsize; /* text size in bytes, padded to DW bdry*/ member 65 N_TXTOFF(f, a) + (a).tsize;
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 29 __u64 tsize; member 66 #define a_text ah.tsize
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/goya/ |
H A D | goya_packets.h | 130 __le32 tsize; member 137 __le32 tsize; member
|