Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcheckstack.pl37 my (@stack, $re, $dre, $x, $xs);
46 $xs = "[0-9a-f ]"; # hex character or space
138 next if $line !~ m/^($xs*)/;
155 next if $line !~ m/^($xs*)/;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtiocl.h14 unsigned short xs; /* X start */ member
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c109 #define SETUP_DDA(xs,ys,xe,ye,dda) \ argument
111 int dx = xe - xs; \
114 dda.xi = xs; \