HomeSort by relevance Sort by last modified time
    Searched refs:base2 (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/kernel/arch-x86/asm/
desc_defs.h 29 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
65 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /development/ndk/platforms/android-9/arch-x86/include/asm/
desc_defs.h 29 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
65 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /external/kernel-headers/original/asm-x86/
desc_defs.h 19 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
56 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
desc_defs.h 23 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member in struct:desc_struct
58 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member in struct:ldttss_desc
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 407 int base2 = runBase[i + 1]; local
410 if (DEBUG) assert base1 + len1 == base2; local
428 int k = gallopRight((Comparable<Object>) a[base2], a, base1, len1, 0);
440 base2, len2, len2 - 1);
447 mergeLo(base1, len1, base2, len2);
449 mergeHi(base1, len1, base2, len2);
600 * second run (a[base1] > a[base2]), and the last element of the first run
609 * @param base2 index of first element in second run to be merged
614 private void mergeLo(int base1, int len1, int base2, int len2) {
615 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2;
    [all...]
TimSort.java 440 int base2 = runBase[i + 1]; local
443 if (DEBUG) assert base1 + len1 == base2; local
461 int k = gallopRight(a[base2], a, base1, len1, 0, c);
472 len2 = gallopLeft(a[base1 + len1 - 1], a, base2, len2, len2 - 1, c);
479 mergeLo(base1, len1, base2, len2);
481 mergeHi(base1, len1, base2, len2);
633 * second run (a[base1] > a[base2]), and the last element of the first run
642 * @param base2 index of first element in second run to be merged
646 private void mergeLo(int base1, int len1, int base2, int len2) {
647 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2;
764 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_12.js 78 this.base2 = Hobbyist;
79 this.base2( hobby );
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 173 static gboolean base1, base2, base3, base4, base5, base6; variable
293 base2 = TRUE;
349 g_assert (!base1 && !base2 && !base3 && !base4 && !base5 && !base6);
362 g_assert (base1 && base2 && base3 && base4 && !base5 && !base6);
405 g_assert (base1 && base2 && base3 && base4 && base5 && base6);
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 106 final float base2 = 1.1f; local
110 assertEquals(expected2, TypedValue.complexToFraction(data2, base2, pbase2));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 346 unsigned long curr2, base2; local
362 curr2 = check_stack_stop(&base2, 0);
363 if (base2 == base1) {
368 printk("total stack use=%lu \n",8192 - curr2 + base2);
369 printk("total stack usage=%lu percent \n",100 * (8192 - curr2 + base2) / 8192);
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 687 struct event_base *base1, *base2; local
693 base2 = event_init();
694 event_base_free(base2);
715 struct event_base *base1, *base2; local
720 base2 = event_init();
725 event_base_set(base2, &ev2) ||
735 event_base_loop(base2, EVLOOP_NONBLOCK);
749 event_base_loop(base2, EVLOOP_NONBLOCK);
753 event_base_free(base2);
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 34 Base&& base2 = prvalue<Base>(); local
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 202 long base2 = -50; local
211 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base2, "HH:MM:SS",
214 assertEquals(base2, chronometer.getBase());
541 long base2 = -50; local
548 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base2);
550 assertEquals(base2, chronometer.getBase());
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 463 const char* base2, const char* dir2, const char* file2, bool* ex1, bool* ex2)
473 base2, dir2, file2, file2Ex ? "" : "no ");
480 const char* base2, const char* dir2, const char* file2)
485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex);
488 base2, dir2, (int) strlen(file2) - (int) file2Ex, file2,
498 bool CompareFiles(const char* base1, const char* base2, const char* dir, const char* file)
500 return CompareFiles(base1, dir, file, base2, dir, file);
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 1576 char *path2, *base2; local
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 18 char* base2 = (char*)strrchr(path, '\\'); local
19 if (base1 && base2)
20 return((base1 > base2) ? base1 + 1 : base2 + 1);
23 else if (base2)
24 return(base2 + 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.h     [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 513 constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {{comparison of address of base class subobject 'C' of class 'E' to field 'e' has unspecified value}}
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 642 struct Base2 : Bottom {
643 constexpr Base2(const int &r) : r(r) {}
647 struct Derived : Base, Base2 {
648 constexpr Derived() : Base(76), Base2(a) {}
657 constexpr Base base2(76);
667 static_assert(derived == base2, "");
670 constexpr Bottom &bot2 = (Base2&)derived;
674 constexpr Bottom *pb2 = (Base2*)&derived;
679 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{cannot cast object of dynamic typ (…)
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 970 Base base, base2; local
974 EXPECT_FALSE(m1.Matches(base2));
980 EXPECT_FALSE(m1.Matches(base2));
    [all...]

Completed in 674 milliseconds

1 2