Searched defs:nargs (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbstub.c167 static int gdbstub_get_packet_args ( struct gdbstub *stub, unsigned long *args, int nargs, int *stop_idx ) { argument
172 for ( i = 1; i < stub->len && argc < nargs; i++ ) {
186 if ( argc < nargs ) {
189 return ( ( i == stub->len || ch == ':' ) && argc == nargs );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_provider.c239 dt_node_t *xargs, *nargs; local
281 nargs = dt_probe_alloc_args(pvp, nc);
283 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
296 nargs, nc, xargs, xc)) == NULL) {
395 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
407 * simplify subsequent use. Note that we can have one or both of nargs
413 xargs = nargs;
427 prp->pr_nargs = nargs;
448 prp->pr_mapping[i] = dt_probe_argmap(xargs, nargs);
464 for (i = 0; i < nargc; i++, nargs
394 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc, dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) argument
[all...]
H A Ddt_parser.c2450 dt_node_probe(char *s, int protoc, dt_node_t *nargs, dt_node_t *xargs) argument
2479 nargc = dt_decl_prototype(nargs, nargs,
2482 xargc = dt_decl_prototype(xargs, nargs,
2496 dnp->dn_ident, protoc, nargs, nargc, xargs, xargc) == NULL)
/vbox/src/libs/libxml2-2.6.31/
H A Dxpointer.c1296 void xmlXPtrStringRangeFunction(xmlXPathParserContextPtr ctxt, int nargs);
1297 void xmlXPtrStartPointFunction(xmlXPathParserContextPtr ctxt, int nargs);
1298 void xmlXPtrEndPointFunction(xmlXPathParserContextPtr ctxt, int nargs);
1299 void xmlXPtrHereFunction(xmlXPathParserContextPtr ctxt, int nargs);
1300 void xmlXPtrOriginFunction(xmlXPathParserContextPtr ctxt, int nargs);
1301 void xmlXPtrRangeInsideFunction(xmlXPathParserContextPtr ctxt, int nargs);
1302 void xmlXPtrRangeFunction(xmlXPathParserContextPtr ctxt, int nargs);
1724 * @nargs: the number of args
1730 xmlXPtrHereFunction(xmlXPathParserContextPtr ctxt, int nargs) { argument
1742 * @nargs
1748 xmlXPtrOriginFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
1781 xmlXPtrStartPointFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
1875 xmlXPtrEndPointFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2020 xmlXPtrRangeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2166 xmlXPtrRangeInsideFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2215 xmlXPtrRangeToFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
2755 xmlXPtrStringRangeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
[all...]
H A Dxpath.c8378 * @nargs: the number of arguments
8385 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) { argument
8403 * @nargs: the number of arguments
8412 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) { argument
8430 * @nargs: the number of arguments
8436 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) { argument
8531 * @nargs: the number of arguments
8547 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) { argument
8586 * @nargs: the number of arguments
8597 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) { argument
8656 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
8716 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
8811 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
8841 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
8878 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
8923 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
8957 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9011 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9120 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9163 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9207 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9278 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9356 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9377 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9393 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9407 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9434 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9471 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9505 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9549 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9576 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
9613 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
15054 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) argument
[all...]
H A Dtestapi.c46444 int nargs; /* the number of arguments */ local
46483 int nargs; /* the number of arguments */ local
46570 int nargs; /* the number of arguments */ local
46609 int nargs; /* the number of arguments */ local
46648 int nargs; /* the number of arguments */ local
47066 int nargs; /* the number of arguments */ local
47105 int nargs; /* the number of arguments */ local
47205 int nargs; /* the number of arguments */ local
47319 int nargs; /* the number of arguments */ local
47358 int nargs; /* the number of arguments */ local
47479 int nargs; /* the number of arguments */ local
47582 int nargs; /* the number of arguments */ local
48848 int nargs; /* the number of arguments */ local
48921 int nargs; /* the number of arguments */ local
49001 int nargs; /* the number of arguments */ local
49278 int nargs; /* the number of arguments */ local
49668 int nargs; /* the number of arguments */ local
49707 int nargs; /* the number of arguments */ local
49780 int nargs; /* the number of arguments */ local
49819 int nargs; /* the number of arguments */ local
49890 int nargs; /* the number of arguments */ local
49929 int nargs; /* the number of arguments */ local
49968 int nargs; /* the number of arguments */ local
50007 int nargs; /* the number of arguments */ local
50128 int nargs; /* the number of arguments */ local
50167 int nargs; /* the number of arguments */ local
51238 int nargs; /* the number of args */ local
[all...]
/vbox/src/recompiler/tcg/
H A Dtcg.c574 int sizemask, TCGArg ret, int nargs, TCGArg *args)
585 for (i = 0; i < nargs; ++i) {
627 for (i = 0; i < nargs; i++) {
681 for (i = 0; i < nargs; ++i) {
573 tcg_gen_callN(TCGContext *s, TCGv_ptr func, unsigned int flags, int sizemask, TCGArg ret, int nargs, TCGArg *args) argument
H A Dtcg-op.h365 TCGArg ret, int nargs, TCGArg *args)
370 nargs, args);
364 tcg_gen_helperN(void *func, int flags, int sizemask, TCGArg ret, int nargs, TCGArg *args) argument
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c2070 libxml_xmlXPathFuncCallback(xmlXPathParserContextPtr ctxt, int nargs) argument
2109 list = PyTuple_New(nargs + 1);
2111 for (i = nargs - 1; i >= 0; i--) {
H A Dlibxml2-py.c366 int nargs; local
368 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPathNormalizeFunction", &pyobj_ctxt, &nargs))
372 xmlXPathNormalizeFunction(ctxt, nargs);
480 int nargs; local
482 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPtrRangeToFunction", &pyobj_ctxt, &nargs))
486 xmlXPtrRangeToFunction(ctxt, nargs);
625 int nargs; local
627 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPathLocalNameFunction", &pyobj_ctxt, &nargs))
631 xmlXPathLocalNameFunction(ctxt, nargs);
1363 int nargs; local
1481 int nargs; local
2927 int nargs; local
3105 int nargs; local
3950 int nargs; local
4050 int nargs; local
4296 int nargs; local
5502 int nargs; local
5877 int nargs; local
5945 int nargs; local
6444 int nargs; local
7124 int nargs; local
8560 int nargs; local
8731 int nargs; local
9557 int nargs; local
9663 int nargs; local
10945 int nargs; local
11068 int nargs; local
11453 int nargs; local
11536 int nargs; local
12189 int nargs; local
12952 int nargs; local
12993 int nargs; local
13938 int nargs; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c3229 dtrace_key_t *tupregs, int nargs,
3459 if (nargs > 1 && tupregs[1].dttk_value < size)
3714 if (nargs == 3) {
3935 if (nargs <= 2)
3228 dtrace_dif_subr(uint_t subr, uint_t rd, uint64_t *regs, dtrace_key_t *tupregs, int nargs, dtrace_mstate_t *mstate, dtrace_state_t *state) argument

Completed in 264 milliseconds