HomeSort by relevance Sort by last modified time
    Searched defs:ix (Results 201 - 210 of 210) sorted by null

1 2 3 4 5 6 7 89

  /hardware/ti/omap4xxx/hwc/
hwc.c 201 mi->ix,
211 c->ix, c->enabled ? "ON" : "off", c->zorder);
214 c->ix, c->enabled ? "ON" : "off", c->zorder, DSS_FMT(c->color_mode),
271 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
439 oc->ix = 0;
835 } d = { .dis = { .ix = 1 } };
912 struct dsscomp_setup_display_data sdis = { .ix = 1, };
1184 unsigned int i, ix; local
    [all...]
  /external/libxml2/
parser.c 10415 int ix; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 2714 Int ix, ix2, reg; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 1142 int ix = i % mWidgetCountX; local
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 509 static void write_twobit_array ( UChar* arr, UWord ix, UWord b2 ) {
511 tl_assert(ix >= 0);
512 bix = ix >> 2;
513 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
520 static UWord read_twobit_array ( UChar* arr, UWord ix ) {
522 tl_assert(ix >= 0);
523 bix = ix >> 2;
524 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
1192 UWord ix = read_twobit_array( lineZ->ix2s, i ); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 228 static UInt setbit32 ( UInt x, Int ix, UInt b )
230 UInt mask = 1 << ix;
232 x |= ((b << ix) & mask);
2467 IRTemp ix = newTemp(Ity_I32); local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1321 IRExpr* ix; \/* Variable part of index into array *\/ member in struct:_IRExpr::__anon12218::__anon12221
1886 IRExpr* ix; \/* Variable part of index into array *\/ member in struct:_IRStmt::__anon12238::__anon12243
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jython/
jython.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 4069 milliseconds

1 2 3 4 5 6 7 89