HomeSort by relevance Sort by last modified time
    Searched defs:ix (Results 276 - 300 of 326) sorted by null

<<11121314

  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 1162 int ix = SkScalarRound(fMatrix->getTranslateX()); local
1285 int32_t ix = SkScalarRound(matrix.getTranslateX()); local
1303 int ix = SkScalarRound(matrix.getTranslateX()); local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 232 int ix, res, olduse; local
259 for (ix = 0; ix < x->used; ix++) {
264 for (; ix < n->used * 2 + 1; ix++) {
272 for (ix = 0; ix < n->used; ix++) {
277 * that W[ix-1] have the carry cleared (see after the inner loop
416 int olduse, res, pa, ix, iz; local
520 int olduse, res, pa, ix, iz; local
623 int olduse, res, pa, ix, iz; local
889 int res, ix, oldused; local
1050 int res, ix, px; local
2049 int res, ix; local
2144 int res, ix; local
2242 int ix; local
4752 int ix, res, digs; local
5184 int ix, res, olduse; local
5488 int res, ix, px; local
5612 int err, ix; local
5669 int ix, err, res; local
6911 int ix, iy, iw; local
6967 int ix, iy; local
7541 int res, ix, oldused; local
8563 int res, ix, px; local
8723 int ix, iy; local
9138 int res, pa, pb, ix, iy; local
9232 int res, pa, pb, ix, iy; local
9314 int res, ix, iy, pa; local
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 1196 int ix = cvRound(_ix*ystep); \/\/ it really should be ystep local
    [all...]
  /external/skia/src/core/
SkDraw.cpp 1162 int ix = SkScalarRound(fMatrix->getTranslateX()); local
1285 int32_t ix = SkScalarRound(matrix.getTranslateX()); local
1303 int ix = SkScalarRound(matrix.getTranslateX()); local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 291 flatten_Expr(bb, ex->Iex.GetI.ix),
414 e1 = flatten_Expr(bb, puti->ix);
765 vassert(isIRAtom(st->Ist.PutI.details->ix));
901 vassert(isIRAtom(st->Ist.PutI.details->ix));
3074 IRTemp ix; member in struct:__anon29374::__anon29376::__anon29383
3929 IRExpr* ix = st->Ist.WrTmp.data->Iex.GetI.ix; local
    [all...]
guest_arm_toIR.c 228 static UInt setbit32 ( UInt x, Int ix, UInt b )
230 UInt mask = 1 << ix;
232 x |= ((b << ix) & mask);
2503 IRTemp ix = newTemp(Ity_I32); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 2232 struct { Addr ip; DebugInfo* di; Word ix; } member in struct:__anon29526
    [all...]
readdwarf.c 2731 Int ix, ix2, reg; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 1335 UWord i, j, ix, old_size, new_size; local
1395 UWord i, ix; local
1452 UWord ix = compute_II_hash(ip, sf->htab_size); local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 203 mi->ix,
213 c->ix, c->enabled ? "ON" : "off", c->zorder);
216 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
273 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
441 oc->ix = 0;
843 } d = { .dis = { .ix = 1 } };
920 struct dsscomp_setup_display_data sdis = { .ix = 1, };
1228 unsigned int i, ix; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
parser.c 10638 int ix; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 175 ** If WhereMaskSet.ix[A]==B it means that The A-th bit of a Bitmask
191 int ix[BMS]; /* Cursor assigned to each bit */ member in struct:WhereMaskSet
404 if( pMaskSet->ix[i]==iCursor ){
416 ** sqlite3WhereBegin() routine. So we know that the pMaskSet->ix[]
420 assert( pMaskSet->n < ArraySize(pMaskSet->ix) );
421 pMaskSet->ix[pMaskSet->n++] = iCursor;
    [all...]
  /external/libxml2/
parser.c 10659 int ix; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1350 IRAtom* ix = puti->ix; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 1229 int ix = i % mWidgetCountX; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 1195 int ix = i % mWidgetCountX; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/valgrind/main/helgrind/
libhb_core.c 770 static void write_twobit_array ( UChar* arr, UWord ix, UWord b2 ) {
772 tl_assert(ix >= 0);
773 bix = ix >> 2;
774 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
781 static UWord read_twobit_array ( UChar* arr, UWord ix ) {
783 tl_assert(ix >= 0);
784 bix = ix >> 2;
785 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
1453 UWord ix = read_twobit_array( lineZ->ix2s, i ); local
3695 Word ix = VG_(addToXA)( thrid_to_thr_map, &thr ); local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1620 IRExpr* ix; \/* Variable part of index into array *\/ member in struct:_IRExpr::__anon29424::__anon29427
2126 IRExpr* ix; \/* Variable part of index into array *\/ member in struct:__anon29442
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 3931 milliseconds

<<11121314