HomeSort by relevance Sort by last modified time
    Searched full:bcd (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
testcases.h 89 {0, "([abc])*bcd", "abcd"},
106 {0, "a[bcd]*dcdcde", "adcdcde"},
107 {1, "a[bcd]+dcdcde", "adcdcde"},
BOOST.tests 196 [^bcd] a 0 1
197 [^bcd] b -1 -1
198 [^bcd] d -1 -1
199 [^bcd] e 0 1
285 (a)\1bcd aabcd 0 5 0 1
  /external/chromium/chrome/common/
child_process_logging_win.cc 60 // Remove all instance of '-' char from the GUID. So BCD-WXY becomes BCDWXY.
  /external/qemu/android/config/linux-x86/asm/
kvm.h 214 __u8 bcd; member in struct:kvm_pit_channel_state
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 214 __u8 bcd; member in struct:kvm_pit_channel_state
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
asterisk.js 77 String(["bcd"]), String('abcdef'.match(/[\d]*[\s]*bc./)));
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidDataInputStreamTest.java 72 f.writeBytes("BCD");
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieTest.java 132 mCookieManager.setCookie(url_bcd, "x=bcd; domain=.b.c.d.com");
138 assertTrue(cookie.contains("x=bcd"));
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 133 unsigned int bcdUSB; // USB Spec Release Number (BCD).
140 unsigned int bcdDevice; // Device release number (BCD).
  /external/qemu/telephony/
gsm.c 40 gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen, bytes_t dst )
48 int c = (bcd[0] >> shift) & 0xf;
60 bcd++;
996 gsm_bcdnum_to_ascii( cbytes_t bcd, int count, bytes_t dst )
1002 int c = (bcd[0] >> shift) & 0xf;
1016 bcd += 1;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 241 float bcd = interpolate(bc, cd, t); local
242 return interpolate(abc, bcd, t);
403 float bcd = interpolate(bc, cd, t); local
404 float abcd = interpolate(abc, bcd, t);
410 dst[8] = bcd;
  /external/kernel-headers/original/asm-mips/sgi/
ioc.h 88 #define SGINT_TCWORD_BCD 0x01 /* Use BCD mode for counters */
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 166 ASSERT_STREQ("bcd", buffer);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 71 // Make sure the final unused BCD digit is 0xf
  /external/icu4c/test/testdata/
re_tests.txt 172 ([abc])*bcd abcd y $&-$1 abcd-a
186 (a|b)c*d abcd y $&-$1 bcd-b
204 a[bcd]*dcdcde adcdcde y $& adcdcde
205 a[bcd]+dcdcde adcdcde n - -
352 '([abc])*bcd'i ABCD y $&-$1 ABCD-A
362 '(a|b)c*d'i ABCD y $&-$1 BCD-B
368 'a[bcd]*dcdcde'i ADCDCDE y $& ADCDCDE
369 'a[bcd]+dcdcde'i ADCDCDE n - -
550 ^[^bcd]*(c+) aexycd y $1 c
555 ^[^bcd]*(c+) aexycd y $1
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 668 unsigned short bcd[5]; local
671 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st");
672 asm("fbld %1" : "=t" (b) : "m" (bcd[0]));
673 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n",
674 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
    [all...]
test-i386.c 630 unsigned short bcd[5]; local
633 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st");
634 asm("fbld %1" : "=t" (b) : "m" (bcd[0]));
635 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n",
636 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
SDL_syscdrom.c 69 return((value % 10) + (value / 10) * 0x10); /* Convert value to BCD */
74 return((value % 0x10) + (value / 0x10) * 10); /* Convert value from BCD */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 113 * share code and logic with GSM. Also, gather all DTMF/BCD
  /external/skia/src/core/
SkGeometry.cpp 501 SkScalar bcd = SkScalarInterp(bc, cd, t);
502 return SkScalarInterp(abc, bcd, t);
574 SkScalar bcd = SkScalarInterp(bc, cd, t); local
575 SkScalar abcd = SkScalarInterp(abc, bcd, t);
581 dst[8] = bcd;
    [all...]
  /external/v8/test/mjsunit/third_party/
regexp-pcre.js 93 res[14] = /a|[bcd]/i;
321 res[242] = /(?!.bcd).*/i;
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sgi/
hpc3.h 70 volatile u32 bcd; member in struct:hpc3_scsiregs
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 70 volatile u32 bcd; member in struct:hpc3_scsiregs
  /external/clang/test/Analysis/
string.c 895 char *x = "Bcd";
902 char *y = "Bcd";
974 char *x = "Bcd";
981 char *y = "Bcd";
  /external/clang/test/Sema/
format-strings-scanf.c 97 scanf("%a[bcd]", sp); // expected-warning{{format specifies type 'float *' but the argument has type 'char **'}}

Completed in 741 milliseconds

12 3 4 5 6 7 8