Home
last modified time | relevance | path

Searched refs:atoi (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/projects/verify/op_tee/
H A Dmain.c49 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 Dtvencoder.c23 #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 Dyuvgen.c339 width = atoi(argv[1]);
340 height = atoi(argv[2]);
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dyuvgen.c337 width = atoi(argv[1]);
338 height = atoi(argv[2]);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdlib.h148 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 Dlex.l167 cur_line = atoi(yytext+2);
H A Dlex.c_shipped2321 cur_line = atoi(yytext+2);
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdlib.h68 int _EXFUN(atoi,(const char *__nptr));
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c208 u32moduleMode = atoi(pch); in UtopiaConfigReadFile()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconf.c318 cnt = atoi(line); in conf_choice()
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c149 #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 DmapiGOP.c43 #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 DapiXC_v2.c49 #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 DdrvGOP.c127 #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()