Home
last modified time | relevance | path

Searched defs:SIGN (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/md_lib/
H A Dmotion_detect.h17 #define SIGN(a) (((a) > 0) ? (1) : (-(1))) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/tnr_md/
H A Dmotion_detect.h17 #define SIGN(a) (((a) > 0) ? (1) : (-(1))) macro
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dstdio.c36 #define SIGN 2 /* unsigned/signed long */ macro
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dprintf.c28 #define SIGN 2 /* unsigned/signed long */ macro
/OK3568_Linux_fs/kernel/arch/hexagon/lib/
H A Dchecksum.c21 #define SIGN(x, y) ((0x8000ULL*x)<<y) macro
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstdio.c72 #define SIGN 2 /* unsigned/signed long */ macro
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_base.cpp44 #define SIGN(a) ((a) < (0) ? (-1) : (1)) macro
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_rc.cpp45 #define SIGN(a) ((a) < (0) ? (-1) : (1)) macro
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dvsprintf.c144 #define SIGN 2 /* unsigned/signed long */ macro
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dcytherm.c114 #define SIGN 0x34 /* RAM location for temperature sign */ macro
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c140 #define SIGN 2 /* unsigned/signed long */ macro
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dcommon.h186 #define SIGN (1 << 5) /* Setup Transaction Error Interrupt Status */ macro
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dr8a66597.h336 #define SIGN 0x0020 /* b5: Setup ignore interrupt */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dr8a66597.h287 #define SIGN 0x0020 /* b5: Setup ignore interrupt */ macro
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov772x.c212 #define SIGN 0xAB /* Sign bit for Hue and contrast */ macro
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c1601 #define COND_JMP(SIGN, OPCODE, CMP_OP) \ in ___bpf_prog_run() argument
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c406 #define SIGN 1 /* unsigned/signed, must be 1 */ macro