Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
Dcallproc.c1118 #define IS_PASS_BY_REF(x) (x > 8 || !POW2(x)) macro
1242 if (IS_PASS_BY_REF(size)) { in _ctypes_callproc()