Searched refs:startp (Results 1 – 9 of 9) sorted by relevance
114 const char *startp = para; in parse_para() local118 if (!startp) { in parse_para()122 len = strlen(startp); in parse_para()126 while (startp && (isspace(*startp) || !isgraph(*startp)) && len) { in parse_para()127 startp++; in parse_para()135 *out++ = strtol(startp, &endp, 0); in parse_para()137 len -= endp - startp; in parse_para()138 startp = endp; in parse_para()
188 const char *startp = para; in get_axis() local192 if (!startp) { in get_axis()196 len = strlen(startp); in get_axis()200 while (startp && (isspace(*startp) || !isgraph(*startp)) && len) { in get_axis()201 startp++; in get_axis()209 *out++ = strtol(startp, &endp, 0); in get_axis()211 len -= endp - startp; in get_axis()212 startp = endp; in get_axis()
305 uint8 *startp; in bcm_pack_xtlv_buf() local314 startp = buf; in bcm_pack_xtlv_buf()336 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
453 uint8 *startp; in bcm_pack_xtlv_buf() local463 startp = buf; in bcm_pack_xtlv_buf()486 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
451 uint8 *startp; in bcm_pack_xtlv_buf() local461 startp = buf; in bcm_pack_xtlv_buf()485 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
471 uint8 *startp; in bcm_pack_xtlv_buf() local481 startp = buf; in bcm_pack_xtlv_buf()504 *outlen = (int)(buf - startp); in bcm_pack_xtlv_buf()
545 uint32_t startp; member
1345 param->startp = phaseOffset + ele; in HimciEdgedllModeATuning()1375 param->startp = phaseOffset + ele; in HimciEdgedllModeBTuning()1393 param->startp = phaseOffset + ele; in HimciEdgedllModeBTuning()1434 param.startp = edgeF2p * phaseDllElements; in HimciEdgedllModeTuning()1442 if (param.endp <= param.startp) { in HimciEdgedllModeTuning()1449 phaseOffset = ((param.startp + param.endp) / 2) % totalPhases; in HimciEdgedllModeTuning()