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

123456

/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/skia/src/core/
H A DSkTextToPathIter.h33 bool next(const SkPath** path, SkScalar* xpos);
44 SkScalar fXPos; // accumulated xpos, returned in next
H A DSkBitmapProcState_matrixProcs.cpp334 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
346 if (xpos < 0) {
347 n = -xpos;
357 xpos = 0;
361 if (xpos < width) {
362 n = width - xpos;
366 fill_sequential(xptr, xpos, n);
382 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
391 int start = sk_int_mod(xpos, width);
422 int xpos local
[all...]
H A DSkBBoxRecord.cpp207 void SkBBoxRecord::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], argument
226 if (xpos[i] < bbox.fLeft) {
227 bbox.fLeft = xpos[i];
229 if (xpos[i] > bbox.fRight) {
230 bbox.fRight = xpos[i];
246 // INHERITED::drawPosTextH(text, byteLength, xpos, constY, paint);
248 drawPosTextHImpl(text, byteLength, xpos, constY, paint, flatPaintData);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_linux.h36 int ViECreateWindow(Window *outWindow, Display **outDisplay, int xpos,
/external/skia/src/core/
H A DSkTextToPathIter.h33 bool next(const SkPath** path, SkScalar* xpos);
44 SkScalar fXPos; // accumulated xpos, returned in next
H A DSkBitmapProcState_matrixProcs.cpp334 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
346 if (xpos < 0) {
347 n = -xpos;
357 xpos = 0;
361 if (xpos < width) {
362 n = width - xpos;
366 fill_sequential(xptr, xpos, n);
382 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
391 int start = sk_int_mod(xpos, width);
422 int xpos local
[all...]
H A DSkBBoxRecord.cpp200 void SkBBoxRecord::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], argument
219 if (xpos[i] < bbox.fLeft) {
220 bbox.fLeft = xpos[i];
222 if (xpos[i] > bbox.fRight) {
223 bbox.fRight = xpos[i];
239 // INHERITED::drawPosTextH(text, byteLength, xpos, constY, paint);
241 drawPosTextHImpl(text, byteLength, xpos, constY, paint, flatPaintData);
/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/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/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h57 TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true)
60 , m_xpos(xpos)
77 TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true)
80 , m_xpos(xpos)
97 TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, bool normalizeSpace = false)
100 , m_xpos(xpos)
125 TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, bool normalizeSpace = false)
128 , m_xpos(xpos)
/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/skia/tests/
H A DRecordDrawTest.cpp22 SkAutoTMalloc<SkScalar> xpos(len);
24 xpos[i] = (SkScalar)i;
26 canvas->drawPosTextH(text, len, xpos, y, SkPaint());
/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/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc177 float xpos, xvel, xaccel;
187 float xpos,
191 float xpos,
748 float xpos,
752 state.xpos = xpos;
763 float xpos,
774 float xvel = (xpos - state.xpos) / dt;
800 state.xpos
746 InitState(State& state, const TimeTicks& event_time, float xpos, float ypos) const argument
760 UpdateState( State& state, const TimeTicks& event_time, float xpos, float ypos) const argument
[all...]
/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

Completed in 1222 milliseconds

123456