Searched refs:xpos (Results 1 - 25 of 77) sorted by relevance

1234

/external/wpa_supplicant_8/hostapd/src/crypto/
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 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 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_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 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 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_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 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 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/skia/tests/
H A DSVGDeviceTest.cpp54 SkAutoTMalloc<SkScalar> xpos(xposCount);
55 SkParse::FindScalars(x, xpos.get(), xposCount);
57 REPORTER_ASSERT(reporter, xpos[0] == offset.x());
60 REPORTER_ASSERT(reporter, xpos[i] == SkIntToScalar(expected[i]));
100 SkAutoTMalloc<SkScalar> xpos(len);
102 xpos[i] = SkIntToScalar(txt[i]);
107 svgCanvas->drawPosTextH(txt, len, xpos, offset.y(), paint);
/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/regex-re2/util/
H A Dstringpiece.cc48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp308 int xpos = nofilter_trans_preamble(s, &xy, x, y);
320 if (xpos < 0) {
321 n = -xpos;
331 xpos = 0;
335 if (xpos < width) {
336 n = width - xpos;
340 fill_sequential(xptr, xpos, n);
356 int xpos = nofilter_trans_preamble(s, &xy, x, y);
365 int start = sk_int_mod(xpos, width);
396 int xpos
[all...]
H A DSkTextToPathIter.h30 SkScalar fXPos; // accumulated xpos, returned in next
48 bool next(const SkPath** path, SkScalar* xpos);
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/samplecode/
H A DSampleText.cpp45 SkScalar xpos = x; local
48 pts[i].set(xpos, y);
49 xpos += paint.getTextSize();
/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/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h175 __u32 xpos; /* 23-22 button color number */ member in struct:video_highlight
/external/skia/include/utils/
H A DSkLuaCanvas.h37 virtual void onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[],
H A DSkPaintFilterCanvas.h87 void onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[],
/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/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/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/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/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h485 * @xpos: X position of cursor.
496 int32_t xpos; member in struct:drm_vmw_cursor_bypass_arg

Completed in 697 milliseconds

1234