Home
last modified time | relevance | path

Searched defs:I (Results 1 – 11 of 11) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h77 #define I(fmt, args...) \ macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dcomplex.h14 #define I _Complex_I macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h66 #define I(fmt, args...) … macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h47 #define I(fmt, args...) … macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h77 #define I(fmt, args...) \ macro
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h66 #define I(fmt, args...) … macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h60 #define I(fmt, args...) \ macro
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/
Dmpu_armv8.h65 #define ARM_MPU_ATTR(O, I) ((((O) & 0xFU) << 4U) | ((((O) & 0xFU) != 0U) ? ((I) & 0xFU) : (((I) & 0… argument
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dcore_ca.h200 uint32_t I:1; /*!< \brief bit: 7 IRQ mask bit */ member
290 uint32_t I:1; /*!< \brief bit: 12 Instruction cache enable */ member
636 uint32_t I:1; /*!< \brief bit: 7 IRQ pending bit */ member
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ca/
Dcore_ca.h277 uint32_t I:1; /*!< \brief bit: 7 IRQ mask bit */ member
367 uint32_t I:1; /*!< \brief bit: 12 Instruction cache enable */ member
713 uint32_t I:1; /*!< \brief bit: 7 IRQ pending bit */ member
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcalibration.cpp343 const double I[] = { 1, 0, 0, 0, 1, 0, 0, 0, 1 }; in cvRodrigues2() local