Searched refs:nparams (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint.c48 gint nparams,
147 gint nparams, /* I - Number of parameters passed in */
283 if (nparams < 11)
306 if (nparams > 11)
309 if (nparams > 12)
312 if (nparams > 13)
315 if (nparams > 14)
318 if (nparams > 15)
321 if (nparams > 16)
324 if (nparams > 1
146 run(const char *name, gint nparams, const GimpParam *param, gint *nreturn_vals, GimpParam **return_vals) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dprinter_options.c45 int nparams; local
74 nparams = stp_parameter_list_count(params);
76 for (k = 0; k < nparams; k++)
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dprinter_options.c55 int nparams; local
89 nparams = stp_parameter_list_count(params);
91 for (k = 0; k < nparams; k++)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c270 int nparams = 0, iparams;
283 nparams++;
303 if (nparams > 0)
305 TYPE_NFIELDS (ftype) = nparams;
307 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
312 if (iparams == nparams)
267 int nparams = 0, iparams; local
H A Dstabsread.c855 int nparams = 0;
887 TYPE_FIELD_TYPE (ftype, nparams) = ptype;
888 TYPE_FIELD_ARTIFICIAL (ftype, nparams++) = 0;
890 TYPE_NFIELDS (ftype) = nparams;
852 int nparams = 0; local
H A Dmdebugread.c1230 int nparams = top_stack->numargs;
1234 if (nparams > 0)
1237 TYPE_NFIELDS (ftype) = nparams;
1239 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
1244 if (iparams == nparams)
1223 int nparams = top_stack->numargs; local
H A Ddwarf2read.c3566 int nparams = TYPE_NFIELDS (die->type); local
3582 if (nparams == 0 || TYPE_FIELD_ARTIFICIAL (die->type, 0) == 0)
4584 int nparams = 0; local
4594 nparams++;
4601 TYPE_NFIELDS (ftype) = nparams;
4603 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Drastertoprinter.c172 int nparams; local
231 nparams = stp_parameter_list_count(params);
232 for (i = 0; i < nparams; i++)
290 int nparams = stp_parameter_list_count(params); local
294 for (i = 0; i < nparams; i++)
661 int nparams = stp_parameter_list_count(params); local
685 for (i = 0; i < nparams; i++)
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngset.c355 png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams,
375 png_debug(3, "storing X0, X1, type, and nparams in info\n");
379 info_ptr->pcal_nparams = (png_byte)nparams;
392 (png_uint_32)((nparams + 1) * sizeof(png_charp)));
399 info_ptr->pcal_params[nparams] = NULL;
401 for (i = 0; i < nparams; i++)
354 png_set_pCAL(png_structp png_ptr, png_infop info_ptr, png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_charp units, png_charpp params) argument
H A Dpngrutil.c1545 png_byte type, nparams; local
1602 png_debug(3, "Reading pCAL X0, X1, type, nparams, and units\n");
1606 nparams = buf[10];
1612 if ((type == PNG_EQUATION_LINEAR && nparams != 2) ||
1613 (type == PNG_EQUATION_BASE_E && nparams != 3) ||
1614 (type == PNG_EQUATION_ARBITRARY && nparams != 3) ||
1615 (type == PNG_EQUATION_HYPERBOLIC && nparams != 4))
1630 params = (png_charpp)png_malloc_warn(png_ptr, (png_uint_32)(nparams
1640 for (i = 0; i < (int)nparams; i++)
1658 png_set_pCAL(png_ptr, info_ptr, purpose, X0, X1, type, nparams,
[all...]
H A Dpngget.c609 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
614 nparams != NULL && units != NULL && params != NULL)
621 *nparams = (int)info_ptr->pcal_nparams;
608 png_get_pCAL(png_structp png_ptr, png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) argument
H A Dpng.h2114 int *type, int *nparams, png_charp *units, png_charpp *params));
2120 int type, int nparams, png_charp units, png_charpp params));
2914 png_int_32 X0, png_int_32 X1, int type, int nparams,
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprinters.c822 int nparams; local
908 nparams = stp_parameter_list_count(params);
909 for (i = 0; i < nparams; i++)
/haiku-fatelf/headers/libs/png/
H A Dpng.h2325 int *type, int *nparams, png_charp *units, png_charpp *params));
2331 int type, int nparams, png_charp units, png_charpp params));
/haiku-fatelf/src/libs/print/libgutenprint/src/ghost/
H A Dijsgutenprint.c1168 int nparams = stp_parameter_list_count(params); local
1170 for (i = 0; i < nparams; i++)

Completed in 141 milliseconds