Home
last modified time | relevance | path

Searched defs:z (Results 1 – 24 of 24) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Dcpuset.h78 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
83 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
233 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
238 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_sm3.c40 #define ff0(x, y, z) ((x) ^ (y) ^ (z)) argument
41 #define ff1(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) argument
43 #define gg0(x, y, z) ((x) ^ (y) ^ (z)) argument
44 #define gg1(x, y, z) (((x) & (y)) | ((~(x)) & (z))) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h58 #define __RETCAST_3(x, y, z) ( \ argument
72 #define __RETCAST_3(x, y, z) argument
116 #define __tg_real_remquo(x, y, z) (__RETCAST_2(x, y)( \ argument
121 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ argument
233 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) argument
256 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Decdh.h96 mbedtls_mpi z; /*!< The shared secret. */ member
117 mbedtls_mpi z; /*!< The shared secret. */ member
/device/soc/rockchip/rk3588/kernel/scripts/
Dresource_tool.c101 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument
128 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
155 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument
182 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() argument
367 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process() argument
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c100 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in sha1_process() argument
127 #define F(x, y, z) ((x) ^ (y) ^ (z)) in sha1_process() argument
154 #define F(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in sha1_process() argument
181 #define F(x, y, z) ((x) ^ (y) ^ (z)) in sha1_process() argument
357 #define F0(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in sha256_process() argument
358 #define F1(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in sha256_process() argument
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_math_adapt.h47 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) argument
48 #define hi_min3(x, y, z) ((x) < (y) ? hi_min2(x, z) : hi_min2(y, z)) argument
49 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_math_adapt.h47 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) argument
48 #define hi_min3(x, y, z) ((x) < (y) ? hi_min2(x, z) : hi_min2(y, z)) argument
49 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_math_adapt.h50 #define hi_max3(x, y, z) ((x) > (y) ? hi_max2(x, z) : hi_max2(y, z)) argument
51 #define hi_min3(x, y, z) ((x) < (y) ? hi_min2(x, z) : hi_min2(y, z)) argument
52 #define median(x, y, z) (((x) + (y) + (z) - hi_max3(x, y, z)) - hi_min3(x, y, z)) argument
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_math.h48 #define MAX3(x, y, z) ((x) > (y) ? MAX2(x, z) : MAX2(y, z)) argument
49 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) argument
50 #define MEDIAN(x, y, z) (((x) + (y) + (z) - MAX3(x, y, z)) - MIN3(x, y, z)) argument
Dhi_common.h73 #define __MK_VERSION(x, y, z, p, b) #x "." #y "." #z "." #p " B0" #b argument
74 #define MK_VERSION(x, y, z, p, b) __MK_VERSION(x, y, z, p, b) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dhi_math.h49 #define MAX3(x, y, z) ((x) > (y) ? MAX2(x, z) : MAX2(y, z)) argument
50 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) argument
51 #define MEDIAN(x, y, z) (((x) + (y) + (z) - MAX3(x, y, z)) - MIN3(x, y, z)) argument
Dhi_common.h76 #define __MK_VERSION(x, y, z, p, b) #x "." #y "." #z "." #p " B0" #b argument
77 #define MK_VERSION(x, y, z, p, b) __MK_VERSION(x, y, z, p, b) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_math.h46 #define MAX3(x, y, z) ((x) > (y) ? MAX2(x, z) : MAX2(y, z)) argument
47 #define MIN3(x, y, z) ((x) < (y) ? MIN2(x, z) : MIN2(y, z)) argument
48 #define MEDIAN(x, y, z) (((x) + (y) + (z) - MAX3(x, y, z)) - MIN3(x, y, z)) argument
Dhi_common.h73 #define __MK_VERSION(x, y, z, p, b) #x "." #y "." #z "." #p " B0" #b argument
74 #define MK_VERSION(x, y, z, p, b) __MK_VERSION(x, y, z, p, b) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_locks.h92 #define _mali_osk_locks_debug_init(x, y, z) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_locks.h90 #define _mali_osk_locks_debug_init(x, y, z) do {} while (0) argument
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
Dprintf.c597 const double z = expval * z_eff1 - exp2 * z_eff2; in _etoa() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
Ddrv_mmz_userdev.c1269 hil_mmz_t *z = NULL; in mmz_userdev_release() local
/device/soc/rockchip/common/sdk_linux/kernel/power/
Dsnapshot.c1293 static inline void *saveable_highmem_page(struct zone *z, unsigned long p) in saveable_highmem_page()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
Dsample_ive_kcf.c527 HI_U32 z = 0; in IVE_Rpn() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/
Dsample_svp_nnie_software.c517 HI_U32 z = 0; in SVP_NNIE_Rpn() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Dregs_v3x.h1554 #define ISP3X_SW_CMSK_YUV(x, y, z) (((x) & 0xff) | ((y) & 0xff) << 8 | ((z) & 0xff) << 16) argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Dregs_v3x.h1554 #define ISP3X_SW_CMSK_YUV(x, y, z) (((x)&0xff) | ((y)&0xff) << 8 | ((z)&0xff) << 16) argument