Searched defs:CHK (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdfview_c_api_test.c31 #define CHK(x) if ((fnptr)(x) == g_c_api_test_fnptr) return 0 macro
36 CHK(FPDFAvail_Create);
37 CHK(FPDFAvail_Destroy);
38 CHK(FPDFAvail_IsDocAvail);
39 CHK(FPDFAvail_GetDocument);
40 CHK(FPDFAvail_GetFirstPageNum);
41 CHK(FPDFAvail_IsPageAvail);
42 CHK(FPDFAvail_IsFormAvail);
43 CHK(FPDFAvail_IsLinearized);
46 CHK(FPDFBookmark_GetFirstChil
243 #undef CHK macro
[all...]
/external/opencv3/modules/videoio/src/cap_winrt/
H A DMFIncludes.hpp58 #define CHK(statement) {HRESULT _hr = (statement); if (FAILED(_hr)) { throw ref new Platform::COMException(_hr); };} macro
69 CHK(reinterpret_cast<IInspectable*>(in)->QueryInterface(IID_PPV_ARGS(&out)));
78 CHK(in.As(&out));
87 CHK(in->QueryInterface(IID_PPV_ARGS(&out)));
95 CHK(As<WSS::IBufferByteAccess>(buffer)->Buffer(&bytes));
106 CHK(MFStartup(MF_VERSION));
/external/valgrind/helgrind/tests/
H A Dshmem_abits.c17 #define CHK(a1,a2,a3,a4) check(__LINE__,a1,a2,a3,a4) macro
69 CHK(p, 1, 0xFF, 0);
80 CHK (p, 100, 0xff, 1);
82 CHK (p, 100, 0x00, 1);
87 CHK (check, 50, 0xff, 0);
91 CHK (&p, sizeof(p), 0xff, 0);
111 CHK(ptr[i][j],sz[i][j], 0xff, 1);
120 CHK(ptr[x][y],sz[x][y], 0xff, 1);
124 CHK(ptr[x][y],sz[x][y], 0x00, 1);
129 CHK (popped_stack_addres
[all...]

Completed in 97 milliseconds