Home
last modified time | relevance | path

Searched refs:SM1 (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DSha256Opt.c104 #define SM1(g0, g1, g2, g3) \ macro
189 R16 ( 0, NNN, NNN, SM1, NNN, SM1, SM2, SM1, SM2 ) in Sha256_UpdateBlocks_HW()
190 R16 ( 1, SM1, SM2, SM1, SM2, SM1, SM2, SM1, SM2 ) in Sha256_UpdateBlocks_HW()
191 R16 ( 2, SM1, SM2, SM1, SM in Sha256_UpdateBlocks_HW()
274 #define SM1 global() macro
381 #undef SM1 global() macro
[all...]
/third_party/python/Lib/test/
H A Dtest_typing.py3367 SM1 = SimpleMapping[str, int]
3369 issubclass(SM1, SimpleMapping)
3370 self.assertIsInstance(SM1(), SimpleMapping)

Completed in 13 milliseconds