Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_cfuncs.py43 self._dll.tf_h.restype = c_short
44 self._dll.tf_h.argtypes = (c_short,)
45 self.assertEqual(self._dll.tf_h(-32766), -10922)
/third_party/ffmpeg/libavutil/
Dtwofish.c173 static uint32_t tf_h(uint32_t X, uint32_t L[4], int k) in tf_h() function
299 A = tf_h((2 * i) * rho, Me, cs->ksize); in av_twofish_init()
300 B = tf_h((2 * i + 1) * rho, Mo, cs->ksize); in av_twofish_init()
/third_party/python/Modules/_ctypes/
D_ctypes_test.c637 EXPORT(short) tf_h(short c) { S; return c/3; } in tf_h() function