Searched refs:ipos (Results 1 – 4 of 4) sorted by relevance
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/uart/ |
D | printf.c | 792 int ipos = 0; in fmtflt() local 818 iconvert[ipos++] = sign; in fmtflt() 820 iconvert[ipos++] = *infnan++; in fmtflt() 821 fmtstr(str, len, size, iconvert, width, ipos, flags); in fmtflt() 965 ipos = convert(intpart, iconvert, sizeof(iconvert), 10, 0); in fmtflt() 989 separators = getnumsep(ipos); in fmtflt() 992 - ipos /* Number of integer digits. */ in fmtflt() 1024 while (ipos > 0) { /* Integer part. */ in fmtflt() 1025 ipos--; in fmtflt() 1026 OUTCHAR(str, *len, size, iconvert[ipos]); in fmtflt() [all …]
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_cli/ |
D | cli_reg.c | 84 const char *ipos = hex; in cli_hexstr2bin() local 88 a = hex2byte(ipos); in cli_hexstr2bin() 92 ipos += 2; in cli_hexstr2bin()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
D | at.c | 366 const char *ipos = hex; in at_hexstr2bin() local 370 int a = at_hex2byte(ipos); in at_hexstr2bin() 375 ipos += 2; /* add 2 */ in at_hexstr2bin()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/ |
D | osdep_service.c | 3754 const char *ipos = hex; in hexstr2bin() local 3758 a = hex2byte_i(ipos); in hexstr2bin() 3762 ipos += 2; in hexstr2bin()
|