Searched defs:xpos (Results 1 - 25 of 71) 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.c31 u8 *xpos = x; local
62 os_memcpy(xpos, _t, 20);
67 carry += xkey[k] + xpos[k];
72 xpos += 20;
/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;
/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;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSkiaFontWin.cpp78 SkScalar* xpos = storage.get(); local
80 xpos[i] = x;
84 xpos, y, textRect, *paint);
/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/base/
H A Dstring_piece.cc43 const size_type xpos = result - ptr_; local
44 return xpos + s.length_ <= length_ ? xpos : npos;
/external/chromium_org/base/strings/
H A Dstring_piece.cc62 const StringPiece::size_type xpos = local
64 return xpos + s.size() <= self.size() ? xpos : StringPiece::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/grub/docs/
H A Dkernel.c37 static int xpos; variable
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/harfbuzz/contrib/
H A Dharfbuzz-freetype.c68 hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos,
88 *xpos = face->glyph->outline.points[point].x;
67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *n_points) argument
/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/chromium_org/third_party/openssl/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/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp272 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
284 if (xpos < 0) {
285 n = -xpos;
295 xpos = 0;
299 if (xpos < width) {
300 n = width - xpos;
304 fill_sequential(xptr, xpos, n);
320 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
329 int start = sk_int_mod(xpos, width);
360 int xpos local
[all...]
/external/harfbuzz/tests/shaping/
H A Dmain.cpp113 HB_Error hb_getPointInOutline(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints) argument
133 *xpos = face->glyph->outline.points[point].x;
/external/harfbuzz_ng/src/
H A Dhb-old.cc134 HB_Fixed *xpos,
130 hb_old_getPointInOutline(HB_Font old_font, HB_Glyph glyph, int flags , hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints) argument
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeCluster.java193 int xpos = xPosition.get(xPosition.size() - 1);
206 if (xpos >= lineLength * 2) {
314 float xpos = 0; field in class:TestBatchNodeCluster
/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/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/src/core/
H A DSkBitmapProcState_matrixProcs.cpp272 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
284 if (xpos < 0) {
285 n = -xpos;
295 xpos = 0;
299 if (xpos < width) {
300 n = width - xpos;
304 fill_sequential(xptr, xpos, n);
320 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
329 int start = sk_int_mod(xpos, width);
360 int xpos local
[all...]

Completed in 839 milliseconds

123