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

  /external/python/cpython3/Modules/_ctypes/
cfield.c 507 #define _RET(x) Py_INCREF(x); return x
509 #define _RET(X) Py_RETURN_NONE
523 _RET(value);
542 _RET(value);
564 _RET(value);
580 _RET(value);
612 _RET(value);
627 _RET(value);
660 _RET(value);
675 _RET(value)
    [all...]
  /external/python/cpython2/Modules/_ctypes/
cfield.c 517 #define _RET(x) Py_INCREF(x); return x
519 #define _RET(X) Py_INCREF(Py_None); return Py_None
533 _RET(value);
552 _RET(value);
574 _RET(value);
590 _RET(value);
622 _RET(value);
637 _RET(value);
670 _RET(value);
685 _RET(value)
    [all...]
  /external/autotest/site_utils/
bind_mysql_to_cpuset.sh 111 _RET="$pid"
219 MYSQL_PID=$_RET

Completed in 164 milliseconds