HomeSort by relevance Sort by last modified time
    Searched defs:xpos (Results 1 - 25 of 44) sorted by null

1 2

  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 22 u8 *xpos = x; local
53 os_memcpy(xpos, _t, 20);
58 carry += xkey[k] + xpos[k];
63 xpos += SHA1_MAC_LEN;
fips_prf_openssl.c 53 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;
fips_prf_wolfssl.c 41 u8 *xpos = x; local
67 WPA_PUT_BE32(xpos, _t[0]);
68 WPA_PUT_BE32(xpos + 4, _t[1]);
69 WPA_PUT_BE32(xpos + 8, _t[2]);
70 WPA_PUT_BE32(xpos + 12, _t[3]);
71 WPA_PUT_BE32(xpos + 16, _t[4]);
76 carry += xkey[k] + xpos[k];
81 xpos += 20;
aes-gcm.c 106 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...]
  /build/kati/
string_piece.cc 68 const size_type xpos = result - ptr_; local
69 return xpos + s.length_ <= length_ ? xpos : npos;
  /external/skia/gm/
skinning.cpp 116 int xpos = kCellSize; variable
126 drawPermutations(canvas, xpos, ypos, bones, 1);
131 int& xpos,
146 canvas->translate(xpos, ypos);
170 xpos += kCellSize;
171 if (xpos > kCellSize * kColumnSize) {
172 xpos = kCellSize;
185 drawPermutations(canvas, xpos, ypos, bones, start + 1);
  /external/skqp/gm/
skinning.cpp 116 int xpos = kCellSize; variable
126 drawPermutations(canvas, xpos, ypos, bones, 1);
131 int& xpos,
146 canvas->translate(xpos, ypos);
170 xpos += kCellSize;
171 if (xpos > kCellSize * kColumnSize) {
172 xpos = kCellSize;
185 drawPermutations(canvas, xpos, ypos, bones, start + 1);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 152 int xpos, ypos, MB_in_width; local
157 xpos = mbnum - ypos * MB_in_width;
158 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4);
159 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
mb_motion_comp.cpp 140 int ypos, xpos; local
184 xpos = video->mbnum_col << 4 ;
189 offset = (int32)ypos * width + xpos;
195 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */
196 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3);
259 /* luminance_pred_mode_inter4v(xpos, ypos, px, py, c_prev,
265 xpred = (int)((xpos << 1) + px[0]);
301 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]);
337 xpred = (int)((xpos << 1) + px[2])
563 int ypos, xpos; local
    [all...]
  /external/libchrome/base/strings/
string_piece.cc 115 const size_t xpos = local
117 return xpos + s.size() <= self.size() ? xpos : BasicStringPiece<STR>::npos;
  /external/libhevc/decoder/
ihevcd_decode.c 535 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
541 if(xpos < 0)
542 xpos = 0;
547 xpos,
918 WORD32 xpos = ps_codec->i4_disp_wd - 32 - LOGO_WD; local
    [all...]
  /external/mesa3d/src/mesa/main/
accum.c 129 GLint xpos, GLint ypos, GLint width, GLint height,
139 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
187 GLint xpos, GLint ypos, GLint width, GLint height,
209 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
217 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
281 GLint xpos, GLint ypos, GLint width, GLint height)
290 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height,
311 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height,
394 GLint xpos, ypos, width, height; local
406 xpos = ctx->DrawBuffer->_Xmin
    [all...]
  /external/u-boot/lib/efi_selftest/
efi_selftest_bitblt.c 30 static efi_uintn_t xpos; variable
110 TPL_CALLBACK, notify, (void *)&xpos,
285 xpos = WIDTH;
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 361 float xpos = 0; local
363 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos,
375 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, header);
387 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, str);
398 ypos = textRenderer.drawWrappedString(texProgram, xpos, ypos, glStr);
  /external/freetype/src/pfr/
pfrsbit.c 412 FT_Long xpos, ypos, advance; local
419 xpos = 0;
430 xpos = (FT_Char)b >> 4;
436 xpos = PFR_NEXT_INT8( p );
442 xpos = PFR_NEXT_SHORT( p );
448 xpos = PFR_NEXT_LONG( p );
514 *axpos = xpos;
656 FT_Long xpos = 0, ypos = 0, advance = 0; local
683 &xpos, &ypos,
741 if ( xpos > FT_INT_MAX |
    [all...]
  /external/libjpeg-turbo/
jccoefct.c 148 JDIMENSION ypos, xpos; local
170 xpos = MCU_col_num * compptr->MCU_sample_width;
178 ypos, xpos, (JDIMENSION)blockcnt);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
104 Int ypos, xpos; local
124 xpos = ind_x << 4 ;
138 xpred = (xpos << 1) + dx ;
151 xpred = xpos + dx;
167 EncPrediction_INTER4V(xpos, ypos, mot, c_prev, c_rec,
179 xpred = xpos + dx;
240 Int xpos, /* i */
251 xpred = (Int)((xpos << 1) + mot[1].x);
259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x)
    [all...]
  /external/u-boot/drivers/video/
console_truetype.c 198 double xpos, x_shift; local
214 xpos = frac(VID_TO_PIXEL((double)x));
216 xpos += priv->scale * stbtt_GetCodepointKernAdvance(font,
226 x_shift = xpos - (double)tt_floor(xpos);
227 xpos += advance * priv->scale;
228 width_frac = (int)VID_TO_POS(xpos);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 356 int xpos, ypos; local
358 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 230 int xpos, ypos; local
232 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 65 GLint xpos, ypos; member in struct:st_bitmap_cache
  /external/mksh/src/
lex.c 1134 size_t xpos; local
1146 xpos = Xsavepos(xs, xp);
1204 xp = Xrestpos(xs, xp, xpos);
    [all...]
  /external/skia/src/core/
SkTextBlob.cpp 664 const SkScalar* xpos = it.pos(); local
667 font, paint, glyphs, glyphCount, bounds, runIntervals, [xpos, constY] (int i) {
668 return SkPoint::Make(xpos[i], constY);
845 const SkScalar xpos[], SkScalar constY,
851 memcpy(buffer.pos, xpos, count * sizeof(SkScalar));
    [all...]
  /external/skqp/src/core/
SkTextBlob.cpp 664 const SkScalar* xpos = it.pos(); local
667 font, paint, glyphs, glyphCount, bounds, runIntervals, [xpos, constY] (int i) {
668 return SkPoint::Make(xpos[i], constY);
845 const SkScalar xpos[], SkScalar constY,
851 memcpy(buffer.pos, xpos, count * sizeof(SkScalar));
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 178 __s32 xpos; member in struct:drm_vmw_cursor_bypass_arg

Completed in 886 milliseconds

1 2