| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | cpuset.h | 78 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/ |
| D | ext_sm3.c | 40 #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/ |
| D | tgmath.h | 58 #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/ |
| D | ecdh.h | 96 mbedtls_mpi z; /*!< The shared secret. */ member 117 mbedtls_mpi z; /*!< The shared secret. */ member
|
| /device/soc/rockchip/rk3588/kernel/scripts/ |
| D | resource_tool.c | 101 #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/ |
| D | resource_tool.c | 100 #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/ |
| D | hi_math_adapt.h | 47 #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/ |
| D | hi_math_adapt.h | 47 #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/ |
| D | hi_math_adapt.h | 50 #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/ |
| D | hi_math.h | 48 #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
|
| D | hi_common.h | 73 #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/ |
| D | hi_math.h | 49 #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
|
| D | hi_common.h | 76 #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/ |
| D | hi_math.h | 46 #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
|
| D | hi_common.h | 73 #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/ |
| D | mali_osk_locks.h | 92 #define _mali_osk_locks_debug_init(x, y, z) … argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_locks.h | 90 #define _mali_osk_locks_debug_init(x, y, z) do {} while (0) argument
|
| /device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
| D | printf.c | 597 const double z = expval * z_eff1 - exp2 * z_eff2; in _etoa() local
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| D | drv_mmz_userdev.c | 1269 hil_mmz_t *z = NULL; in mmz_userdev_release() local
|
| /device/soc/rockchip/common/sdk_linux/kernel/power/ |
| D | snapshot.c | 1293 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/ |
| D | sample_ive_kcf.c | 527 HI_U32 z = 0; in IVE_Rpn() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/ |
| D | sample_svp_nnie_software.c | 517 HI_U32 z = 0; in SVP_NNIE_Rpn() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| D | regs_v3x.h | 1554 #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/ |
| D | regs_v3x.h | 1554 #define ISP3X_SW_CMSK_YUV(x, y, z) (((x)&0xff) | ((y)&0xff) << 8 | ((z)&0xff) << 16) argument
|