Replace __kernel, __constant, __global and __local qualifiers with macro for better control

This commit is contained in:
jsteube
2019-03-22 22:27:58 +01:00
parent 340d2ae7d3
commit adeeaee84a
825 changed files with 7926 additions and 7871 deletions
+6 -6
View File
@@ -366,7 +366,7 @@ DECLSPEC void gen336 (u32x *digest_pre, u32 *salt_buf, u32x *digest)
md5_transform_vector (w0_t, w1_t, w2_t, w3_t, digest);
}
__kernel void m09720_m04 (KERN_ATTR_ESALT (oldoffice01_t))
KERNEL_FQ void m09720_m04 (KERN_ATTR_ESALT (oldoffice01_t))
{
/**
* modifier
@@ -514,15 +514,15 @@ __kernel void m09720_m04 (KERN_ATTR_ESALT (oldoffice01_t))
}
}
__kernel void m09720_m08 (KERN_ATTR_ESALT (oldoffice01_t))
KERNEL_FQ void m09720_m08 (KERN_ATTR_ESALT (oldoffice01_t))
{
}
__kernel void m09720_m16 (KERN_ATTR_ESALT (oldoffice01_t))
KERNEL_FQ void m09720_m16 (KERN_ATTR_ESALT (oldoffice01_t))
{
}
__kernel void m09720_s04 (KERN_ATTR_ESALT (oldoffice01_t))
KERNEL_FQ void m09720_s04 (KERN_ATTR_ESALT (oldoffice01_t))
{
/**
* modifier
@@ -682,10 +682,10 @@ __kernel void m09720_s04 (KERN_ATTR_ESALT (oldoffice01_t))
}
}
__kernel void m09720_s08 (KERN_ATTR_ESALT (oldoffice01_t))
KERNEL_FQ void m09720_s08 (KERN_ATTR_ESALT (oldoffice01_t))
{
}
__kernel void m09720_s16 (KERN_ATTR_ESALT (oldoffice01_t))
KERNEL_FQ void m09720_s16 (KERN_ATTR_ESALT (oldoffice01_t))
{
}