Searched defs:atoi (Results 1 – 5 of 5) sorted by relevance
| /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
|
| /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
|
| /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
|
| H A D | mapiGOP.c | 43 #define atoi(str) simple_strtoul(((str != NULL) ? str : ""), NULL, 0) macro
|
| /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
|