Home
last modified time | relevance | path

Searched refs:fmt_equal (Results 1 – 13 of 13) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dformat.h99 bool fmt_equal (const struct fmt_spec *, const struct fmt_spec *);
H A Dvariable.c638 if (!fmt_equal (&v->print, print)) in var_set_print_format_quiet()
671 if (!fmt_equal (&v->write, write)) in var_set_write_format_quiet()
H A Dformat.c483 fmt_equal (const struct fmt_spec *a, const struct fmt_spec *b) in fmt_equal() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c627 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function
645 if (fmt_equal(fmt, pos)) in perf_hpp__setup_output_field()
664 if (fmt_equal(fmt, pos)) in perf_hpp__append_sort_keys()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c627 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function
645 if (fmt_equal(fmt, pos)) in perf_hpp__setup_output_field()
664 if (fmt_equal(fmt, pos)) in perf_hpp__append_sort_keys()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/
H A Dhist.c627 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function
645 if (fmt_equal(fmt, pos)) in perf_hpp__setup_output_field()
664 if (fmt_equal(fmt, pos)) in perf_hpp__append_sort_keys()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-value-entry.c409 if (!fmt_equal (format, &obj->format)) in psppire_value_entry_set_format()
H A Dvar-type-dialog.c787 if (fmt_equal (target, &formats[i])) in find_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1658 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function
1743 fmt->equal = fmt_equal; in get_format()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1658 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function
1743 fmt->equal = fmt_equal; in get_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-c2c.c1658 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function
1743 fmt->equal = fmt_equal; in get_format()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi367 @deftypefun bool fmt_equal (const struct fmt_spec *@var{a}, const struct fmt_spec *@var{b})
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-1427 -- Function: bool fmt_equal (const struct fmt_spec *A, const struct
2814 * fmt_equal: Format Utility Functions.