Searched refs:cVal (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Rewriter/ |
D | rewrite-typeof.mm | 31 __typeof__(bVal) cVal = bVal; 32 char *a3t = (char *)@encode(__typeof__(cVal));
|
D | rewrite-modern-typeof.mm | 33 __typeof__(bVal) cVal = bVal; 34 char *a3t = (char *)@encode(__typeof__(cVal));
|
/external/icu4c/test/iotest/ |
D | filetst.c | 980 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/ |
D | JNIUtilityPrivate.cpp | 121 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/ |
D | sort.cc | 233 IntegerType cVal = 0; 234 boost::float_sort_cast(dataT, dataT + numOfElements, cVal);
|
/external/chromium/base/win/ |
D | scoped_variant.cc | 123 var_.cVal = i8; in Set()
|
/external/webrtc/src/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 963 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()
|