Home
last modified time | relevance | path

Searched defs:atleast (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/src/
H A Delflint.c3673 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5966 Py_ssize_t atleast = co_argcount - defcount; local