Searched refs:ushort2int (Results 1 – 1 of 1) sorted by relevance
269 static void ushort2int( void *, void *);644 static void ushort2int( void *out, void *in){ ((int*) out)[0] = ((cl_ushort*) in)[0]; } in ushort2int() function2134 void ushort2int_many( void *out, void *in, size_t n){size_t i; for( i = 0; i < n; i++){ ushort2int(… in ushort2int_many()