HomeSort by relevance Sort by last modified time
    Searched defs:uiv (Results 1 - 8 of 8) sorted by null

  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 15 unsigned int uiv, uix; variable
133 uiv = ix *= iv;
138 {iv = uix; uix -= uiv;}
154 {ix <<= iv; uiv = ix;}
170 iv = uix >>= uiv;
436 {uix = iv | uix; uiv = uix;}
442 iv = ix = ix & uiv;
    [all...]
atomic_read_codegen.c 15 unsigned int uiv, uix; variable
108 uiv = uix;
187 uiv = ix;
atomic_update_codegen.cpp 15 unsigned int uiv, uix; variable
132 uix -= uiv;
162 uix >>= uiv; local
398 ix = ix & uiv;
    [all...]
atomic_write_codegen.c 15 unsigned int uiv, uix; variable
108 uix = uiv;
204 ix = uiv;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 49 UiViewElementNode uiv = new UiViewElementNode(ved); local
50 ViewInfo lvi = new ViewInfo("name", uiv, 10, 12, 110, 120);
58 assertSame(uiv, proxy.getNode());
72 UiViewElementNode uiv = new UiViewElementNode(ved); local
75 NodeProxy proxy = m.create(uiv);
79 assertSame(uiv, proxy.getNode());
96 UiViewElementNode uiv = new UiViewElementNode(ved); local
97 ViewInfo lvi = new ViewInfo("name", uiv, 10, 12, 110, 120);
108 UiViewElementNode uiv = new UiViewElementNode(ved); local
109 ViewInfo lvi = new ViewInfo("name", uiv, 10, 12, 110, 120)
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_math_agree.java 135 long[] uiv = new long[dim]; local
137 uiv[i] = (long)rand.nextInt() - (long)Integer.MIN_VALUE;
138 return uiv;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_math_agree.java 166 long[] uiv = new long[dim]; local
168 uiv[i] = (long) rand.nextInt() - (long) Integer.MIN_VALUE;
169 return uiv;
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_math_agree.java 168 long[] uiv = new long[dim]; local
170 uiv[i] = (long) rand.nextInt() - (long) Integer.MIN_VALUE;
171 return uiv;

Completed in 257 milliseconds