Searched defs:xpos (Results 1 - 25 of 56) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dfips_prf_internal.c22 u8 *xpos = x; local
53 os_memcpy(xpos, _t, 20);
58 carry += xkey[k] + xpos[k];
63 xpos += SHA1_MAC_LEN;
H A Dfips_prf_openssl.c53 u8 *xpos = x; local
79 WPA_PUT_BE32(xpos, _t[0]);
80 WPA_PUT_BE32(xpos + 4, _t[1]);
81 WPA_PUT_BE32(xpos + 8, _t[2]);
82 WPA_PUT_BE32(xpos + 12, _t[3]);
83 WPA_PUT_BE32(xpos + 16, _t[4]);
88 carry += xkey[k] + xpos[k];
93 xpos += 20;
H A Daes-gcm.c106 const u8 *xpos = x; local
113 xor_block(y, xpos);
114 xpos += 16;
123 if (x + xlen > xpos) {
125 size_t last = x + xlen - xpos;
126 os_memcpy(tmp, xpos, last);
147 const u8 *xpos = x; local
159 xor_block(ypos, xpos);
160 xpos += AES_BLOCK_SIZE;
165 last = x + xlen - xpos;
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dfips_prf_internal.c22 u8 *xpos = x; local
53 os_memcpy(xpos, _t, 20);
58 carry += xkey[k] + xpos[k];
63 xpos += SHA1_MAC_LEN;
H A Dfips_prf_openssl.c53 u8 *xpos = x; local
79 WPA_PUT_BE32(xpos, _t[0]);
80 WPA_PUT_BE32(xpos + 4, _t[1]);
81 WPA_PUT_BE32(xpos + 8, _t[2]);
82 WPA_PUT_BE32(xpos + 12, _t[3]);
83 WPA_PUT_BE32(xpos + 16, _t[4]);
88 carry += xkey[k] + xpos[k];
93 xpos += 20;
H A Daes-gcm.c106 const u8 *xpos = x; local
113 xor_block(y, xpos);
114 xpos += 16;
123 if (x + xlen > xpos) {
125 size_t last = x + xlen - xpos;
126 os_memcpy(tmp, xpos, last);
147 const u8 *xpos = x; local
159 xor_block(ypos, xpos);
160 xpos += AES_BLOCK_SIZE;
165 last = x + xlen - xpos;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_internal.c22 u8 *xpos = x; local
53 os_memcpy(xpos, _t, 20);
58 carry += xkey[k] + xpos[k];
63 xpos += SHA1_MAC_LEN;
H A Dfips_prf_openssl.c53 u8 *xpos = x; local
79 WPA_PUT_BE32(xpos, _t[0]);
80 WPA_PUT_BE32(xpos + 4, _t[1]);
81 WPA_PUT_BE32(xpos + 8, _t[2]);
82 WPA_PUT_BE32(xpos + 12, _t[3]);
83 WPA_PUT_BE32(xpos + 16, _t[4]);
88 carry += xkey[k] + xpos[k];
93 xpos += 20;
H A Daes-gcm.c106 const u8 *xpos = x; local
113 xor_block(y, xpos);
114 xpos += 16;
123 if (x + xlen > xpos) {
125 size_t last = x + xlen - xpos;
126 os_memcpy(tmp, xpos, last);
147 const u8 *xpos = x; local
159 xor_block(ypos, xpos);
160 xpos += AES_BLOCK_SIZE;
165 last = x + xlen - xpos;
[all...]
/external/regex-re2/util/
H A Dstringpiece.cc48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
/external/skia/samplecode/
H A DSampleText.cpp45 SkScalar xpos = x; local
48 pts[i].set(xpos, y);
49 xpos += paint.getTextSize();
/external/libhevc/decoder/
H A Dihevcd_decode.c529 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
535 if(xpos < 0)
536 xpos = 0;
541 xpos,
906 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
912 if(xpos < 0)
913 xpos = 0;
918 xpos,
/external/skia/tests/
H A DRecordDrawTest.cpp159 const SkScalar xpos[] = { 10, 20 }; local
160 recorder.drawPosTextH(text, bytes, xpos, 30, SkPaint());
/external/libchrome/base/strings/
H A Dstring_piece.cc114 const size_t xpos = local
116 return xpos + s.size() <= self.size() ? xpos : BasicStringPiece<STR>::npos;
/external/libjpeg-turbo/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);
/external/mesa3d/src/mesa/main/
H A Daccum.c190 GLint xpos, GLint ypos, GLint width, GLint height,
200 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
248 GLint xpos, GLint ypos, GLint width, GLint height,
270 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
278 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
342 GLint xpos, GLint ypos, GLint width, GLint height)
351 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
372 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
455 GLint xpos, ypos, width, height; local
465 xpos
189 accum_scale_or_bias(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean bias) argument
247 accum_or_load(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height, GLboolean load) argument
341 accum_return(struct gl_context *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) argument
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jccoefct.c150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);
/external/skia/src/utils/
H A DSkPaintFilterCanvas.cpp191 void SkPaintFilterCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], argument
195 this->INHERITED::onDrawPosTextH(text, byteLength, xpos, constY, *apf.paint());
H A DSkLuaCanvas.cpp271 void SkLuaCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], argument
H A DSkNWayCanvas.cpp245 void SkNWayCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], argument
249 iter->drawPosTextH(text, byteLength, xpos, constY, paint);
/external/toybox/toys/posix/
H A Dls.c232 unsigned columns, unsigned *xpos)
239 *xpos = ul % columns;
251 *xpos = columns;
260 *xpos = ul % columns;
261 return (*xpos*height) + (ul/columns);
265 *xpos = ul % (columns-1);
267 return (*xpos*height) + widecols + (ul/(columns-1));
231 next_column(unsigned long ul, unsigned long dtlen, unsigned columns, unsigned *xpos) argument
/external/libdrm/include/drm/
H A Dvmwgfx_drm.h546 * @xpos: X position of cursor.
557 int32_t xpos; member in struct:drm_vmw_cursor_bypass_arg
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c90 GLint xpos, ypos; member in struct:bitmap_cache
649 cache->xpos, cache->ypos);
668 cache->xpos,
705 px = x - cache->xpos; /* pos in buffer */
723 cache->xpos = x;
/external/skia/src/core/
H A DSkPicturePlayback.cpp520 const SkScalar* xpos = (const SkScalar*)reader->skip(xCount * sizeof(SkScalar)); local
524 canvas->drawPosTextH(text.text(), text.length(), xpos, constY, *paint);
532 const SkScalar* xpos = (const SkScalar*)reader->skip((3 + xCount) * sizeof(SkScalar)); local
535 const SkScalar top = *xpos++;
536 const SkScalar bottom = *xpos++;
537 const SkScalar constY = *xpos++;
540 canvas->drawPosTextH(text.text(), text.length(), xpos, constY, *paint);
/external/skia/src/gpu/text/
H A DGrTextUtils.cpp496 SkScalar xpos, prevXPos = 0; local
498 while (iter.next(&iterPath, &xpos)) {
499 matrix.postTranslate(xpos - prevXPos, 0);
505 prevXPos = xpos;

Completed in 509 milliseconds

123