Searched defs:typenum (Results 1 - 2 of 2) sorted by relevance
/external/ppp/pppd/ |
H A D | eap.c | 1042 eap_send_response(esp, id, typenum, str, lenstr) 1045 u_char typenum; 1061 PUTCHAR(typenum, outp); 1316 u_char typenum; local 1354 GETCHAR(typenum, inp); 1357 switch (typenum) { 1374 eap_send_response(esp, id, typenum, 1388 eap_send_response(esp, id, typenum, esp->es_client.ea_name, 1395 eap_send_response(esp, id, typenum, NULL, 0); 1449 typenum 1726 u_char typenum; local [all...] |
/external/opencv3/modules/python/src2/ |
H A D | cv2.cpp | 170 int typenum = depth == CV_8U ? NPY_UBYTE : depth == CV_8S ? NPY_BYTE : local 180 PyObject* o = PyArray_SimpleNew(dims, _sizes, typenum); 182 CV_Error_(Error::StsError, ("The numpy array of typenum=%d, ndims=%d can not be created", typenum, dims)); 269 int typenum = PyArray_TYPE(oarr), new_typenum = typenum; local 270 int type = typenum == NPY_UBYTE ? CV_8U : 271 typenum == NPY_BYTE ? CV_8S : 272 typenum == NPY_USHORT ? CV_16U : 273 typenum [all...] |
Completed in 92 milliseconds