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

1 2 3

  /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...]
  /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;
  /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/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/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/legacy/src/core/
SkBitmapProcState_matrixProcs.cpp 334 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 = nofilter_trans_preamble(s, &xy, x, y) local
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 327 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
339 if (xpos < 0) {
340 n = -xpos;
350 xpos = 0;
354 if (xpos < width) {
355 n = width - xpos;
359 fill_sequential(xptr, xpos, n);
375 int xpos = nofilter_trans_preamble(s, &xy, x, y); local
384 int start = sk_int_mod(xpos, width);
415 int xpos = nofilter_trans_preamble(s, &xy, x, y) local
    [all...]
  /frameworks/base/include/androidfw/
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 241 int xpos = floorf(tx() + 0.5f); local
243 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/grub/stage2/
char_io.c 311 int xpos, lpos, c, section; local
343 else if (xpos - count < 1)
347 xpos -= count;
357 gotoxy (xpos, getxy () & 0xFF);
367 if (xpos + count >= CMDLINE_WIDTH)
371 xpos += count;
386 gotoxy (xpos, getxy () & 0xFF);
396 int pos = xpos;
435 offset = xpos - plen;
438 xpos = lpos + plen
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 193 int xpos = xPosition.get(xPosition.size() - 1); local
206 if (xpos >= lineLength * 2) {
314 float xpos = 0; field in class:TestBatchNodeCluster
  /external/webkit/Source/WebCore/page/
DragController.cpp 654 int xpos = draggingRect.maxX(); local
655 xpos = draggingRect.x() < xpos ? draggingRect.x() : xpos;
663 return IntPoint(xpos, ypos);
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 137 float xpos; local
163 xpos = (float) Math.ceil(segmentStartX);
166 while (xpos < segmentEndX) {
167 ypos = slope * (xpos - segmentStartX) + segmentStartY;
168 plot(xpos, ypos, sample, bitmapSize);
169 xpos++;
172 xpos = (float) Math.ceil(segmentEndX);
175 while (xpos < segmentStartX) {
176 ypos = slope * (xpos - segmentStartX) + segmentStartY;
177 plot(xpos, ypos, sample, bitmapSize);
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.cpp 2699 int i,xi,yi,xpos,ypos,nr; local
2734 int i,xi,yi,xpos,ypos,nr; local
2787 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2831 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
2878 int i,xi,yi,xpos,ypos,nr,wxi,wyi; local
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 229 final int xpos = random(-mWidth, mWidth); local
234 blades.xPos = xpos;
244 blades.turbulencex = xpos * 0.006f;
  /external/mksh/src/
lex.c 1120 int xpos; local
1125 xpos = strlen(xp) - 1;
1126 memmove(xp, xp + 1, xpos);
1127 xp[xpos] = '\n';
1141 xpos = Xsavepos(xs, xp);
1199 xp = Xrestpos(xs, xp, xpos);
    [all...]

Completed in 2544 milliseconds

1 2 3