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

/u-boot/arch/arm/lib/
H A Dvectors.S220 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack
/u-boot/lib/
H A Dvsprintf.c881 int grab = 3; local
885 for (s = str; *s; s += grab) {
888 printf("%.*s", grab, s);
889 grab = 3;

Completed in 89 milliseconds