Searched refs:startp (Results 1 - 2 of 2) sorted by path

/u-boot/cmd/mvebu/
H A Dbubt.c718 u32 *startp = start; local
721 sum += *startp;
722 startp++;
/u-boot/net/
H A Deth-uclass.c143 const char *startp = NULL; local
151 startp = devname + len;
152 seq = dectoul(startp, &endp);
169 (endp > startp && dev_seq(it) == seq))

Completed in 90 milliseconds