/external/grub/stage2/ |
D | char_io.c | 311 int xpos, lpos, c, section; in real_get_cmdline() local 343 else if (xpos - count < 1) in real_get_cmdline() 347 xpos -= count; in real_get_cmdline() 357 gotoxy (xpos, getxy () & 0xFF); in real_get_cmdline() 367 if (xpos + count >= CMDLINE_WIDTH) in real_get_cmdline() 371 xpos += count; in real_get_cmdline() 386 gotoxy (xpos, getxy () & 0xFF); in real_get_cmdline() 396 int pos = xpos; in real_get_cmdline() 435 offset = xpos - plen; in real_get_cmdline() 438 xpos = lpos + plen; in real_get_cmdline() [all …]
|
/external/grub/docs/ |
D | kernel.c | 37 static int xpos; variable 166 xpos = 0; in cls() 223 xpos = 0; in putchar() 230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; in putchar() 231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; in putchar() 233 xpos++; in putchar() 234 if (xpos >= COLUMNS) in putchar()
|
D | kernel.c.texi | 37 static int xpos; 166 xpos = 0; 223 xpos = 0; 230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF; 231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE; 233 xpos++; 234 if (xpos >= COLUMNS)
|
/external/openssl/apps/ |
D | engine.c | 202 int xpos = 0; in util_verbose() local 248 if(xpos == 0) in util_verbose() 250 xpos = BIO_puts(bio_out, indent); in util_verbose() 253 xpos += BIO_printf(bio_out, ", "); in util_verbose() 257 if((xpos > (int)strlen(indent)) && in util_verbose() 258 (xpos + (int)strlen(name) > line_wrap)) in util_verbose() 261 xpos = BIO_puts(bio_out, indent); in util_verbose() 263 xpos += BIO_printf(bio_out, "%s", name); in util_verbose() 274 xpos = 0; in util_verbose() 283 if(xpos > 0) in util_verbose()
|
/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 330 int xpos = nofilter_trans_preamble(s, &xy, x, y); in clampx_nofilter_trans() local 342 if (xpos < 0) { in clampx_nofilter_trans() 343 n = -xpos; in clampx_nofilter_trans() 353 xpos = 0; in clampx_nofilter_trans() 357 if (xpos < width) { in clampx_nofilter_trans() 358 n = width - xpos; in clampx_nofilter_trans() 362 fill_sequential(xptr, xpos, n); in clampx_nofilter_trans() 378 int xpos = nofilter_trans_preamble(s, &xy, x, y); in repeatx_nofilter_trans() local 387 int start = sk_int_mod(xpos, width); in repeatx_nofilter_trans() 418 int xpos = nofilter_trans_preamble(s, &xy, x, y); in mirrorx_nofilter_trans() local [all …]
|
D | SkDevice.cpp | 83 const SkScalar xpos[], SkScalar y, in drawPosText() argument 85 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint); in drawPosText()
|
D | SkPaint.cpp | 1163 SkScalar xpos; in getTextPath() local 1165 while ((iterPath = iter.next(&xpos)) != NULL) in getTextPath() 1167 matrix.postTranslate(xpos - prevXPos, 0); in getTextPath() 1169 prevXPos = xpos; in getTextPath() 1741 const SkPath* SkTextToPathIter::next(SkScalar* xpos) in next() argument 1752 if (xpos) in next() 1753 *xpos = fXPos; in next()
|
D | SkPicturePlayback.cpp | 626 const SkScalar* xpos = (const SkScalar*)fReader.skip(xCount * sizeof(SkScalar)); in draw() local 627 canvas.drawPosTextH(text.text(), text.length(), xpos, constY, in draw() 634 … const SkScalar* xpos = (const SkScalar*)fReader.skip((3 + xCount) * sizeof(SkScalar)); in draw() local 635 const SkScalar top = *xpos++; in draw() 636 const SkScalar bottom = *xpos++; in draw() 637 const SkScalar constY = *xpos++; in draw() 639 canvas.drawPosTextH(text.text(), text.length(), xpos, in draw()
|
/external/webkit/WebCore/platform/graphics/ |
D | TextRun.h | 36 …TextRun(const UChar* c, int len, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl =… 40 , m_xpos(xpos) in m_characters() 55 …TextRun(const String& s, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, … 59 , m_xpos(xpos)
|
/external/wpa_supplicant/ |
D | crypto.c | 108 u8 *xpos = x; in fips186_2_prf() local 138 os_memcpy(xpos, _t, 20); in fips186_2_prf() 143 carry += xkey[k] + xpos[k]; in fips186_2_prf() 148 xpos += 20; in fips186_2_prf()
|
D | sha1.c | 416 u8 *xpos = x; in fips186_2_prf() local 446 os_memcpy(xpos, _t, 20); in fips186_2_prf() 451 carry += xkey[k] + xpos[k]; in fips186_2_prf() 456 xpos += SHA1_MAC_LEN; in fips186_2_prf()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_openssl.c | 110 u8 *xpos = x; in fips186_2_prf() local 140 os_memcpy(xpos, _t, 20); in fips186_2_prf() 145 carry += xkey[k] + xpos[k]; in fips186_2_prf() 150 xpos += 20; in fips186_2_prf()
|
D | sha1.c | 422 u8 *xpos = x; in fips186_2_prf() local 452 os_memcpy(xpos, _t, 20); in fips186_2_prf() 457 carry += xkey[k] + xpos[k]; in fips186_2_prf() 462 xpos += SHA1_MAC_LEN; in fips186_2_prf()
|
/external/astl/include/ |
D | string | 271 // Find the lowest position xpos, if possible, such that: 272 // pos <= xpos && xpos < size() 273 // at(xpos) == c 274 // @return xpos if it exists, npos otherwise. 279 // Find the highest position xpos, if possible, such that: 280 // xpos <= pos && xpos < size() 281 // at(xpos) == c 282 // @return xpos if it exists, npos otherwise.
|
/external/chromium/base/ |
D | string_piece.cc | 48 const size_type xpos = result - ptr_; in find() local 49 return xpos + s.length_ <= length_ ? xpos : npos; in find()
|
/external/skia/src/gl/ |
D | SkGLDevice_SWLayer.cpp | 65 const SkScalar xpos[], SkScalar y, in drawPosText() argument 67 draw.drawPosText((const char*)text, len, xpos, y, scalarsPerPos, paint); in drawPosText()
|
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 125 const SkScalar xpos[] = NULL) { in toString() argument 349 const SkScalar xpos[], SkScalar constY, in drawPosTextH() argument 352 toString(text, byteLength, paint.getTextEncoding(), &str, paint, xpos); in drawPosTextH() 354 str.c_str(), byteLength, SkScalarToFloat(xpos[0]), in drawPosTextH()
|
D | SkProxyCanvas.cpp | 126 const SkScalar xpos[], SkScalar constY, in drawPosTextH() argument 128 fProxy->drawPosTextH(text, byteLength, xpos, constY, paint); in drawPosTextH()
|
D | SkNWayCanvas.cpp | 227 const SkScalar xpos[], SkScalar constY, in drawPosTextH() argument 231 iter->drawPosTextH(text, byteLength, xpos, constY, paint); in drawPosTextH()
|
/external/jpeg/ |
D | jccoefct.c | 150 JDIMENSION ypos, xpos; in compress_data() local 172 xpos = MCU_col_num * compptr->MCU_sample_width; in compress_data() 180 ypos, xpos, (JDIMENSION) blockcnt); in compress_data()
|
/external/webkit/WebCore/page/ |
D | DragController.cpp | 598 int xpos = draggingRect.right(); in dragLocForSelectionDrag() local 599 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos; in dragLocForSelectionDrag() 607 return IntPoint(xpos, ypos); in dragLocForSelectionDrag()
|
/external/skia/include/core/ |
D | SkDraw.h | 109 const SkPath* next(SkScalar* xpos); //!< returns nil when there are no more paths
|
/external/skia/include/utils/ |
D | SkNWayCanvas.h | 54 const SkScalar xpos[], SkScalar constY,
|
D | SkProxyCanvas.h | 66 const SkScalar xpos[], SkScalar constY,
|
D | SkDumpCanvas.h | 94 const SkScalar xpos[], SkScalar constY,
|