Home
last modified time | relevance | path

Searched defs:atoi (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A Dtvencoder.c23 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro
/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
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c149 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro
H A DmapiGOP.c43 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c127 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro