Searched refs:atoi (Results 1 – 14 of 14) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/verify/op_tee/ |
| H A D | main.c | 49 cmd = atoi(argv[1]); in main() 90 op.params[0].value.a = atoi(argv[2]); in main() 91 op.params[0].value.b = atoi(argv[3]); in main()
|
| /utopia/UTPA2-700.0.x/modules/ve/drv/ve/ |
| H A D | tvencoder.c | 23 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro 139 u8pattern = (MS_U8)atoi(psep); in TVENCODERMdb_EchoCmd() 144 bEnable = (MS_BOOL)atoi(psep); in TVENCODERMdb_EchoCmd()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | yuvgen.c | 339 width = atoi(argv[1]); 340 height = atoi(argv[2]);
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | yuvgen.c | 337 width = atoi(argv[1]); 338 height = atoi(argv[2]);
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | stdlib.h | 148 extern int atoi (__const char *__nptr) 284 __NTH (atoi (__const char *__nptr)) in __NTH()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.l | 167 cur_line = atoi(yytext+2);
|
| H A D | lex.c_shipped | 2321 cur_line = atoi(yytext+2);
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdlib.h | 68 int _EXFUN(atoi,(const char *__nptr));
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia.c | 208 u32moduleMode = atoi(pch); in UtopiaConfigReadFile()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | conf.c | 318 cnt = atoi(line); in conf_choice()
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 149 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro 7156 pLibVer->GOP_LibVer = atoi(ver); in MApi_GOP_GetChipCaps() 7157 pLibVer->GOP_BuildNum = atoi(blnum); in MApi_GOP_GetChipCaps() 7158 pLibVer->GOP_ChangeList = atoi(cl); in MApi_GOP_GetChipCaps()
|
| H A D | mapiGOP.c | 43 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro 6792 pLibVer->GOP_LibVer = atoi(ver); in Ioctl_GOP_GetCaps() 6793 pLibVer->GOP_BuildNum = atoi(blnum); in Ioctl_GOP_GetCaps() 6794 pLibVer->GOP_ChangeList = atoi(cl); in Ioctl_GOP_GetCaps()
|
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_v2.c | 49 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro 676 u8IP = (MS_U8)atoi(psep); in _XCMdbIoctl_EchoCmd() 688 bEnable = (MS_BOOL)atoi(psep); in _XCMdbIoctl_EchoCmd() 700 u8window = (MS_U8)atoi(psep); in _XCMdbIoctl_EchoCmd()
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | drvGOP.c | 127 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro 7901 GOPnum = (MS_U8)atoi(psep); in MDrv_GOP_MDCMD_EchoCmd() 7903 enable = (MS_BOOL)atoi(psep); in MDrv_GOP_MDCMD_EchoCmd() 7923 enable = (MS_BOOL)atoi(psep); in MDrv_GOP_MDCMD_EchoCmd()
|