HomeSort by relevance Sort by last modified time
    Searched refs:a_ord (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_loading.py 82 a_ord = addressof(func_ord)
84 f_ord_addr = c_void_p.from_address(a_ord).value
  /external/python/cpython3/Lib/ctypes/test/
test_loading.py 77 a_ord = addressof(func_ord)
79 f_ord_addr = c_void_p.from_address(a_ord).value

Completed in 69 milliseconds