Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/math/float/
Dmain.c47 TH_DATA *pcom; variable
236 pcom = calloc(1, sizeof(TH_DATA)); in main()
237 if (pcom == NULL) in main()
240 *tabcour = (TH_DATA *) pcom; in main()
245 pcom->th_num = th_num; in main()
246 pcom->th_func = th_func[i]; in main()
255 thread_code, (void *)pcom); in main()
285 pcom = *tabcour++; in main()
286 if (pcom->th_result != 0) { in main()
291 th_num, pcom->th_func.fident, pcom->th_nerror, in main()
[all …]
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1342 CDataObject *pcom; in call_commethod() local
1347 &pcom, &index, in call_commethod()
1359 if (!CDataObject_Check(pcom) || (pcom->b_size != sizeof(void *))) { in call_commethod()
1362 Py_TYPE(pcom)->tp_name); in call_commethod()
1366 if ((*(void **)(pcom->b_ptr)) == NULL) { in call_commethod()
1372 pIunk = (IUnknown *)(*(void **)(pcom->b_ptr)); in call_commethod()