Home
last modified time | relevance | path

Searched refs:funcId (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h25 (IRO[163].base + ((funcId) * IRO[163].m1))
26 #define CSTORM_FUNC_EN_OFFSET(funcId) \ argument
27 (IRO[153].base + ((funcId) * IRO[153].m1))
90 #define CSTORM_VF_TO_PF_OFFSET(funcId) \ argument
99 #define TSTORM_FUNC_EN_OFFSET(funcId) \ argument
133 #define TSTORM_VF_TO_PF_OFFSET(funcId) \ argument
144 #define USTORM_FUNC_EN_OFFSET(funcId) \ argument
177 #define USTORM_VF_TO_PF_OFFSET(funcId) \ argument
188 #define XSTORM_FUNC_EN_OFFSET(funcId) \ argument
228 #define XSTORM_SPQ_DATA_OFFSET(funcId) \ argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h25 (IRO[163].base + ((funcId) * IRO[163].m1))
26 #define CSTORM_FUNC_EN_OFFSET(funcId) \ argument
27 (IRO[153].base + ((funcId) * IRO[153].m1))
90 #define CSTORM_VF_TO_PF_OFFSET(funcId) \ argument
99 #define TSTORM_FUNC_EN_OFFSET(funcId) \ argument
133 #define TSTORM_VF_TO_PF_OFFSET(funcId) \ argument
144 #define USTORM_FUNC_EN_OFFSET(funcId) \ argument
177 #define USTORM_VF_TO_PF_OFFSET(funcId) \ argument
188 #define XSTORM_FUNC_EN_OFFSET(funcId) \ argument
228 #define XSTORM_SPQ_DATA_OFFSET(funcId) \ argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h25 (IRO[163].base + ((funcId) * IRO[163].m1))
26 #define CSTORM_FUNC_EN_OFFSET(funcId) \ argument
27 (IRO[153].base + ((funcId) * IRO[153].m1))
90 #define CSTORM_VF_TO_PF_OFFSET(funcId) \ argument
99 #define TSTORM_FUNC_EN_OFFSET(funcId) \ argument
133 #define TSTORM_VF_TO_PF_OFFSET(funcId) \ argument
144 #define USTORM_FUNC_EN_OFFSET(funcId) \ argument
177 #define USTORM_VF_TO_PF_OFFSET(funcId) \ argument
188 #define XSTORM_FUNC_EN_OFFSET(funcId) \ argument
228 #define XSTORM_SPQ_DATA_OFFSET(funcId) \ argument
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_scriptfunction.cpp1142 if( funcId ) in AddReferences()
1178 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1182 asASSERT( funcId > 0 ); in AddReferences()
1183 if( funcId > 0 ) in AddReferences()
1192 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1193 asASSERT( funcId > 0 ); in AddReferences()
1194 if( funcId > 0 ) in AddReferences()
1273 if( funcId > 0 ) in ReleaseReferences()
1319 int funcId = asBC_INTARG(&bc[n]); in ReleaseReferences() local
1323 if( funcId ) in ReleaseReferences()
[all …]
H A Das_compiler.h173 asSOverloadCandidate() : funcId(0), cost(0) {} in asSOverloadCandidate()
174 asSOverloadCandidate(int _id, asUINT _cost) : funcId(_id), cost(_cost) {} in asSOverloadCandidate()
175 int funcId; member
267 …int CompileDefaultAndNamedArgs(asCScriptNode *node, asCArray<asCExprContext*> &args, int funcId, …
291 …void PerformFunctionCall(int funcId, asCExprContext *out, bool isConstructor = false, asCArray<asC…
292 …void MoveArgsToStack(int funcId, asCByteCode *bc, asCArray<asCExprContext *> &args, bool addOneToO…
293 …void MakeFunctionCall(asCExprContext *ctx, int funcId, asCObjectType *objectType, asCArray<asCExpr…
294 void PrepareFunctionCall(int funcId, asCByteCode *bc, asCArray<asCExprContext *> &args);
295 …void AfterFunctionCall(int funcId, asCArray<asCExprContext*> &args, asCExprContext *ctx, bool defe…
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_scriptfunction.cpp1142 if( funcId ) in AddReferences()
1178 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1182 asASSERT( funcId > 0 ); in AddReferences()
1183 if( funcId > 0 ) in AddReferences()
1192 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1193 asASSERT( funcId > 0 ); in AddReferences()
1194 if( funcId > 0 ) in AddReferences()
1273 if( funcId > 0 ) in ReleaseReferences()
1319 int funcId = asBC_INTARG(&bc[n]); in ReleaseReferences() local
1323 if( funcId ) in ReleaseReferences()
[all …]
H A Das_compiler.h172 asSOverloadCandidate() : funcId(0), cost(0) {} in asSOverloadCandidate()
173 asSOverloadCandidate(int _id, asUINT _cost) : funcId(_id), cost(_cost) {} in asSOverloadCandidate()
174 int funcId; member
266 …int CompileDefaultAndNamedArgs(asCScriptNode *node, asCArray<asCExprContext*> &args, int funcId, …
290 …void PerformFunctionCall(int funcId, asCExprContext *out, bool isConstructor = false, asCArray<asC…
291 …void MoveArgsToStack(int funcId, asCByteCode *bc, asCArray<asCExprContext *> &args, bool addOneToO…
292 …void MakeFunctionCall(asCExprContext *ctx, int funcId, asCObjectType *objectType, asCArray<asCExpr…
293 void PrepareFunctionCall(int funcId, asCByteCode *bc, asCArray<asCExprContext *> &args);
294 …void AfterFunctionCall(int funcId, asCArray<asCExprContext*> &args, asCExprContext *ctx, bool defe…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_scriptfunction.cpp1136 if( funcId ) in AddReferences()
1196 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1200 asASSERT( funcId > 0 ); in AddReferences()
1201 if( funcId > 0 ) in AddReferences()
1210 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1211 asASSERT( funcId > 0 ); in AddReferences()
1212 if( funcId > 0 ) in AddReferences()
1291 if( funcId > 0 ) in ReleaseReferences()
1351 int funcId = asBC_INTARG(&bc[n]); in ReleaseReferences() local
1355 if( funcId ) in ReleaseReferences()
[all …]
H A Das_compiler.h176 asSOverloadCandidate() : funcId(0), cost(0) {} in asSOverloadCandidate()
177 asSOverloadCandidate(int _id, asUINT _cost) : funcId(_id), cost(_cost) {} in asSOverloadCandidate()
178 int funcId; member
271 …int CompileDefaultAndNamedArgs(asCScriptNode *node, asCArray<asCExprContext*> &args, int funcId, …
295 …void PerformFunctionCall(int funcId, asCExprContext *out, bool isConstructor = false, asCArray<asC…
296 …void MoveArgsToStack(int funcId, asCByteCode *bc, asCArray<asCExprContext *> &args, bool addOneToO…
297 …void MakeFunctionCall(asCExprContext *ctx, int funcId, asCObjectType *objectType, asCArray<asCExpr…
298 void PrepareFunctionCall(int funcId, asCByteCode *bc, asCArray<asCExprContext *> &args);
299 …void AfterFunctionCall(int funcId, asCArray<asCExprContext*> &args, asCExprContext *ctx, bool defe…
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_scriptfunction.cpp1136 if( funcId ) in AddReferences()
1196 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1200 asASSERT( funcId > 0 ); in AddReferences()
1201 if( funcId > 0 ) in AddReferences()
1210 int funcId = asBC_INTARG(&bc[n]); in AddReferences() local
1211 asASSERT( funcId > 0 ); in AddReferences()
1212 if( funcId > 0 ) in AddReferences()
1291 if( funcId > 0 ) in ReleaseReferences()
1351 int funcId = asBC_INTARG(&bc[n]); in ReleaseReferences() local
1355 if( funcId ) in ReleaseReferences()
[all …]
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Ddriverinfo.h111 bool supportsFunction(int funcId) const { in supportsFunction() argument
113 (SQL_FUNC_EXISTS(supportedFunctions_,funcId), in supportsFunction()
114 supportedFunctions_[funcId])==SQL_TRUE; in supportsFunction()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/parser/
H A Dparse_coerce.c42 Oid funcId,
163 Oid funcId; in coerce_type() local
407 &funcId); in coerce_type()
546 Oid funcId; in can_coerce_type() local
575 &funcId); in can_coerce_type()
740 Oid funcId; in coerce_type_typmod() local
819 Oid funcId, in build_coercion_expression() argument
826 if (OidIsValid(funcId)) in build_coercion_expression()
862 Assert(OidIsValid(funcId)); in build_coercion_expression()
905 acoerce->elemfuncid = funcId; in build_coercion_expression()
[all …]

12345678