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

  /bionic/libc/kernel/arch-x86/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
  /development/ndk/platforms/android-9/arch-x86/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
  /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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /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);
  /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/util/src/android/util/cts/
TypedValueTest.java 163 final float base2 = 1.1f; local
167 assertEquals(expected2, TypedValue.complexToFraction(data2, base2, pbase2));
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 261 long base2 = -50; local
270 mRemoteViews.setChronometer(R.id.remoteView_chronometer, base2, "HH:MM:SS",
273 assertEquals(base2, chronometer.getBase());
683 long base2 = -50; local
690 mRemoteViews.setLong(R.id.remoteView_chronometer, "setBase", base2);
692 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...]
  /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...]
  /external/v8/test/cctest/
test-api.cc 1163 v8::Handle<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(); local
    [all...]

Completed in 1085 milliseconds