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

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_foreach.h 14 void foreach_input(V4L2InputTestFunc pFunc);
v4l2_foreach.c 29 void foreach_input(V4L2InputTestFunc pFunc)
72 /* Ensure that pFunc() is called at least once even if
76 pFunc(ret_input_enum, errno_input_enum, &input);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_builder.hpp 43 Function *pFunc = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::${func['intrin']});
44 return CALL(pFunc, std::initializer_list<Value*>{${func['args']}}, name);
  /external/python/cpython2/Doc/includes/
run-func.c 6 PyObject *pName, *pModule, *pFunc;
23 pFunc = PyObject_GetAttrString(pModule, argv[2]);
24 /* pFunc is a new reference */
26 if (pFunc && PyCallable_Check(pFunc)) {
39 pValue = PyObject_CallObject(pFunc, pArgs);
46 Py_DECREF(pFunc);
58 Py_XDECREF(pFunc);
  /external/python/cpython3/Doc/includes/
run-func.c 6 PyObject *pName, *pModule, *pFunc;
23 pFunc = PyObject_GetAttrString(pModule, argv[2]);
24 /* pFunc is a new reference */
26 if (pFunc && PyCallable_Check(pFunc)) {
39 pValue = PyObject_CallObject(pFunc, pArgs);
46 Py_DECREF(pFunc);
58 Py_XDECREF(pFunc);
  /external/pdfium/core/fpdfapi/page/
cpdf_stitchfunc.cpp 45 std::unique_ptr<CPDF_Function> pFunc(CPDF_Function::Load(pSub));
46 if (!pFunc)
50 if (pFunc->CountInputs() != kRequiredNumInputs)
52 if (pFunc->CountOutputs() != m_nOutputs) {
56 m_nOutputs = pFunc->CountOutputs();
59 m_pSubFunctions.push_back(std::move(pFunc));
cpdf_function.cpp 20 std::unique_ptr<CPDF_Function> pFunc;
22 return pFunc;
32 pFunc = pdfium::MakeUnique<CPDF_SampledFunc>();
34 pFunc = pdfium::MakeUnique<CPDF_ExpIntFunc>();
36 pFunc = pdfium::MakeUnique<CPDF_StitchFunc>();
38 pFunc = pdfium::MakeUnique<CPDF_PSFunc>();
40 if (!pFunc || !pFunc->Init(pFuncObj))
43 return pFunc;
cpdf_shadingpattern.cpp 76 CPDF_Object* pFunc = pShadingDict->GetDirectObjectFor("Function");
77 if (pFunc) {
78 if (CPDF_Array* pArray = pFunc->AsArray()) {
83 m_pFunctions.push_back(CPDF_Function::Load(pFunc));
cpdf_generalstate.h 47 void SetTransferFunc(const RetainPtr<CPDF_TransferFunc>& pFunc);
cpdf_generalstate.cpp 170 const RetainPtr<CPDF_TransferFunc>& pFunc) {
171 m_Ref.GetPrivateCopy()->m_pTransferFunc = pFunc;
cpdf_colorspace.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp     [all...]
builder_misc.h 199 Value* CreateEntryAlloca(Function* pFunc, Type* pType);
200 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 358 bool AddColors(const CPDF_ExpIntFunc* pFunc, SkTDArray<SkColor>* skColors) {
359 if (pFunc->CountInputs() != 1)
361 if (pFunc->m_Exponent != 1)
363 if (pFunc->m_nOrigOutputs != 3)
366 SkColorSetARGB(0xFF, SkUnitScalarClampToByte(pFunc->m_pBeginValues[0]),
367 SkUnitScalarClampToByte(pFunc->m_pBeginValues[1]),
368 SkUnitScalarClampToByte(pFunc->m_pBeginValues[2])));
370 SkColorSetARGB(0xFF, SkUnitScalarClampToByte(pFunc->m_pEndValues[0]),
371 SkUnitScalarClampToByte(pFunc->m_pEndValues[1]),
372 SkUnitScalarClampToByte(pFunc->m_pEndValues[2])))
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 701 PFN_GS_FUNC pFunc =
704 debug_printf("geom shader %p\n", pFunc);
705 assert(pFunc && "Error: GeomShader = NULL");
709 return pFunc;
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1349 milliseconds