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

1 2 3 4

  /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 31 u8 *xpos = x; local
62 os_memcpy(xpos, _t, 20);
67 carry += xkey[k] + xpos[k];
72 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...]
  /art/runtime/base/
stringpiece.cc 40 const size_type xpos = result - ptr_; local
41 return xpos + s.length_ <= static_cast<size_type>(length_) ? xpos : npos;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SkiaFontWin.cpp 78 SkScalar* xpos = storage.get(); local
80 xpos[i] = x;
84 xpos, y, textRect, *paint);
  /external/chromium_org/base/strings/
string_piece.cc 62 const StringPiece::size_type xpos = local
64 return xpos + s.size() <= self.size() ? xpos : StringPiece::npos;
  /external/chromium_org/third_party/re2/util/
stringpiece.cc 48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
  /external/regex-re2/util/
stringpiece.cc 48 const size_type xpos = result - ptr_; local
49 return xpos + s.length_ <= length_ ? xpos : npos;
  /external/chromium/base/
string_piece.cc 43 const size_type xpos = result - ptr_; local
44 return xpos + s.length_ <= length_ ? xpos : npos;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.cc 49 const size_type xpos = result - ptr_; local
50 return xpos + s.length_ <= length_ ? xpos : npos;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 143 int xpos, ypos, MB_in_width; local
148 xpos = mbnum - ypos * MB_in_width;
149 lumstart = (ypos << 4) * (int32)width_Y + (xpos << 4);
150 chrstart = (ypos << 3) * (int32)width_C + (xpos << 3);
mb_motion_comp.cpp 136 int ypos, xpos; local
180 xpos = video->mbnum_col << 4 ;
185 offset = (int32)ypos * width + xpos;
191 /* imv = (xpos/8) + ((ypos/8) * mvwidth) */
192 imv = (offset >> 6) - (xpos >> 6) + (xpos >> 3);
250 /* luminance_pred_mode_inter4v(xpos, ypos, px, py, c_prev,
256 xpred = (int)((xpos << 1) + px[0]);
292 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]);
328 xpred = (int)((xpos << 1) + px[2])
554 int ypos, xpos; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
accum.c 190 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 = ctx->DrawBuffer->_Xmin
    [all...]
  /external/grub/docs/
kernel.c 37 static int xpos; variable
155 /* Clear the screen and initialize VIDEO, XPOS and YPOS. */
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/mesa3d/src/mesa/main/
accum.c 190 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 = ctx->DrawBuffer->_Xmin
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
engine.c 202 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 > 0
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 272 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 = nofilter_trans_preamble(s, &xy, x, y) local
    [all...]
  /external/jpeg/
jccoefct.c 150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);
  /external/openssl/apps/
engine.c 202 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 > 0
    [all...]
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 150 JDIMENSION ypos, xpos; local
172 xpos = MCU_col_num * compptr->MCU_sample_width;
180 ypos, xpos, (JDIMENSION) blockcnt);
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 272 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 = nofilter_trans_preamble(s, &xy, x, y) local
    [all...]
  /frameworks/native/include/input/
VelocityTracker.h 215 float xpos, xvel, xaccel; member in struct:android::IntegratingVelocityTrackerStrategy::State
223 void initState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
224 void updateState(State& state, nsecs_t eventTime, float xpos, float ypos) const;
  /frameworks/native/services/surfaceflinger/
Transform.cpp 238 int xpos = floorf(tx() + 0.5f); local
240 out = reg.translate(xpos, ypos);
  /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/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 787 int xpos = draggingRect.maxX(); local
788 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos;
791 return IntPoint(xpos, ypos);
    [all...]

Completed in 1758 milliseconds

1 2 3 4