Home
last modified time | relevance | path

Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/fs/rootfs/
Dlos_bootargs.c211 CHAR *endPos = value + decOffset; in LOS_SizeStrToNum() local
216 if (strlen(endPos) == 0) { in LOS_SizeStrToNum()
218 } else if (strcasecmp(endPos, "k") == 0) { in LOS_SizeStrToNum()
220 } else if (strcasecmp(endPos, "m") == 0) { in LOS_SizeStrToNum()
222 } else if (strcasecmp(endPos, "g") == 0) { in LOS_SizeStrToNum()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch128935 + gctUINT32 endPos;