Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dtraceback.py823 smod = self.exc_type.__module__
824 if smod not in ("__main__", "builtins"):
825 if not isinstance(smod, str):
826 smod = "<unknown>"
827 stype = smod + '.' + stype
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbinops-same-args.c8 int smod(int a) { return a % a; } in smod() function

Completed in 2 milliseconds