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

1 2 3 4 5

  /external/regex-re2/util/
logging.h 15 #define DCHECK_EQ(val1, val2) assert((val1) == (val2))
16 #define DCHECK_NE(val1, val2) assert((val1) != (val2))
17 #define DCHECK_LE(val1, val2) assert((val1) <= (val2))
18 #define DCHECK_LT(val1, val2) assert((val1) < (val2))
19 #define DCHECK_GE(val1, val2) assert((val1) >= (val2)
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
env.c 10 char* val1 = "x"; local
14 setenv("MYVAR", val1, /*overwrite*/0); // makes a copy which is later leaked
15 assert( 0 == strcmp(getenv("MYVAR"), val1) );
  /bionic/libc/inet/
ether_aton.c 55 int i, val0, val1; local
62 val1 = xdigit(*asc);
64 if (val1 < 0)
67 addr->ether_addr_octet[i] = (u_int8_t)((val0 << 4) + val1);
  /external/chromium/testing/
gtest_mac.h 38 #define EXPECT_NSNE(val1, val2) \
39 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
43 #define ASSERT_NSNE(val1, val2) \
44 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
  /external/mdnsresponder/mDNSPosix/
Services.txt 25 name=val1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
msr.h 28 #define rdmsr(msr,val1,val2) __asm__ __volatile__("rdmsr" : "=a" (val1), "=d" (val2) : "c" (msr))
32 #define wrmsr(msr,val1,val2) __asm__ __volatile__("wrmsr" : : "c" (msr), "a" (val1), "d" (val2))
46 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /external/chromium/googleurl/base/
logging.h 274 #define DCHECK_OP(name, op, val1, val2) \
276 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
297 #define DCHECK_EQ(val1, val2) DCHECK_OP(EQ, ==, val1, val2)
298 #define DCHECK_NE(val1, val2) DCHECK_OP(NE, !=, val1, val2)
299 #define DCHECK_LE(val1, val2) DCHECK_OP(LE, <=, val1, val2)
300 #define DCHECK_LT(val1, val2) DCHECK_OP(LT, < , val1, val2
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 43 typename Val1, typename Val2>
45 void f(Val1 val1, Val2 val2) {
47 [Subscript1] = val1,
59 typename Val1>
61 void f(Val1 val1) {
63 [Subscript1...Subscript2] = val1 // expected-error{{exceeds}}
  /external/freetype/src/base/
ftlcdfil.c 50 FT_UInt val1, xx; local
53 val1 = line[0];
54 fir[0] = weights[2] * val1;
55 fir[1] = weights[3] * val1;
56 fir[2] = weights[4] * val1;
60 val1 = line[1];
61 fir[0] += weights[1] * val1;
62 fir[1] += weights[2] * val1;
63 fir[2] += weights[3] * val1;
64 fir[3] += weights[4] * val1;
109 FT_UInt val1, yy; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
msr.h 23 #define rdmsr(msr,val1,val2) \
25 : "=a" (val1), "=d" (val2) \
36 #define wrmsr(msr,val1,val2) \
39 : "c" (msr), "a" (val1), "d" (val2))
64 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 23 #define rdmsr(msr,val1,val2) \
25 : "=a" (val1), "=d" (val2) \
36 #define wrmsr(msr,val1,val2) \
39 : "c" (msr), "a" (val1), "d" (val2))
64 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 23 #define rdmsr(msr,val1,val2) \
25 : "=a" (val1), "=d" (val2) \
36 #define wrmsr(msr,val1,val2) \
39 : "c" (msr), "a" (val1), "d" (val2))
64 #define write_tsc(val1,val2) wrmsr(0x10, val1, val2)
  /external/openssl/crypto/bn/
bn_exp2.c 127 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
154 val1[0] = BN_CTX_get(ctx);
156 if(!d || !r || !val1[0] || !val2[0]) goto err;
170 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
174 if (!BN_mod(val1[0],a1,m,ctx))
176 a_mod_m = val1[0];
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) goto err;
190 if (!BN_mod_mul_montgomery(d,val1[0],val1[0],mont,ctx)) goto err;
195 if(((val1[i] = BN_CTX_get(ctx)) == NULL) |
    [all...]
  /external/chromium/base/
logging.h 494 #define CHECK_OP(name, op, val1, val2) \
496 logging::Check##name##Impl((val1), (val2), \
497 #val1 " " #op " " #val2)) \
523 #define CHECK_EQ(val1, val2) CHECK_OP(EQ, ==, val1, val2)
524 #define CHECK_NE(val1, val2) CHECK_OP(NE, !=, val1, val2)
525 #define CHECK_LE(val1, val2) CHECK_OP(LE, <=, val1, val2)
526 #define CHECK_LT(val1, val2) CHECK_OP(LT, < , val1, val2
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 718 const T1& val1, const T2& val2) {\
719 if (val1 op val2) {\
724 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\
725 << " vs " << FormatForComparisonFailureMessage(val2, val1);\
730 BiggestInt val1, BiggestInt val2);
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 421 int32_t val1, val2; local
422 if (msg->findInt32(PLAYEREVENT_PREFETCHSTATUSCHANGE, &val1)) {
423 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHSTATUSCHANGE, val1);
424 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser);
426 } else if (msg->findInt32(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, &val1)) {
427 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PREFETCHFILLLEVELUPDATE, val1);
428 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser);
429 } else if (msg->findInt32(PLAYEREVENT_ENDOFSTREAM, &val1)) {
430 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_ENDOFSTREAM, val1);
431 notifClient(kEventEndOfStream, val1, 0, notifUser)
    [all...]
  /external/dropbear/
dss.c 170 DEF_MP_INT(val1);
180 m_mp_init_multi(&val1, &val2, &val3, &val4, NULL);
195 /* let val1 = s' */
196 bytes_to_mp(&val1, &string[SHA1_HASH_SIZE], SHA1_HASH_SIZE);
198 if (mp_cmp(&val1, key->q) != MP_LT) {
203 if (mp_invmod(&val1, key->q, &val2) != MP_OKAY) {
208 /* let val1 = SHA(M') = msghash */
209 bytes_to_mp(&val1, msghash, SHA1_HASH_SIZE);
212 if (mp_mulmod(&val1, &val2, key->q, &val3) != MP_OKAY) {
217 /* let val1 = r' *
    [all...]
  /external/llvm/include/llvm/Support/
Format.h 98 T1 Val1;
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2)
102 : format_object_base(fmt), Val1(val1), Val2(val2) {
106 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2);
116 T1 Val1;
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3)
121 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3) {
125 return snprintf(Buffer, BufferSize, Fmt, Val1, Val2, Val3)
    [all...]

Completed in 623 milliseconds

1 2 3 4 5