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

1234

/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.c31 u8 *xpos = x; local
62 os_memcpy(xpos, _t, 20);
67 carry += xkey[k] + xpos[k];
72 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.c31 u8 *xpos = x; local
62 os_memcpy(xpos, _t, 20);
67 carry += xkey[k] + xpos[k];
72 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.c31 u8 *xpos = x; local
62 os_memcpy(xpos, _t, 20);
67 carry += xkey[k] + xpos[k];
72 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/chromium_org/third_party/re2/util/
H A Dstringpiece.cc48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
/external/regex-re2/util/
H A Dstringpiece.cc48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.cc49 const size_type xpos = result - ptr_; local
50 return xpos + s.length_ <= length_ ? xpos : npos;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleText.cpp85 SkScalar xpos = x; local
88 pts[i].set(xpos, y), xpos += paint.getTextSize(); local
/external/chromium_org/third_party/skia/tests/
H A DRecordDrawTest.cpp160 const SkScalar xpos[] = { 10, 20 }; local
161 recorder.drawPosTextH(text, bytes, xpos, 30, SkPaint());
/external/libhevc/decoder/
H A Dihevcd_decode.c476 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
482 if(xpos < 0)
483 xpos = 0;
488 xpos,
817 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
823 if(xpos < 0)
824 xpos = 0;
829 xpos,
/external/chromium_org/base/strings/
H A Dstring_piece.cc110 const size_t xpos = local
112 return xpos + s.size() <= self.size() ? xpos : BasicStringPiece<STR>::npos;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp106 const SkScalar xpos[], SkScalar constY, const FloatRect& textRect)
112 gc->drawPosTextH(glyphs, numGlyphs * sizeof(Glyph), xpos, constY, textRect, paint);
117 gc->drawPosTextH(glyphs, numGlyphs * sizeof(Glyph), xpos, constY, textRect, paint);
172 SkScalar* xpos = storage.get(); local
175 xpos[i] = x;
179 paintGlyphsHorizontal(gc, font, glyphs, numGlyphs, xpos, SkFloatToScalar(y), textRect);
104 paintGlyphsHorizontal(GraphicsContext* gc, const SimpleFontData* font, const Glyph glyphs[], unsigned numGlyphs, const SkScalar xpos[], SkScalar constY, const FloatRect& textRect) argument
/external/chromium_org/third_party/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/chromium_org/third_party/mesa/src/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/jpeg/
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/openssl/apps/
H A Dengine.c202 int xpos = 0; local
248 if(xpos == 0)
250 xpos = BIO_puts(bio_out, indent);
253 xpos += BIO_printf(bio_out, ", ");
257 if((xpos > (int)strlen(indent)) &&
258 (xpos + (int)strlen(name) > line_wrap))
261 xpos = BIO_puts(bio_out, indent);
263 xpos += BIO_printf(bio_out, "%s", name);
274 xpos = 0;
283 if(xpos >
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccoefct.c151 JDIMENSION ypos, xpos; local
173 xpos = MCU_col_num * compptr->MCU_sample_width;
181 ypos, xpos, (JDIMENSION) blockcnt);
/external/qemu/distrib/jpeg-6b/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);
/external/skia/samplecode/
H A DSampleText.cpp153 SkScalar xpos = x; local
156 pts[i].set(xpos, y), xpos += paint.getTextSize(); local

Completed in 5900 milliseconds

1234