/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 380 # with other, exactly the same 640-byte fragment of another rodata section
|
H A D | sha512-avx-asm.S | 378 # with other, exactly the same 640-byte fragment of another rodata section
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbrdsp.asm | 114 .loop1: ; element 0 and 1 can be computed at the same time
|
H A D | celt_pvq_search.asm | 129 VPBROADCASTD m2, xm2 ; m2=i (all lanes get same values, we add the offset-per-lane, later)
|
/third_party/musl/ |
H A D | configure | 27 --host=HOST same as --target
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 125 /* flows sharing the same reformat object - currently mpls decap */ 137 struct list_head hairpin; /* flows sharing the same hairpin */ 343 /* flows sharing the same hairpin */ 2749 if (*curr_pmask & mask) /* disallow acting twice on the same location */ in set_pedit_val() 2774 /* masked values are the same and there are no rewrites that do not have a 2790 bool same = false; in cmp_val_mask() local 2794 same = SAME_VAL_MASK(u8, valp, maskp, matchvalp, matchmaskp); in cmp_val_mask() 2797 same = SAME_VAL_MASK(u16, valp, maskp, matchvalp, matchmaskp); in cmp_val_mask() 2800 same = SAME_VAL_MASK(u32, valp, maskp, matchvalp, matchmaskp); in cmp_val_mask() 2804 return same; in cmp_val_mask() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 588 /* flows sharing the same hairpin */ 3089 /* masked values are the same and there are no rewrites that do not have a 3105 bool same = false; in cmp_val_mask() local 3109 same = SAME_VAL_MASK(u8, valp, maskp, matchvalp, matchmaskp); in cmp_val_mask() 3112 same = SAME_VAL_MASK(u16, valp, maskp, matchvalp, matchmaskp); in cmp_val_mask() 3115 same = SAME_VAL_MASK(u32, valp, maskp, matchvalp, matchmaskp); in cmp_val_mask() 3119 return same; in cmp_val_mask() 3231 "can't set and add to the same HW field"); in offload_pedit_fields() 3233 "mlx5: can't set and add to the same HW field (%x)\n", in offload_pedit_fields() 3246 /* don't rewrite if we have a match on the same valu in offload_pedit_fields() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 199 tst.b NDIVIDEND(%a6) # remainder has same sign 221 # if the register numbers are the same, only the quotient gets saved. 299 swap %d5 # same as r*b if previous step rqd
|
H A D | pfpsp.S | 2610 # OVFL : same as OPERR 2611 # UNFL : same as OPERR 2612 # DZ : same as OPERR 2613 # INEX2 : same as OPERR 6792 # unf_res4(): same as above but for fsglmul/fsgldiv which use # 6948 # ovf_res2(): same as above but the rnd mode/prec are passed # 9652 # For denorms, force the j-bit to a one and do the same as for # 9655 # For zeroes/infs/NANs, return the same while setting the FPSR # 9758 # For denorms, force the j-bit to a one and do the same as for # 9761 # For zeroes/infs/NANs, return the same whil [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | setox.S | 5 | setoxd does the same except the input value is a denormalized 30 | second one is measured when the function is reinvoked at the same 335 | file, README, in this same directory.
|
H A D | bindec.S | 135 | file, README, in this same directory.
|
H A D | tbldo.S | 21 | file, README, in this same directory.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 489 s_barrier //LDS is used? wait for other waves in the same TG 910 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | setox.S | 5 | setoxd does the same except the input value is a denormalized 30 | second one is measured when the function is reinvoked at the same 335 | file, README, in this same directory.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 199 tst.b NDIVIDEND(%a6) # remainder has same sign 221 # if the register numbers are the same, only the quotient gets saved. 299 swap %d5 # same as r*b if previous step rqd
|
H A D | pfpsp.S | 2610 # OVFL : same as OPERR 2611 # UNFL : same as OPERR 2612 # DZ : same as OPERR 2613 # INEX2 : same as OPERR 6792 # unf_res4(): same as above but for fsglmul/fsgldiv which use # 6948 # ovf_res2(): same as above but the rnd mode/prec are passed # 9652 # For denorms, force the j-bit to a one and do the same as for # 9655 # For zeroes/infs/NANs, return the same while setting the FPSR # 9758 # For denorms, force the j-bit to a one and do the same as for # 9761 # For zeroes/infs/NANs, return the same whil [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 528 s_barrier //LDS is used? wait for other waves in the same TG 915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 552 ; will be the same (i.e. YUYV+AVX), and thus we don't need to 608 ; will be the same (i.e. UYVY+AVX), and thus we don't need to
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 193 The remote table-info format has the same basic purpose as the regular 299 directives with the same \Var{when} value, if a particular instruction
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 110 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7 113 ; bN[i]: perform the same operation on all unsigned 8-bit values,
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-scsi.c | 424 /* Send userspace a few ATA registers (same as drivers/ide) */ in ata_cmd_ioctl() 3142 * NOTE: this is the same format as ADD LBA(S) TO NV CACHE PINNED SET 3391 u16 same; in ata_scsi_report_zones_complete() local 3396 same = get_unaligned_le16(&hdr[4]); in ata_scsi_report_zones_complete() 3400 hdr[4] = same & 0xf; in ata_scsi_report_zones_complete()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-scsi.c | 449 /* Send userspace a few ATA registers (same as drivers/ide) */ in ata_cmd_ioctl() 3156 * NOTE: this is the same format as ADD LBA(S) TO NV CACHE PINNED SET 3428 u16 same; in ata_scsi_report_zones_complete() local 3433 same = get_unaligned_le16(&hdr[4]); in ata_scsi_report_zones_complete() 3437 hdr[4] = same & 0xf; in ata_scsi_report_zones_complete()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 2687 BOOL same; in ntfs_fuse_rename() local 2718 /* silently ignore a rename to same inode */ in ntfs_fuse_rename() 2726 same = ni->mft_no == inum; in ntfs_fuse_rename() 2730 if (!same) in ntfs_fuse_rename() 4524 /* same ownership/permissions for all files */ in main()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 86 @ writing the same output into both out1 and out2. 1589 @ by the same registers h, g, f, e, d, c, b, a mirrored. 1666 @ This is mostly the same as 2x32_pass1, but without the transpose,
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | checksum_32.S | 278 andcc %o3, %o0, %g0 ! Check %o0 only (%o1 has the same last 2 bits)
|