Searched refs:aa (Results 1 - 4 of 4) sorted by relevance

/u-boot/scripts/
H A Ddecodecode11 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis
105 echo Code starting with the faulting instruction > $T.aa
106 echo =========================================== >> $T.aa
111 cat $T.dis >> $T.aa
113 # (lines of whole $T.oo) - (lines of $T.aa, i.e. "Code starting") + 3,
117 $(wc -l $T.aa | cut -d" " -f1) + 3))
124 cat $T.aa
/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c49 long double __gcc_qadd(double a, double aa, double c, double cc) argument
57 z = cc + aa + c + a;
61 zz = aa + cc;
68 zz = q + c + (a - (q + z)) + aa + cc;
/u-boot/fs/yaffs2/
H A Dydirectenv.h49 void yaffs_qsort(void *aa, size_t n, size_t es,
H A Dyaffs_qsort.c61 yaffs_qsort(void *aa, size_t n, size_t es, argument
66 register char *a = aa;

Completed in 58 milliseconds