Home
last modified time | relevance | path

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

/external/ppp/pppd/
Deap.c1042 eap_send_response(esp, id, typenum, str, lenstr) in eap_send_response() argument
1316 u_char typenum; local
1726 u_char typenum; local
/external/opencv3/modules/python/src2/
Dcv2.cpp170 int typenum = depth == CV_8U ? NPY_UBYTE : depth == CV_8S ? NPY_BYTE : in allocate() local
269 int typenum = PyArray_TYPE(oarr), new_typenum = typenum; in pyopencv_to() local