Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 85) sorted by relevance

1234

/device/soc/esp/esp32/components/cxx/
Dcxx_guards.cpp74 static void wait_for_guard_obj(guard_t* g) in wait_for_guard_obj()
122 guard_t* g = reinterpret_cast<guard_t*>(pg); in __cxa_guard_acquire() local
177 guard_t* g = reinterpret_cast<guard_t*>(pg); in __cxa_guard_release() local
197 guard_t* g = reinterpret_cast<guard_t*>(pg); in __cxa_guard_abort() local
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_display_pattern.c25 #define MAKE_YUV_601_Y(r, g, b) \ argument
27 #define MAKE_YUV_601_U(r, g, b) \ argument
29 #define MAKE_YUV_601_V(r, g, b) \ argument
32 #define MAKE_YUV_601(r, g, b) \ argument
37 #define MAKE_RGBA(rgb, r, g, b, a) \ argument
43 #define MAKE_RGB24(rgb, r, g, b) { .value = MAKE_RGBA(rgb, r, g, b, 0) } argument
78 #define MAKE_RGB24(rgb, r, g, b) \ argument
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/sw_demux/dvbcsa2/
Ddvbcsa_bs_block.c38 int i, j, g; in dvbcsa_bs_block_decrypt_register() local
114 unsigned int g; in dvbcsa_bs_block_decrypt_batch() local
135 int i, j, g; in dvbcsa_bs_block_encrypt_register() local
208 unsigned int g; in dvbcsa_bs_block_encrypt_batch() local
/device/soc/rockchip/common/sdk_linux/kernel/power/
Dprocess.c37 struct task_struct *g, *p; in try_to_freeze_tasks() local
210 struct task_struct *g, *p; in thaw_processes() local
250 struct task_struct *g, *p; in thaw_kernel_threads() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_math_adapt.h145 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument
175 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc()
196 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full()
222 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit()
243 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dhi_math.h148 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument
179 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc()
200 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full()
226 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT()
247 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_math.h145 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument
176 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc()
197 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full()
223 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT()
244 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_math_adapt.h142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument
172 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc()
193 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full()
219 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit()
240 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_math_adapt.h142 #define rgb(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument
172 __inline static hi_void rgb2_yc(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 *pcr) in rgb2_yc()
193 __inline static hi_void rgb2_yc_full(hi_u16 r, hi_u16 g, hi_u16 b, hi_u16 *py, hi_u16 *pcb, hi_u16 … in rgb2_yc_full()
219 __inline static hi_void rgb2_yc_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 *pcr) in rgb2_yc_8_bit()
240 __inline static hi_void rgb2_yc_full_8_bit(hi_u8 r, hi_u8 g, hi_u8 b, hi_u8 *py, hi_u8 *pcb, hi_u8 … in rgb2_yc_full_8_bit()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_math.h147 #define RGB(r, g, b) ((((r) & 0xff) << 16) | (((g) & 0xff) << 8) | ((b) & 0xff)) argument
178 __inline static HI_VOID Rgb2Yc(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *pcr) in Rgb2Yc()
199 __inline static HI_VOID Rgb2Yc_full(HI_U16 r, HI_U16 g, HI_U16 b, HI_U16 *py, HI_U16 *pcb, HI_U16 *… in Rgb2Yc_full()
225 __inline static HI_VOID Rgb2Yc_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *pcr) in Rgb2Yc_8BIT()
246 __inline static HI_VOID Rgb2Yc_full_8BIT(HI_U8 r, HI_U8 g, HI_U8 b, HI_U8 *py, HI_U8 *pcb, HI_U8 *p… in Rgb2Yc_full_8BIT()
Dosal_mmz.h116 #define mmz_align2low(x, g) (((x) / (g)) * (g)) argument
117 #define mmz_align2(x, g) ((((x) + (g) - 1) / (g)) * (g)) argument
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
Dgadget.h520 static inline size_t usb_ep_align_maybe(struct usb_gadget *g, struct usb_ep *ep, size_t len) in usb_ep_align_maybe()
530 static inline int gadget_is_altset_supported(struct usb_gadget *g) in gadget_is_altset_supported()
539 static inline int gadget_is_stall_supported(struct usb_gadget *g) in gadget_is_stall_supported()
548 static inline int gadget_is_zlp_supported(struct usb_gadget *g) in gadget_is_zlp_supported()
558 static inline int gadget_avoids_skb_reserve(struct usb_gadget *g) in gadget_avoids_skb_reserve()
567 static inline int gadget_is_dualspeed(struct usb_gadget *g) in gadget_is_dualspeed()
576 static inline int gadget_is_superspeed(struct usb_gadget *g) in gadget_is_superspeed()
586 static inline int gadget_is_superspeed_plus(struct usb_gadget *g) in gadget_is_superspeed_plus()
598 static inline int gadget_is_otg(struct usb_gadget *g) in gadget_is_otg()
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
Dgadget.h532 usb_ep_align_maybe(struct usb_gadget *g, struct usb_ep *ep, size_t len) in usb_ep_align_maybe()
542 static inline int gadget_is_altset_supported(struct usb_gadget *g) in gadget_is_altset_supported()
551 static inline int gadget_is_stall_supported(struct usb_gadget *g) in gadget_is_stall_supported()
560 static inline int gadget_is_zlp_supported(struct usb_gadget *g) in gadget_is_zlp_supported()
570 static inline int gadget_avoids_skb_reserve(struct usb_gadget *g) in gadget_avoids_skb_reserve()
579 static inline int gadget_is_dualspeed(struct usb_gadget *g) in gadget_is_dualspeed()
588 static inline int gadget_is_superspeed(struct usb_gadget *g) in gadget_is_superspeed()
598 static inline int gadget_is_superspeed_plus(struct usb_gadget *g) in gadget_is_superspeed_plus()
610 static inline int gadget_is_otg(struct usb_gadget *g) in gadget_is_otg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
Dloadbmp.c33 static HI_U16 OSD_MAKECOLOR_U16(HI_U8 r, HI_U8 g, HI_U8 b, OSD_COMP_INFO compinfo) in OSD_MAKECOLOR_U16()
230 HI_U8 r, g, b; in LoadBMPEx() local
386 HI_U8 r, g, b; in LoadBMPCanvas() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dasn1write.h35 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/compatibility/
Dbn_mul.h51 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
56 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) … argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/lcd/
Dwtl096601g03.c119 u32 g = 0, value = 0; in lcd_cfg_panel_info() local
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/
Ddls.h618 double g = std::sqrt(h); in orthes() local
668 double g = 0.0; in orthes() local
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/
Dsha256.c180 unsigned int a, b, c, d, e, f, g, h; in compress() local
/device/board/isoftstone/yangfan/kernel/src/driv/media/ispp/
Dparams.h22 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) \ argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
Dparams.h22 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) \ argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
Dparams.h20 #define ISPP_PACK_4BIT(a, b, c, d, e, f, g, h) … argument
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/include/tinycrypt/
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/misc/sunxi-addr/
Dsha256.c52 uint32_t a, b, c, d, e, f, g, h, i, j, t1, t2, m[64]; in sha256_transform() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/
Dsha256-internal.c107 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument

1234