| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | stat.h | 129 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) argument 131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) argument 132 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) argument 133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) argument 134 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG) argument 136 # define S_ISFIFO(mode) __S_ISTYPE((mode), __S_IFIFO) argument 139 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) argument 143 # define S_ISLNK(mode) 0 argument 148 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) argument
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zutil.h | 195 # define F_OPEN(name, mode) \ argument 216 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 236 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 241 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 258 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
| H A D | mdrvgpd.c | 127 MS_S32 mdrv_gpd_decode(gpd_pic_info *pic_info, MS_U32 Ocolor, MS_U32 mode, gpd_roi_info *roi) in mdrv_gpd_decode() 228 void mdrv_gpd_scaling_init(MS_U32 enable, MS_U32 mode) in mdrv_gpd_scaling_init()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/ |
| H A D | spr_defs.h | 777 #define __l_amacr_lo__(m, lo, mode, bits) \ argument 833 #define L_AMACR_LO(m, mode, bits) \ argument 885 #define L_AMAC_p_LO(m, a1,b1, mode, bits) \ argument 890 #define L_AMACQ_p_LO(m, a1, q, mode, bits) \ argument 895 #define L_AMAC_pp_LO(m, a1,b1, a2,b2, mode, bits) \ argument 901 #define L_AMACU_pp_LO(m, a1,b1, a2,b2, mode, bits) \ argument 907 #define L_AMAC_pq_LO(m, a1,b1, a2,q2, mode, bits) \ argument 913 #define L_AMAC_pm_LO(m, a1,b1, a2,b2, mode, bits) \ argument 919 #define L_AMAC_ppp_LO(m, a1,b1, a2,b2, a3,b3, mode, bits) \ argument 926 #define L_AMAC_ppm_LO(m, a1,b1, a2,b2, a3,b3, mode, bits) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/ |
| H A D | xt_policy.h | 25 mode:1, member 49 u_int8_t mode; member
|
| H A D | xt_hashlimit.h | 21 u_int32_t mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member 45 u_int32_t mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
|
| H A D | xt_CONNSECMARK.h | 10 u_int8_t mode; member
|
| H A D | xt_SECMARK.h | 20 u_int8_t mode; member
|
| H A D | xt_MARK.h | 18 u_int8_t mode; member
|
| H A D | xt_statistic.h | 17 u_int16_t mode; member
|
| /utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/ |
| H A D | apiHDMITx_Wrap.c | 204 void DLL_PUBLIC MApi_HDMITx_SetHDMITxMode(HDMITX_OUTPUT_MODE mode) in MApi_HDMITx_SetHDMITxMode() 214 void DLL_PUBLIC MApi_HDMITx_SetHDMITxMode_CD(HDMITX_OUTPUT_MODE mode, HDMITX_VIDEO_COLORDEPTH_VAL v… in MApi_HDMITx_SetHDMITxMode_CD() 434 void DLL_PUBLIC MApi_HDMITx_SetVideoOutputTiming(HDMITX_VIDEO_TIMING mode) in MApi_HDMITx_SetVideoOutputTiming()
|
| H A D | apiHDMITx.c | 387 void MApi_HDMITx_SetHDMITxMode_U2(void* pInstance, HDMITX_OUTPUT_MODE mode) in MApi_HDMITx_SetHDMITxMode_U2() 428 void MApi_HDMITx_SetHDMITxMode(HDMITX_OUTPUT_MODE mode) in MApi_HDMITx_SetHDMITxMode() 461 void MApi_HDMITx_SetHDMITxMode_CD_U2(void* pInstance, HDMITX_OUTPUT_MODE mode, HDMITX_VIDEO_COLORDE… in MApi_HDMITx_SetHDMITxMode_CD_U2() 554 void MApi_HDMITx_SetHDMITxMode_CD(HDMITX_OUTPUT_MODE mode, HDMITX_VIDEO_COLORDEPTH_VAL val) in MApi_HDMITx_SetHDMITxMode_CD() 1789 void MApi_HDMITx_SetVideoOutputTiming_U2(void* pInstance, HDMITX_VIDEO_TIMING mode) in MApi_HDMITx_SetVideoOutputTiming_U2() 1964 void MApi_HDMITx_SetVideoOutputTiming(HDMITX_VIDEO_TIMING mode) in MApi_HDMITx_SetVideoOutputTiming() 5044 void MApi_HDMITx_SetVideoOutputTimingByCustomer_U2(void* pInstance, HDMITX_VIDEO_TIMING mode, HDMIT… in MApi_HDMITx_SetVideoOutputTimingByCustomer_U2()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiGPD_v2.h | 170 MS_U32 mode; member 175 MS_U32 mode; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | atmsap.h | 107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member 116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member
|
| H A D | fuse.h | 53 __u32 mode; member 218 __u32 mode; member 223 __u32 mode; member 247 __u32 mode; member 256 __u32 mode; member
|
| H A D | matroxfb.h | 13 __u32 mode; /* which mode */ member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/ |
| H A D | ipt_ttl.h | 16 u_int8_t mode; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv6/ |
| H A D | ip6t_hl.h | 17 u_int8_t mode; member
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiGPD_v2.h | 171 int mode; member 179 MS_U32 mode; member
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | emi_measure.c | 104 void mp4rec_emi_measure(U8 mode) in mp4rec_emi_measure()
|
| /utopia/UTPA2-700.0.x/modules/gpd/api/gpd/ |
| H A D | apiGPD.c | 1056 void _MApi_GPD_SetGIFMode(MS_U32 mode) in _MApi_GPD_SetGIFMode() 1487 void _MApi_GPD_ScalingEnable(MS_U32 mode) in _MApi_GPD_ScalingEnable() 1892 void MApi_GPD_SetGIFMode(MS_U32 mode) in MApi_GPD_SetGIFMode() 1954 void MApi_GPD_ScalingEnable(MS_U32 mode) in MApi_GPD_ScalingEnable()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/ |
| H A D | ipcbuf.h | 21 __kernel_mode_t mode; member
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 260 int MsFS_MkDir( const char *path, mode_t mode ) in MsFS_MkDir() 550 FILE * MsFS_Fopen( const char *filename, const char *mode ) in MsFS_Fopen()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | ipc.h | 50 unsigned int mode; /* Read/write permission. */ member
|
| /utopia/UTPA2-700.0.x/mxlib/msfs/linux/ |
| H A D | MsFS.c | 253 int MsFS_MkDir( const char *path, mode_t mode ) in MsFS_MkDir() 604 FILE * MsFS_Fopen( const char *filename, const char *mode ) in MsFS_Fopen()
|