Home
last modified time | relevance | path

Searched refs:cVal (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-typeof.mm31 __typeof__(bVal) cVal = bVal;
32 char *a3t = (char *)@encode(__typeof__(cVal));
Drewrite-modern-typeof.mm33 __typeof__(bVal) cVal = bVal;
34 char *a3t = (char *)@encode(__typeof__(cVal));
/external/icu4c/test/iotest/
Dfiletst.c980 char cVal; in TestFilePrintCompatibility() local
1088 fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1089 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility()
1094 fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1095 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility()
1101 cVal = -1; in TestFilePrintCompatibility()
1102 fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1103 if (num != cVal) { in TestFilePrintCompatibility()
1104 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num); in TestFilePrintCompatibility()
/external/webkit/Source/WebCore/bridge/jni/v8/
DJNIUtilityPrivate.cpp121 jchar cVal = 0; in convertNPVariantToJavaValue() local
123 cVal = static_cast<jchar>(NPVARIANT_TO_INT32(npvValue)); in convertNPVariantToJavaValue()
124 env->SetCharArrayRegion(static_cast<jcharArray>(javaArray), i, 1, &cVal); in convertNPVariantToJavaValue()
/external/webrtc/src/system_wrappers/source/
Dsort.cc233 IntegerType cVal = 0;
234 boost::float_sort_cast(dataT, dataT + numOfElements, cVal);
/external/chromium/base/win/
Dscoped_variant.cc123 var_.cVal = i8; in Set()
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp963 inline void float_sort_cast(RandomAccessIter first, RandomAccessIter last, cast_type cVal) in float_sort_cast() argument
968 detail::float_Sort(first, last, cVal, *first); in float_sort_cast()
976 int cVal = 0; in float_sort_cast_to_int() local
977 float_sort_cast(first, last, cVal); in float_sort_cast_to_int()