HomeSort by relevance Sort by last modified time
    Searched refs:i3 (Results 126 - 150 of 198) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
idct_v6.asm 87 ldr r12,[r0, #(2*2)] ; i3 | i2
105 pkhtb r6, r12, r14, asr #16 ; i3 | i7
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 26 int i3[] = {1, 0}; local
29 assert(std::is_heap_until(i3, i3+2) == i3+2);
is_heap.pass.cpp 26 int i3[] = {1, 0}; local
29 assert(std::is_heap(i3, i3+2) == (std::is_heap_until(i3, i3+2) == i3+2));
is_heap_until_comp.pass.cpp 27 int i3[] = {1, 0}; local
30 assert(std::is_heap_until(i3, i3+2, std::greater<int>()) == i3+1);
is_heap_comp.pass.cpp 27 int i3[] = {1, 0}; local
30 assert(std::is_heap(i3, i3+2, std::greater<int>()) == (std::is_heap_until(i3, i3+2, std::greater<int>()) == i3+2));
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 87 ldr r12,[r0, #(2*2)] ; i3 | i2
105 pkhtb r6, r12, r14, asr #16 ; i3 | i7
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
idct_v6.asm 87 ldr r12,[r0, #(2*2)] ; i3 | i2
105 pkhtb r6, r12, r14, asr #16 ; i3 | i7
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 26 int i3[] = {1, 0}; local
29 assert(std::is_heap_until(i3, i3+2) == i3+2);
is_heap.pass.cpp 26 int i3[] = {1, 0}; local
29 assert(std::is_heap(i3, i3+2) == (std::is_heap_until(i3, i3+2) == i3+2));
is_heap_until_comp.pass.cpp 27 int i3[] = {1, 0}; local
30 assert(std::is_heap_until(i3, i3+2, std::greater<int>()) == i3+1);
is_heap_comp.pass.cpp 27 int i3[] = {1, 0}; local
30 assert(std::is_heap(i3, i3+2, std::greater<int>()) == (std::is_heap_until(i3, i3+2, std::greater<int>()) == i3+2));
    [all...]
  /art/test/700-LoadArgRegs/src/
Main.java 273 static void testMore(int i1, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, int i2, int i3, int i4, int i5, int i6) {
274 System.out.println(i1+", "+d1+", "+d2+", "+d3+", "+d4+", "+d5+", "+d6+", "+d7+", "+d8+", "+d9+", "+i2+", "+i3+", "+i4+", "+i5+", "+i6);
  /external/chromium_org/v8/test/cctest/compiler/
test-instruction.cc 150 int i3 = R.NewInstr(b1); local
166 CHECK_EQ(b1, R.code->GetBasicBlock(i3));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 206 public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) {
210 public void onTextChanged(CharSequence charSequence, int i, int i2, int i3) {
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.cpp     [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1578 jint i3 = 3; local
1649 jint i3 = 3; local
1719 jint i3 = 3; local
    [all...]
  /external/iputils/
ping.c 197 int i1, i2, i3, i4;
200 &i1, &i2, &i3, &i4, &dummy) == 4) {
205 ptr[2] = i3;
    [all...]
  /external/openssl/crypto/x509v3/
v3_asid.c 556 int i1, i2, i3, is_range, which;
598 i3 = i2 + strspn(val->value + i2, "0123456789");
599 if (val->value[i3] != '\0') {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 1232 Inner i3; member in struct:Nesting
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 1232 Inner i3; member in struct:Nesting
    [all...]
  /external/clang/lib/Headers/
emmintrin.h 1099 _mm_set_epi32(int i3, int i2, int i1, int i0)
1101 return (__m128i)(__v4si){ i0, i1, i2, i3};
1153 _mm_setr_epi32(int i0, int i1, int i2, int i3)
1155 return (__m128i)(__v4si){ i0, i1, i2, i3};
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 151 I i3(i1 ? J() : I());
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
emmintrin.h 1099 _mm_set_epi32(int i3, int i2, int i1, int i0)
1101 return (__m128i)(__v4si){ i0, i1, i2, i3};
1153 _mm_setr_epi32(int i0, int i1, int i2, int i3)
1155 return (__m128i)(__v4si){ i0, i1, i2, i3};
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
emmintrin.h 1099 _mm_set_epi32(int i3, int i2, int i1, int i0)
1101 return (__m128i)(__v4si){ i0, i1, i2, i3};
1153 _mm_setr_epi32(int i0, int i1, int i2, int i3)
1155 return (__m128i)(__v4si){ i0, i1, i2, i3};
    [all...]

Completed in 1422 milliseconds

1 2 3 4 56 7 8