Home
last modified time | relevance | path

Searched refs:inRaw (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp392 void convert_explicit_value(void *inRaw, void *outRaw, ExplicitType inType, in convert_explicit_value() argument
412 boolPtr = (bool *)inRaw; in convert_explicit_value()
416 memcpy(outRaw, inRaw, get_explicit_type_size(inType)); in convert_explicit_value()
451 charPtr = (char *)inRaw; in convert_explicit_value()
457 memcpy(outRaw, inRaw, get_explicit_type_size(inType)); in convert_explicit_value()
483 ucharPtr = (uchar *)inRaw; in convert_explicit_value()
490 memcpy(outRaw, inRaw, get_explicit_type_size(inType)); in convert_explicit_value()
515 ucharPtr = (uchar *)inRaw; in convert_explicit_value()
522 memcpy(outRaw, inRaw, get_explicit_type_size(inType)); in convert_explicit_value()
547 shortPtr = (short *)inRaw; in convert_explicit_value()
[all …]
Dconversions.h71 extern void convert_explicit_value(void *inRaw, void *outRaw,
80 extern cl_long read_upscale_signed(void *inRaw, ExplicitType inType);
81 extern cl_ulong read_upscale_unsigned(void *inRaw, ExplicitType inType);
82 extern float read_as_float(void *inRaw, ExplicitType inType);
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp162 int32_t inRaw, inDst; in TestTimeZoneRoundTrip() local
220 tz->getOffset(DATES[datidx], false, inRaw, inDst, status); in TestTimeZoneRoundTrip()
319 int32_t inOffset = inRaw + inDst; in TestTimeZoneRoundTrip()
333 if (inRaw != outRaw) { in TestTimeZoneRoundTrip()
337 + ", inRawOffset=" + inRaw + ", outRawOffset=" + outRaw); in TestTimeZoneRoundTrip()