| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/ |
| H A D | tgmath.h | 71 #define __tg_choose_2(x,y,f,d,l) \ argument 76 #define __tg_choose_3(x,y,z,f,d,l) \ argument 96 #define __TGMATH_REAL_2(x,y,R) \ argument 98 #define __TGMATH_REAL_3(x,y,z,R) \ argument 100 #define __TGMATH_REAL_1_2(x,y,R) \ argument 102 #define __TGMATH_REAL_2_3(x,y,z,R) \ argument 127 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) argument 130 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) argument 135 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) argument 137 #define fma(x,y,z) __TGMATH_REAL_3(x, y, z, fma) argument [all …]
|
| H A D | math.h | 177 #define isfinite(y) \ argument 199 #define isnormal(y) (fpclassify(y) == FP_NORMAL) argument 204 #define isgreater(x,y) \ argument 207 #define isgreaterequal(x,y) \ argument 210 #define isless(x,y) \ argument 213 #define islessequal(x,y) \ argument 216 #define islessgreater(x,y) \ argument
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/ |
| H A D | QualityMode.h | 82 #define QM_IsSourceDVI_HDMIPC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == FALSE)) argument 83 #define QM_IsSourceHDMI_Video(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&… argument 84 #define QM_IsSourceHDMI_PC(x,y) (QM_IsSourceHDMI(x) && (_stHDMI_Info[y].bIsHDMI == TRUE) &&… argument 93 #define QM_IsSourceYPbPrSD(x,y) (QM_IsSourceYPbPr(x) \ argument 109 #define QM_IsSourceScartRGB(x,y) (((x)==PQ_INPUT_SOURCE_SCART) && (_stVD_Info[y].bIsSCART_RGB == … argument 110 #define QM_IsSourceScartCVBS(x,y) (((x)==PQ_INPUT_SOURCE_SCART) && (_stVD_Info[y].bIsSCART_RGB == … argument 128 #define QM_H_Size_Check_x1(x, y) ( ((x) < ((y)*1+50)) && ((x) > ((y)*1-50)) ) argument 129 #define QM_H_Size_Check_x2(x, y) ( ((x) < ((y)*2+50)) && ((x) > ((y)*2-50)) ) argument 130 #define QM_H_Size_Check_x4(x, y) ( ((x) < ((y)*4+50)) && ((x) > ((y)*4-50)) ) argument 131 #define QM_H_Size_Check_x8(x, y) ( ((x) < ((y)*8+50)) && ((x) > ((y)*8-50)) ) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | math.h | 399 # define isgreater(x, y) __builtin_isgreater(x, y) argument 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) argument 401 # define isless(x, y) __builtin_isless(x, y) argument 402 # define islessequal(x, y) __builtin_islessequal(x, y) argument 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) argument 417 # define isgreater(x, y) \ argument 425 # define isgreaterequal(x, y) \ argument 433 # define isless(x, y) \ argument 441 # define islessequal(x, y) \ argument 449 # define islessgreater(x, y) \ argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvPorts.h | 173 #define min_t(type,x,y) \ argument 175 #define max_t(type,x,y) \ argument 180 #define min(x,y) \ argument 185 #define max(x,y) \ argument
|
| H A D | drvOSAPI.h | 102 #define DECLARE_WAITQUEUE(x,y) argument 104 #define add_wait_queue(x,y) argument 105 #define remove_wait_queue(x,y) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | math.h | 131 #define isfinite(y) \ argument 141 #define isgreater(x,y) \ argument 144 #define isgreaterequal(x,y) \ argument 147 #define isless(x,y) \ argument 150 #define islessequal(x,y) \ argument 153 #define islessgreater(x,y) \ argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | nconf.gui.c | 153 { int length, x, y; in print_in_middle() local 216 int x, y; in fill_window() local 255 int i, x, y; in btn_dialog() local 367 int i, x, y; in dialog_inputbox() local 513 int x, y; in show_scroll_win() local
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | param.h | 62 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument 65 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ argument 69 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | checklist.c | 66 int y, int x, int height) in print_arrows() 104 int y = height - 2; in print_buttons() local 120 int i, x, y, box_x, box_y; in dialog_checklist() local
|
| H A D | util.c | 301 void end_dialog(int x, int y) in end_dialog() 329 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 391 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 421 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 455 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
| H A D | menubox.c | 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 158 int y = height - 2; in print_buttons() local 185 int i, j, x, y, box_x, box_y; in dialog_menu() local
|
| H A D | yesno.c | 30 int y = height - 2; in print_buttons() local 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
| H A D | inputbox.c | 32 int y = height - 2; in print_buttons() local 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPorts.h | 218 #define min_t(type,x,y) \ argument 220 #define max_t(type,x,y) \ argument 225 #define min(x,y) \ argument 230 #define max(x,y) \ argument
|
| H A D | drvOSAPI.h | 102 #define DECLARE_WAITQUEUE(x,y) argument 104 #define add_wait_queue(x,y) argument 105 #define remove_wait_queue(x,y) argument
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 829 void MFE_ISR_Enable(MFE_U8 y) in MFE_ISR_Enable() 845 static MS_BOOL MFE_ISR_Enable(InterruptNum y) in MFE_ISR_Enable() 855 static MS_BOOL MFE_ISR_Disable(InterruptNum y) in MFE_ISR_Disable() 878 static MS_BOOL MFE_ISR_Attach(InterruptNum y,InterruptCb pIntCb) in MFE_ISR_Attach() 884 static MS_BOOL MFE_ISR_Detach(InterruptNum y) in MFE_ISR_Detach() 938 void MFE_ISR_Enable(MFE_U8 y) in MFE_ISR_Enable()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jpeg_cmodel.c | 663 MS_U8 y = s[j]; in JPEG_CMODEL_H1V1Convert() local 684 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H4V1Convert() local 730 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H2V1Convert() local 776 MS_U8 *y; in JPEG_CMODEL_H1V2Convert() local
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel.c | 663 MS_U8 y = s[j]; in JPEG_CMODEL_H1V1Convert() local 684 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H4V1Convert() local 730 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H2V1Convert() local 776 MS_U8 *y; in JPEG_CMODEL_H1V2Convert() local
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/curry/dlc/include/ |
| H A D | MsDBC_LIB_Group_DTV2.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/mainz/dlc/include/ |
| H A D | MsDBC_LIB_Group_DTV2.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/maxim/dlc/include/ |
| H A D | MsDBC_LIB_Group_DTV2.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/maserati/dlc/include/ |
| H A D | MsDBC_LIB_Group_DTV2.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/manhattan/dlc/include/ |
| H A D | MsDBC_LIB_Group_DTV2.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
|
| /utopia/UTPA2-700.0.x/modules/dlc/hal/mustang/dlc/include/ |
| H A D | MsDBC_LIB_Group_DTV2.h | 129 #define BK_REG_L( x, y ) ((x) | (((y) << 1))) argument 130 #define BK_REG_H( x, y ) (((x) | (((y) << 1))) + 1) argument
|