HomeSort by relevance Sort by last modified time
    Searched defs:xend (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
2003-11-16-StaticArrayInit.c 5 static char *xend = x + 10; local
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
RTM.s 11 // CHECK: xend
13 xend label
  /external/harfbuzz_ng/src/
hb-dsalgs.hh 453 char *x, *y, *xend, ch; local
468 for(x = l[1], y = last, xend = x+w; x<xend; x++, y++) {
  /external/u-boot/drivers/video/
console_truetype.c 311 * @xend: X end position in pixels from the left
317 int xend, int yend, int clr)
321 int pixels = xend - xstart;
380 int xend; local
398 xend = VID_TO_PIXEL(vc_priv->xcur_frac);
400 xend = vid_priv->xsize;
403 xend, pos->ypos + vc_priv->y_charsize,
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 1473 UChar32 xend = DATA[i+3]; local
    [all...]
  /external/mksh/src/
edit.c 930 static char *xend; /* end input buffer */ variable
1240 xend = buf + LINE;
    [all...]

Completed in 259 milliseconds