Searched refs:vars (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dpeicode.h433 #define SIZEOF_ILF_SYMS (NUM_ILF_SYMS * sizeof (* vars.sym_cache))
434 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
435 #define SIZEOF_ILF_NATIVE_SYMS (NUM_ILF_SYMS * sizeof (* vars.native_syms))
436 #define SIZEOF_ILF_SYM_PTR_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_ptr_table))
437 #define SIZEOF_ILF_EXT_SYMS (NUM_ILF_SYMS * sizeof (* vars.esym_table))
438 #define SIZEOF_ILF_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.reltab))
439 #define SIZEOF_ILF_INT_RELOCS (NUM_ILF_RELOCS * sizeof (* vars.int_reltab))
452 sizeof (* vars.bim) \
471 pe_ILF_make_a_symbol_reloc (pe_ILF_vars * vars,
480 entry = vars
470 pe_ILF_make_a_symbol_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, struct bfd_symbol ** sym, unsigned int sym_index) argument
503 pe_ILF_make_a_reloc(pe_ILF_vars * vars, bfd_vma address, bfd_reloc_code_real_type reloc, asection_ptr sec) argument
514 pe_ILF_save_relocs(pe_ILF_vars * vars, asection_ptr sec) argument
538 pe_ILF_make_a_symbol(pe_ILF_vars * vars, const char * prefix, const char * symbol_name, asection_ptr section, flagword extra_flags) argument
636 pe_ILF_make_a_section(pe_ILF_vars * vars, const char * name, unsigned int size, flagword extra_flags) argument
767 pe_ILF_vars vars; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dgutenprint.h58 #include <gutenprint/vars.h>
H A Dpaper.h36 #include <gutenprint/vars.h>
143 * @param v the Gutenprint vars object
H A DMakefile.am49 vars.h \
H A Dprinters.h38 #include <gutenprint/vars.h>
44 * vars object.
102 * Get the printer model from a vars object.
103 * @param v the vars to use.
172 * Get the default vars for a particular printer model.
173 * The default vars should be copied to a new vars object and
176 * @returns the printer model's default vars.
181 * Set a vars object to use a particular driver, and set the parameters
183 * @param v the vars t
[all...]
H A Dutil.h33 #include <gutenprint/vars.h>
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcolor-conversions.c369 raw_cmy_to_kcmy(const stp_vars_t *vars, const unsigned short *in, argument
372 lut_t *lut = (lut_t *)(stp_get_component_data(vars, "Color"));
419 fromname##_to_##toname(const stp_vars_t *vars, const unsigned char *in, \
422 lut_t *lut = (lut_t *)(stp_get_component_data(vars, "Color")); \
426 stp_dprintf(STP_DBG_COLORFUNC, vars, \
434 return fromname##_8_to_##toname(vars, in, out); \
436 return fromname##_16_to_##toname(vars, in, out); \
441 color_##bits##_to_color(const stp_vars_t *vars, const unsigned char *in, \
446 double ssat = stp_get_float_parameter(vars, "Saturation"); \
447 double sbright = stp_get_float_parameter(vars, "Brightnes
[all...]
H A Dcolor-conversion.h96 typedef unsigned (*stp_convert_t)(const stp_vars_t *vars,
H A Dprint-color.c778 compute_gcr_curve(const stp_vars_t *vars) argument
781 lut_t *lut = (lut_t *)(stp_get_component_data(vars, "Color"));
789 if (stp_check_float_parameter(vars, "GCRUpper", STP_PARAMETER_DEFAULTED))
790 k_upper = stp_get_float_parameter(vars, "GCRUpper");
791 if (stp_check_float_parameter(vars, "GCRLower", STP_PARAMETER_DEFAULTED))
792 k_lower = stp_get_float_parameter(vars, "GCRLower");
793 if (stp_check_float_parameter(vars, "BlackTrans", STP_PARAMETER_DEFAULTED))
794 k_trans = stp_get_float_parameter(vars, "BlackTrans");
797 stp_dprintf(STP_DBG_LUT, vars, " k_lower %.3f\n", k_lower);
798 stp_dprintf(STP_DBG_LUT, vars, " k_uppe
840 initialize_gcr_curve(stp_vars_t *vars) argument
[all...]
H A DMakefile.am138 print-vars.c \
/haiku-fatelf/src/libs/util/
H A Dlogin_class.c192 struct login_vars *vars = paths ? pathvars : envars; local
200 while (vars->tag != NULL) {
201 const char * var = paths ? login_getpath(lc, vars->tag, NULL)
202 : login_getcapstr(lc, vars->tag, NULL, NULL);
207 setenv(vars->var, np, vars->overwrite);
209 } else if (vars->def != NULL) {
210 setenv(vars->var, vars->def, 0);
212 ++vars;
[all...]
/haiku-fatelf/src/libs/alm/
H A DSharedSolver.cpp30 inline void CallSolverMethod(LinearSpec* spec, VariableList* vars) argument
32 spec->FindMins(vars);
49 inline void CallSolverMethod(LinearSpec* spec, VariableList* vars) argument
51 spec->FindMaxs(vars);
69 inline void CallSolverMethod(LinearSpec* spec, VariableList* vars) argument
/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dpdflib_py.c72 swig_globalvar **vars; member in struct:swig_varlinkobject
103 while (v->vars[i]) {
104 fprintf(fp,"%s", v->vars[i]->name);
106 if (v->vars[i]) fprintf(fp,", ");
126 while (v->vars[i]) {
127 if (strcmp(v->vars[i]->name,n) == 0) {
128 return (*v->vars[i]->get_attr)();
148 while (v->vars[i]) {
149 if (strcmp(v->vars[i]->name,n) == 0) {
150 return (*v->vars[
[all...]
/haiku-fatelf/src/bin/pc/
H A Dpc.c136 int get_var(char *name, ULONG *val); /* external interfaces to vars */
160 variable *vars=&dummy; variable
978 for(v=vars; v; v=v->next)
1010 v->next = vars;
1012 vars = v; /* set head of list to the new guy */
/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint.c396 gimp_set_data (PLUG_IN_NAME, vars, sizeof (vars));
/haiku-fatelf/src/bin/bash/
H A Dvariables.c410 /* Now make our own defaults in case the vars that we think are
2182 else if (entry->assign_func) /* array vars have assign functions now */
3385 make_env_array_from_var_list (vars)
3386 SHELL_VAR **vars;
3392 list = strvec_create ((1 + strvec_len ((char **)vars)));
3396 for (i = 0, list_index = 0; var = vars[i]; i++)
3411 continue; /* XXX array vars cannot yet be exported */
3417 continue; /* XXX associative array vars cannot yet be exported */
3457 SHELL_VAR **vars; local
3460 vars
3478 SHELL_VAR **vars; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Dparse-escp224 use vars qw($atend
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dvariables.c387 ctxt->vars = elem;
416 ctxt->vars = elems;
623 * OPTIMIZE TODO: We should consider if instantiating global vars/params
624 * on a on-demand basis would be better. The vars/params don't
H A DxsltInternals.h1559 xsltStackElemPtr vars; /* the current variable list */ member in struct:_xsltTransformContext
H A Dtransform.c180 ctxt->vars = value;
200 ctxt->vars = ctxt->varsTab[ctxt->varsNr - 1];
202 ctxt->vars = (xsltStackElemPtr) 0;
387 cur->vars = NULL;
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh5985 vars="deplibs"
5987 vars="compile_deplibs finalize_deplibs"
5989 for var in $vars dependency_libs; do
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dconfigure4380 vars="sys_errlist sys_nerr sys_siglist"
4657 # newlib doesnt provide any of the variables in $vars, so we
4819 # VxWorks doesn't provide any of the variables in $vars, so we
4863 vars="`echo $vars | sed -e 's/sys_siglist//'`"
5949 for v in $vars; do
6761 # and sets the high bit in the cache file unless we assign to the vars.

Completed in 312 milliseconds