Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object.c157 ret->functions = format_functions[i]; in simple_object_start_read()
176 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
243 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
247 ret->functions = sobj->functions; in simple_object_fetch_attributes()
257 sobj->functions->release_read (sobj->data); in simple_object_release_read()
268 if (to->functions != from->functions) in simple_object_attributes_merge()
281 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
295 data = attrs->functions->start_write (attrs->data, errmsg, err); in simple_object_start_write()
299 ret->functions = attrs->functions; in simple_object_start_write()
385 return sobj->functions->write_to_file (sobj, descriptor, err); in simple_object_write_to_file()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object.c156 ret->functions = format_functions[i]; in simple_object_start_read()
175 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
242 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
246 ret->functions = sobj->functions; in simple_object_fetch_attributes()
256 sobj->functions->release_read (sobj->data); in simple_object_release_read()
267 if (to->functions != from->functions) in simple_object_attributes_merge()
280 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
294 data = attrs->functions->start_write (attrs->data, errmsg, err); in simple_object_start_write()
298 ret->functions = attrs->functions; in simple_object_start_write()
384 return sobj->functions->write_to_file (sobj, descriptor, err); in simple_object_write_to_file()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object.c180 ret->functions = format_functions[i]; in simple_object_start_read()
199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
332 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections()
346 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections()
385 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
389 ret->functions = sobj->functions; in simple_object_fetch_attributes()
399 sobj->functions->release_read (sobj->data); in simple_object_release_read()
410 if (to->functions != from->functions) in simple_object_attributes_merge()
423 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
441 ret->functions = attrs->functions; in simple_object_start_write()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object.c180 ret->functions = format_functions[i]; in simple_object_start_read()
199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
310 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections()
362 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
366 ret->functions = sobj->functions; in simple_object_fetch_attributes()
376 sobj->functions->release_read (sobj->data); in simple_object_release_read()
387 if (to->functions != from->functions) in simple_object_attributes_merge()
400 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
418 ret->functions = attrs->functions; in simple_object_start_write()
504 return sobj->functions->write_to_file (sobj, descriptor, err); in simple_object_write_to_file()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object.c175 ret->functions = format_functions[i]; in simple_object_start_read()
194 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
261 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
265 ret->functions = sobj->functions; in simple_object_fetch_attributes()
275 sobj->functions->release_read (sobj->data); in simple_object_release_read()
286 if (to->functions != from->functions) in simple_object_attributes_merge()
299 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
313 data = attrs->functions->start_write (attrs->data, errmsg, err); in simple_object_start_write()
317 ret->functions = attrs->functions; in simple_object_start_write()
403 return sobj->functions->write_to_file (sobj, descriptor, err); in simple_object_write_to_file()
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/64/
H A Dt-softfp-compat2 # support functions got improper versions by accident. Here we
5 # Filter out the following TFmode functions.
7 tf-functions := $(addprefix $(srcdir)/soft-fp/, $(tf-compats))
8 LIB2ADD := $(filter-out $(tf-functions), $(LIB2ADD))
12 libgcc2-tf-functions = _divtc3 _multc3 _powitf2
13 LIB2FUNCS_EXCLUDE += $(libgcc2-tf-functions)
14 libgcc2-tf-compats = $(addsuffix .c, $(libgcc2-tf-functions))
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltin-attrs.def21 that are applied to some built-in functions by default. Attributes
22 that are meant to be used by user-defined functions but aren't used
24 but not to functions need not and should not be defined here.
167 /* Allocation functions like malloc and realloc whose first argument
185 /* Allocation functions like realloc whose second argument specifies
198 /* Nothrow functions with the sentinel(1) attribute. */
227 nonnull pointers. As cancellation points the functions are not
257 /* Nothrow leaf functions which are type-generic. */
260 /* Nothrow nonnull leaf functions that are type-generic. */
278 /* Nothrow const functions which are type-generic. */
[all …]
H A Dinternal-fn.def1 /* Internal functions.
20 /* This file specifies a list of internal "functions". These functions
21 differ from built-in functions in that they have no linkage and cannot
25 Internal functions are used instead of tree codes if the operation
39 ECF_* flags and FNSPEC is a string describing functions fnspec.
73 function BUILT_IN_<NAME>{F,,L}. Unlike some built-in functions,
74 these internal functions never set errno.
78 group of functions to any integral mode (including vector modes).
180 /* Unary math functions. */
207 /* Binary math functions. */
[all …]
H A Dgcov.c344 vector <function_info *> functions; member
348 lines (), coverage (), functions () in source_info()
358 it != functions.end (); it++) in get_functions_at_location()
1043 std::sort (src->functions.begin (), src->functions.end (), in output_intermediate_file()
1150 it != functions.end (); it++) in process_all_functions()
1168 functions.erase (remove_if (functions.begin (), functions.end (), in process_all_functions()
1180 s->functions.push_back (fn); in process_all_functions()
1366 functions.resize (0); in release_structures()
1583 functions.push_back (fn); in read_graph_file()
1725 if (functions.empty ()) in read_graph_file()
[all …]
/dragonfly/contrib/gmp/
H A DREADME28 functions, and the functions have a regular interface.
48 There are five classes of functions in GNU MP.
50 1. Signed integer arithmetic functions (mpz). These functions are intended
54 2. Rational arithmetic functions (mpq). For now, just a small set of
58 3. Floating-point arithmetic functions (mpf). If the C type `double'
61 and call the functions in the mpf class for the arithmetic operations.
63 4. Positive-integer, hard-to-use, very low overhead functions are in the
65 enough space is available for the results. The set of functions is not
66 regular, nor is the calling interface. These functions accept input
72 low-level functions.
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.opt222 malign-functions=
331 Return values of functions in FPU registers.
400 Omit the frame pointer in leaf functions.
638 Support MMX built-in functions.
642 Support 3DNow! built-in functions.
646 Support Athlon 3Dnow! built-in functions.
766 Support XOP built-in functions and code generation.
770 Support LWP built-in functions and code generation.
790 Support SGX built-in functions and code generation.
810 Support BMI built-in functions and code generation.
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltin-attrs.def22 that are applied to some functions by default.
146 /* Nothrow functions with the sentinel(1) attribute. */
149 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
152 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
155 /* Nothrow functions whose first parameter is a nonnull pointer. */
158 /* Nothrow functions whose second parameter is a nonnull pointer. */
161 /* Nothrow functions whose third parameter is a nonnull pointer. */
164 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
167 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
176 /* Nothrow const functions which are type-generic. */
[all …]
H A Dinternal-fn.def1 /* Internal functions.
20 /* This file specifies a list of internal "functions". These functions
21 differ from built-in functions in that they have no linkage and cannot
25 Internal functions are used instead of tree codes if the operation
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.opt97 malign-functions=
175 Return values of functions in FPU registers
244 Omit the frame pointer in leaf functions
423 Support MMX built-in functions
427 Support 3DNow! built-in functions
431 Support Athlon 3Dnow! built-in functions
491 Support XOP built-in functions and code generation
495 Support LWP built-in functions and code generation
507 Support BMI built-in functions and code generation
519 Support TBM built-in functions and code generation
[all …]
/dragonfly/usr.sbin/memcontrol/
H A Dmemcontrol.c74 } functions[] = { variable
116 for (i = 0; functions[i].cmd != NULL; i++) in main()
117 if (!strcmp(argv[1], functions[i].cmd)) in main()
119 functions[i].func(memfd, argc - 1, argv + 1); in main()
331 for (i = 0; functions[i].cmd != NULL; i++) in help()
332 if (!strcmp(what, functions[i].cmd)) { in help()
333 fprintf(stderr, "%s\n", functions[i].desc); in help()
341 for (i = 0; functions[i].cmd != NULL; i++) in help()
342 fprintf(stderr, " %s\n", functions[i].cmd); in help()
/dragonfly/lib/libc/locale/
H A DDESIGN.xlocale10 - Locale-aware functions taking an explicit locale argument (Darwin)
23 With this in mind, various libc-private functions have been modified to take a
26 variants of these functions, to make it harder for accidental uses of the
48 with each locale. These are used by various functions that previously had a
62 constraints as with the pre-xlocale libc. Calls to any locale-aware functions
115 APIs, but also simplifies the modifications to these functions. The
118 if any functions attempt to use them.
120 The ctype.h functions are a little different. These are not implemented in
128 deprecated functions - we should not be encouraging people to use deprecated
144 fairly expensive to use any of the ctype.h functions. We could improve this
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_acpi.c71 struct amdgpu_atif_functions functions; member
212 amdgpu_atif_parse_functions(&atif->functions, output.function_bits); in amdgpu_atif_verify_interface()
386 if (atif->functions.sbios_requests) { in amdgpu_atif_handler()
544 amdgpu_atcs_parse_functions(&atcs->functions, output.function_bits); in amdgpu_atcs_verify_interface()
564 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in amdgpu_acpi_is_pcie_performance_request_supported()
590 if (!atcs->functions.pcie_dev_rdy) in amdgpu_acpi_pcie_notify_device_ready()
634 if (!atcs->functions.pcie_perf_req) in amdgpu_acpi_pcie_performance_request()
788 if (atif->functions.sbios_requests && !atif->functions.system_params) { in amdgpu_acpi_init()
793 atif->functions.system_params = true; in amdgpu_acpi_init()
796 if (atif->functions.system_params) { in amdgpu_acpi_init()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_acpi.c226 radeon_atif_parse_functions(&atif->functions, output.function_bits); in radeon_atif_verify_interface()
507 radeon_atcs_parse_functions(&atcs->functions, output.function_bits); in radeon_atcs_verify_interface()
527 if (atcs->functions.pcie_perf_req && atcs->functions.pcie_dev_rdy) in radeon_acpi_is_pcie_performance_request_supported()
554 if (!atcs->functions.pcie_dev_rdy) in radeon_acpi_pcie_notify_device_ready()
598 if (!atcs->functions.pcie_perf_req) in radeon_acpi_pcie_performance_request()
749 if (atif->functions.sbios_requests && !atif->functions.system_params) { in radeon_acpi_init()
754 atif->functions.system_params = true; in radeon_acpi_init()
757 if (atif->functions.system_params) { in radeon_acpi_init()
/dragonfly/contrib/mpfr/
H A DBUGS25 * The overflow/underflow exceptions may be badly handled in some functions;
30 * Under Linux/x86 with the traditional FPU, some functions do not work
35 * Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
58 * Possible infinite loop in some functions for particular cases: when
60 consecutive two such numbers. However for non-algebraic functions, it is
69 * Error analysis for some functions may be incorrect (out-of-date due
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi22 * Loop manipulation:: Loop manipulation functions.
133 and updated for each loop. This makes some functions (e.g.,
134 @code{get_loop_exit_edges}) more efficient. Some functions (e.g.,
156 The functions to query the information about loops are declared in
177 The most important functions to query loop structures are:
217 The loops tree can be manipulated using the following functions:
299 outside, or unless you manipulate loop exit edges (functions are
328 @code{resolve_mixers} functions must be used.
380 The following functions can be used to access the results of the
509 of the data reference and its access functions. These access functions
[all …]
H A Dlibgcc.texi55 @subsection Arithmetic functions
123 @subsection Comparison functions
125 The following functions implement integral comparisons. These functions
148 The following functions implement trapping arithmetic. These functions
241 @subsection Arithmetic functions
281 @subsection Conversion functions
388 @subsection Comparison functions
400 functions.
510 @subsection Arithmetic functions
560 @subsection Conversion functions
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-softfp34 # If the libgcc2.c functions should not be replaced, also define:
38 # Avoiding replacing the libgcc2.c functions is a temporary measure
88 # for the functions in the soft-fp files have not been brought across
102 # such functions. Depending on the target, the si and di symbols may
103 # in fact define di and ti functions.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dostream102 * functions in constructs like "std::cout << std::endl". For more
110 // The inserters for manipulators are *not* formatted output functions.
119 // The inserters for manipulators are *not* formatted output functions.
129 // The inserters for manipulators are *not* formatted output functions.
139 * All the @c operator<< functions (aka <em>formatted output
140 * functions</em>) have some common behavior. Each starts by
182 // 117. basic_ostream uses nonexistent num_put member functions.
193 // 117. basic_ostream uses nonexistent num_put member functions.
225 // 117. basic_ostream uses nonexistent num_put member functions.
275 * All the unformatted output functions have some common behavior.
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dopenssl.c150 FUNCTION functions[] = { variable
626 for (fp = functions; fp->name != NULL; fp++) in do_cmd()
641 for (fp = functions; fp->name != NULL; fp++) { in do_cmd()
785 for (i = 0, f = functions; f->name != NULL; ++f, ++i) in IMPLEMENT_LHASH_HASH_FN()
787 qsort(functions, i, sizeof *functions, SortFnByName); in IMPLEMENT_LHASH_HASH_FN()
792 for (f = functions; f->name != NULL; f++) in IMPLEMENT_LHASH_HASH_FN()
/dragonfly/contrib/gcc-4.7/libobjc/
H A DREADME15 Runtime API functions
19 most functions have semantics as it is known from the NeXT. The
20 names, however, have changed. All runtime API functions have names
23 The runtime api functions are not documented as of now.
68 headerfile Typedstreams.h for api functions. I (Kresten) have

12345678910>>...16