| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | regset.h | 99 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 105 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 111 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
| H A D | bitmap.h | 910 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument 921 #define EXECUTE_IF_AND_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument 932 #define EXECUTE_IF_AND_COMPL_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument
|
| H A D | ira-int.h | 651 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 664 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 676 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 690 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 694 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 698 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 778 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | regset.h | 99 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \ argument 105 #define EXECUTE_IF_AND_COMPL_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument 111 #define EXECUTE_IF_AND_IN_REG_SET(REGSET1, REGSET2, MIN, REGNUM, RSI) \ argument
|
| H A D | bitmap.h | 910 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument 921 #define EXECUTE_IF_AND_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument 932 #define EXECUTE_IF_AND_COMPL_IN_BITMAP(BITMAP1, BITMAP2, MIN, BITNUM, ITER) \ argument
|
| H A D | ira-int.h | 651 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 664 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 676 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) __extension__ \ argument 690 #define SET_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 694 #define CLEAR_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 698 #define TEST_MINMAX_SET_BIT(R, I, MIN, MAX) \ argument 778 #define FOR_EACH_BIT_IN_MINMAX_SET(VEC, MIN, MAX, N, ITER) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_mmu_info.h | 9 #define MIN(X, Y) ((X)<(Y)?(X):(Y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_mmu_info.h | 9 #define MIN(X, Y) ((X)<(Y)?(X):(Y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_malisw.h | 39 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/ |
| H A D | security_utils_hex.c | 20 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | util.h | 25 #define MIN(a, b) \ macro 31 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | util.h | 25 #define MIN(a, b) \ macro 31 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | util.h | 25 #define MIN(a, b) \ macro 31 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | util.h | 25 #define MIN(a, b) \ macro 31 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /OK3568_Linux_fs/kernel/fs/unicode/ |
| H A D | utf8n.h | 19 #define UNICODE_AGE(MAJ, MIN, REV) \ argument
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/ |
| H A D | teec_trace.c | 39 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | touch_test.c | 14 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_malisw.h | 50 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | param.h | 102 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | param.h | 102 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | preemptirq_delay_test.c | 34 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | mconsole_user.c | 74 #define MIN(a,b) ((a)<(b) ? (a):(b)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | util.h | 38 #define MIN(a, b) \ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | util.h | 38 #define MIN(a, b) \ macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/ |
| H A D | rk_aiq_adebayer_algo_v2.cpp | 5 #define MIN(a,b) ((a) <= (b) ? (a):(b)) macro
|