HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 151 - 175 of 213) sorted by null

1 2 3 4 5 67 8 9

  /external/v8/src/third_party/dtoa/
dtoa.c 2677 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 1884 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 477 private void assertEqualsBundle(Bundle b1, Bundle b2) {
478 assertEquals(b1.keySet(), b2.keySet());
480 assertEquals(b1.get(key), b2.get(key));
  /external/bluetooth/hcidump/parser/
rfcomm.h 291 uint8_t b2:1; member in struct:break_signals
435 uint8_t b2:1; member in struct:break_signals
  /hardware/broadcom/wlan/bcm4329/src/include/
linux_osl.h 204 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len))
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 118 jbyte b2 = *src++; local
121 *dst++ = b2;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ByteTest.java 496 Byte b2 = new Byte((byte) 90);
498 assertTrue("Equality test failed", b1.equals(b2));
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
3564 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, variable
    [all...]
  /external/chromium/third_party/icu/source/common/
ucase.h 188 int8_t b1, b2, b3; member in struct:UCaseContext
  /external/icu4c/common/
ucase.h 188 int8_t b1, b2, b3; member in struct:UCaseContext
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 140 vadd.s16 d3, d18, d21 ;b2 = temp1 + temp2 -- q is not necessary, just for protection
141 vadd.s16 d7, d28, d31 ;b2 = temp1 + temp2 -- q is not necessary, just for protection
fastfdct4x4_neon.asm 96 vadd.s16 d3, d14, d17 ;b2 = temp1 + temp2 -- q is not necessary, just for protection
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
70 vsraw v11, v11, v7 ;# v11 = A2 A3 B2 B3
72 vpkuwum v10, v10, v11 ;# v10 = A0 A1 B0 B1 A2 A3 B2 B3
73 vperm \Dst, v10, v10, v5 ;# Dest = A0 B0 A1 B1 A2 B2 A3 B3
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 326 m2, b2, t2 = mbt2.split(':',3)
329 elif int(m1) == int(m2) and int(b1) > int(b2):
331 elif int(b1) == int(b2) and int(t1) > int(t2):
333 elif int(m1) == int(m2) and int(b1) == int(b2) and int(t1) == int(t2):
  /external/v8/test/mjsunit/
array-sort.js 319 100: "b2",
340 var sorted = ["a2", "a3", "b1", "b2", "c1", "c2", "d1", "d2", "e3",
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 1271 UBool b1, b2; local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 1282 UBool b1, b2; local
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 100 final Bundle b2 = new Bundle(b1); local
101 assertTrue(b2.getBoolean(KEY));
315 final byte b2 = 7;
318 mBundle.putByte(KEY, b2);
319 assertEquals((Byte)b2, mBundle.getByte(KEY, b1));
321 assertEquals((Byte)b2, mBundle.getByte(KEY, b1));
    [all...]
  /external/quake/quake/src/QW/client/
common.c 446 byte b1,b2; local
449 b2 = (l>>8)&255;
451 return (b1<<8) + b2;
461 byte b1,b2,b3,b4; local
464 b2 = (l>>8)&255;
468 return ((int)b1<<24) + ((int)b2<<16) + ((int)b3<<8) + b4;
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 214 Uri b2 = Uri.parse("foo:b"); local
218 assertEquals(0, b.compareTo(b2));
340 uri = uri.buildUpon().appendQueryParameter("a", "b2").build();
341 assertEquals(Arrays.asList("b", "b2"), uri.getQueryParameters("a"));
344 assertEquals(Arrays.asList("b", "b2"), uri.getQueryParameters("a"));
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java     [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 560 byte[] b2 = other.getEncoded();
562 return Arrays.areEqual(b1, b2);
  /external/genext2fs/
genext2fs.c 1801 uint32 *b,*b2; local
1858 uint32 *b,*b2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 436 if (gameport.b2 != joy->buttons[1]) {
437 SDL_PrivateJoystickButton(joy, 1, gameport.b2);
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]

Completed in 820 milliseconds

1 2 3 4 5 67 8 9