Home
last modified time | relevance | path

Searched full:identical (Results 1 – 25 of 1424) sorted by relevance

12345678910>>...57

/kernel/linux/linux-5.10/lib/mpi/
Dmpi-mul.c56 /* W and U are identical. Allocate temporary space for U. */ in mpi_mul()
58 /* Is V identical too? Keep it identical with U. */ in mpi_mul()
64 /* W and V are identical. Allocate temporary space for V. */ in mpi_mul()
Dmpi-pow.c106 * parameters are identical to RES, defer deallocation of the old in mpi_powm()
120 /* RES and BASE are identical. Allocate temp. space for BASE. */ in mpi_powm()
128 /* RES and EXP are identical. Allocate temp. space for EXP. */ in mpi_powm()
135 /* RES and MOD are identical. Allocate temporary space for MOD. */ in mpi_powm()
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Dmman.h77 * have identical data on them. This can be in sparc_validate_prot()
78 * because ADI enabled pages with identical in sparc_validate_prot()
79 * data may still not have identical ADI in sparc_validate_prot()
/kernel/linux/linux-4.19/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci1 /// Detect BQ27XXX_DATA structures with identical registers, dm registers or
87 "WARNING %s and %s (line %d) are identical\n"
123 "WARNING %s and %s (line %d) are identical\n"
159 "WARNING %s and %s (line %d) are identical\n"
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dmman.h83 * have identical data on them. This can be in arch_validate_flags()
84 * because ADI enabled pages with identical in arch_validate_flags()
85 * data may still not have identical ADI in arch_validate_flags()
/kernel/linux/linux-5.10/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci2 /// Detect BQ27XXX_DATA structures with identical registers, dm registers or
88 "WARNING %s and %s (line %d) are identical\n"
124 "WARNING %s and %s (line %d) are identical\n"
160 "WARNING %s and %s (line %d) are identical\n"
/kernel/linux/linux-4.19/drivers/gpu/drm/udl/
Dudl_transfer.c36 * Trims identical data from front and back of line
38 * And returns byte count of identical pixels
49 int identical = width;
67 identical = start + (width - end);
71 return identical * sizeof(unsigned long);
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
Dudl_transfer.c29 * Trims identical data from front and back of line
31 * And returns byte count of identical pixels
42 int identical = width;
60 identical = start + (width - end);
64 return identical * sizeof(unsigned long);
/kernel/linux/linux-5.10/sound/pci/ice1712/
Dvt1720_mobo.c89 /* identical with k8x800 */
98 /* identical with k8x800 */
107 /* identical with k8x800 */
/kernel/linux/linux-5.10/include/crypto/
Dxts.h21 /* ensure that the AES and tweak key are not identical */ in xts_check_key()
38 /* ensure that the AES and tweak key are not identical */ in xts_verify_key()
/kernel/linux/linux-4.19/sound/pci/ice1712/
Dvt1720_mobo.c103 /* identical with k8x800 */
112 /* identical with k8x800 */
121 /* identical with k8x800 */
/kernel/linux/linux-4.19/include/crypto/
Dxts.h27 /* ensure that the AES and tweak key are not identical */ in xts_check_key()
49 /* ensure that the AES and tweak key are not identical */ in xts_verify_key()
/kernel/linux/linux-5.10/net/atm/
Daddr.c28 static int identical(const struct sockaddr_atmsvc *a, const struct sockaddr_atmsvc *b) in identical() function
85 if (identical(&this->addr, addr)) { in atm_add_addr()
120 if (identical(&this->addr, addr)) { in atm_del_addr()
/kernel/linux/linux-4.19/net/atm/
Daddr.c28 static int identical(const struct sockaddr_atmsvc *a, const struct sockaddr_atmsvc *b) in identical() function
85 if (identical(&this->addr, addr)) { in atm_add_addr()
120 if (identical(&this->addr, addr)) { in atm_del_addr()
/kernel/linux/linux-5.10/fs/cifs/
Dfs_context.c76 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
84 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
88 vol->ops = &smb30_operations; /* currently identical with 3.0 */ in cifs_parse_smb_version()
/kernel/linux/linux-4.19/lib/mpi/
Dmpi-pow.c119 * parameters are identical to RES, defer deallocation of the old in mpi_powm()
133 /* RES and BASE are identical. Allocate temp. space for BASE. */ in mpi_powm()
141 /* RES and EXP are identical. Allocate temp. space for EXP. */ in mpi_powm()
148 /* RES and MOD are identical. Allocate temporary space for MOD. */ in mpi_powm()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dcolorspaces-details.rst82 [-0.5…0.5]. This conversion to Y'CbCr is identical to the one defined in
254 These chromaticities are identical to the Rec. 709 colorspace.
289 [-0.5…0.5]. This transform is identical to one defined in SMPTE
361 [-0.5…0.5]. This transform is identical to one defined in SMPTE
560 These chromaticities are identical to the SMPTE 170M colorspace.
668 identical to one defined in SMPTE 170M/BT.601.
741 identical to one defined in SMPTE 170M/BT.601.
751 reference are identical to sRGB. The transfer function use is
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dcolorspaces-details.rst82 [-0.5…0.5]. This conversion to Y'CbCr is identical to the one defined in
254 These chromaticities are identical to the Rec. 709 colorspace.
289 [-0.5…0.5]. This transform is identical to one defined in SMPTE
361 [-0.5…0.5]. This transform is identical to one defined in SMPTE
560 These chromaticities are identical to the SMPTE 170M colorspace.
668 identical to one defined in SMPTE 170M/BT.601.
741 identical to one defined in SMPTE 170M/BT.601.
751 reference are identical to sRGB. The transfer function use is
/kernel/linux/linux-4.19/tools/include/uapi/asm-generic/
Dmman-common.h56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
57 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/kernel/linux/linux-4.19/include/uapi/asm-generic/
Dmman-common.h56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
57 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/kernel/linux/linux-5.10/drivers/acpi/
Dpptt.c445 /* Locate the last node in the tree with IDENTICAL set */ in flag_identical()
465 /* special case the identical flag to find last identical */ in acpi_find_processor_tag()
746 * The returned tag can be used to group peers with identical implementation.
748 * The search terminates when a level is found with the identical implementation
752 * where two cores in a heterogeneous machine may be identical, but won't have
756 * Otherwise returns a value which represents a group of identical cores
/kernel/linux/linux-4.19/arch/alpha/include/uapi/asm/
Dmman.h60 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
61 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dmman-common.h59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Dmman.h55 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */
56 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dmman-common.h59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */

12345678910>>...57