HomeSort by relevance Sort by last modified time
    Searched refs:swap_func (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/benchmark/native/
libcore_io_Memory_bench.cpp 23 void swap_bench(testing::Benchmark* bench, void (*swap_func)(T*, const T*, size_t),
50 swap_func(src, dst, num_elements);
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 211 swap_func = self.swap_name( element_size )
212 return ' (%-8s)%s( (%s *) (pc + %2s), %s )' % (t, swap_func, real_name, o, param.count)
353 swap_func = self.swap_name(sub[0])
354 print ' %s = (%s) %s( (%s *) (pc + %s), %s ); break;' % (param.name, param.type_string(), swap_func, self.real_types[sub[0]], o, count_name)
359 swap_func = self.swap_name(type_size)
361 print ' %s = (%s) %s( (%s *) (pc + %s), %s );' % (param.name, param.type_string(), swap_func, self.real_types[type_size], o, compsize)
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 28 void swap_align_test(void (*swap_func)(T*, const T*, size_t),
50 swap_func(dst_aligned, src_aligned, NUM_ELEMENTS);

Completed in 392 milliseconds