Searched defs:inRaw (Results 1 – 2 of 2) sorted by relevance
392 void convert_explicit_value(void *inRaw, void *outRaw, ExplicitType inType, in convert_explicit_value()1093 cl_long read_upscale_signed(void *inRaw, ExplicitType inType) in read_upscale_signed()1113 cl_ulong read_upscale_unsigned(void *inRaw, ExplicitType inType) in read_upscale_unsigned()1133 float read_as_float(void *inRaw, ExplicitType inType) in read_as_float()
162 int32_t inRaw, inDst; in TestTimeZoneRoundTrip() local