Searched defs:pfun (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | pointer-param.c | 9 void foo(int *p, int a[5], int (*pfun)(int)) in foo() argument
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_mathbinary.c | 56 static void math_binary_commutative(FunType pfun, const DnnLayerMathBinaryParams *params, const DnnOperand *input, DnnOperand *output, DnnOperand *operands, const int32_t *input_operand_indexes) in math_binary_commutative() argument 76 static void math_binary_not_commutative(FunType pfun, const DnnLayerMathBinaryParams *params, const DnnOperand *input, DnnOperand *output, DnnOperand *operands, const int32_t *input_operand_indexes) in math_binary_not_commutative() argument
|
Completed in 2 milliseconds