| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | file2alias.c | 109 char alias[500]; in do_usb_entry() local 110 strcpy(alias, "usb:"); in do_usb_entry() 111 ADD(alias, "v", id->match_flags&USB_DEVICE_ID_MATCH_VENDOR, in do_usb_entry() 113 ADD(alias, "p", id->match_flags&USB_DEVICE_ID_MATCH_PRODUCT, in do_usb_entry() 116 strcat(alias, "d"); in do_usb_entry() 118 sprintf(alias + strlen(alias), "%0*X", in do_usb_entry() 121 sprintf(alias + strlen(alias), "%X", range_lo); in do_usb_entry() 124 sprintf(alias + strlen(alias), in do_usb_entry() 129 sprintf(alias + strlen(alias), in do_usb_entry() 132 sprintf(alias + strlen(alias), in do_usb_entry() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | cdefs.h | 177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 179 # define __REDIRECT_NTH(name, proto, alias) \ argument 180 name proto __THROW __asm__ (__ASMNAME (#alias)) 182 # define __REDIRECT_NTH(name, proto, alias) \ argument 183 name proto __asm__ (__ASMNAME (#alias)) __THROW 353 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument 356 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument 359 # define __LDBL_REDIR1_DECL(name, alias) \ argument 360 extern __typeof (name) name __asm (__ASMNAME (#alias)); 363 # define __REDIRECT_LDBL(name, proto, alias) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | cdefs.h | 88 #define __weak_reference(sym,alias) \ argument 89 __asm__(".weak " #alias); \ 90 __asm__(".equ " #alias ", " #sym) 96 #define __weak_reference(sym,alias) \ argument 106 #define __weak_reference(sym,alias) \ argument 107 __asm__(".stabs \"_" #alias "\",11,0,0,0"); \ 113 #define __weak_reference(sym,alias) \ argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | math.h | 123 # define __MATHDECL_2(type, function,suffix, args, alias) \ argument 125 args, alias)
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | sbrk.c | 121 void *_sbrk(unsigned int size) __attribute__ ((weak, alias("sbrk")));
|
| /utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/ |
| H A D | drvDMD_ATSC.c | 145 …C_IOCTL_CMD(DMD_ATSC_HAL_COMMAND eCmd, void *pArgs) __attribute__((weak, alias ("_DEFAULT_IOCTL_C… 149 …C_IOCTL_CMD(DMD_ATSC_HAL_COMMAND eCmd, void *pArgs) __attribute__((weak, alias ("_DEFAULT_IOCTL_C…
|
| H A D | drvDMD_DTMB.c | 156 …B_IOCTL_CMD(DMD_DTMB_HAL_COMMAND eCmd, void *pArgs) __attribute__((weak, alias ("_DEFAULT_IOCTL_C… 160 …B_IOCTL_CMD(DMD_DTMB_HAL_COMMAND eCmd, void *pArgs) __attribute__((weak, alias ("_DEFAULT_IOCTL_C…
|
| H A D | drvDMD_ISDBT.c | 156 …_IOCTL_CMD(DMD_ISDBT_HAL_COMMAND eCmd, void *pArgs) __attribute__((weak, alias ("_DEFAULT_IOCTL_C… 160 …_IOCTL_CMD(DMD_ISDBT_HAL_COMMAND eCmd, void *pArgs) __attribute__((weak, alias ("_DEFAULT_IOCTL_C…
|
| /utopia/UTPA2-700.0.x/modules/demodulator/hal/galileo/ |
| H A D | halDMD_EXTERN_ATSC.c | 1792 MS_BOOL MDrv_DMD_ATSC_Initial_Hal_Interface(void) __attribute__((weak, alias ("_DEFAULT_CMD")));
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 187 # as commands in the documentation. An alias has the form "name=value". 191 # You can put \n's in the value part of an alias to insert newlines.
|
| H A D | bsp.dxyfile | 186 # as commands in the documentation. An alias has the form "name=value". 190 # You can put \n's in the value part of an alias to insert newlines.
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 129 * to BEGIN to return to the state. The YYSTATE alias is for lex
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c_shipped | 147 * to BEGIN to return to the state. The YYSTATE alias is for lex
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 171 * to BEGIN to return to the state. The YYSTATE alias is for lex
|