Home
last modified time | relevance | path

Searched refs:function (Results 151 – 175 of 897) sorted by relevance

12345678910>>...36

/dragonfly/lib/csu/x86_64/
H A Dcrti.S31 .type _init,@function
38 .type _fini,@function
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dwchar.h369 # define _GL_WARN_ON_USE(function, message) \ argument
370 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
373 # define _GL_WARN_ON_USE(function, message) \ argument
374 extern __typeof__ (function) function
376 # define _GL_WARN_ON_USE(function, message) \ argument
389 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
390 extern rettype function parameters_and_attributes \
394 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
395 extern rettype function parameters_and_attributes
397 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpasses.c95 opt_pass::gate (function *) in gate() argument
101 opt_pass::execute (function *) in execute() argument
422 virtual bool gate (function *) in gate() argument
428 virtual unsigned int execute (function *) in execute() argument
456 virtual bool gate (function *) in gate() argument
486 virtual bool gate (function *) in gate() argument
537 virtual bool gate (function *) in gate() argument
647 virtual bool gate (function *) in gate() argument
722 virtual bool gate (function *) in gate() argument
1753 execute_function_dump (function *fn, void *data) in execute_function_dump()
[all …]
H A Dcgraphbuild.c130 record_eh_tables (cgraph_node *node, function *fun) in record_eh_tables()
293 virtual unsigned int execute (function *);
298 pass_build_cgraph_edges::execute (function *fun) in execute()
497 virtual unsigned int execute (function *) in execute() argument
539 virtual unsigned int execute (function *);
544 pass_remove_cgraph_callee_edges::execute (function *) in execute() argument
H A Ddomwalk.h103 bool bb_reachable (struct function *, basic_block);
113 extern void set_all_edges_as_executable (function *fn);
H A Dtree-into-ssa.h27 void mark_virtual_operands_for_renaming (struct function *);
30 bool need_ssa_update_p (struct function *);
/dragonfly/sys/netproto/802_11/
H A DREADME.DRAGONFLY75 function which does this in addition to the lksleep():
92 * Firmware loading and/or the general network init function may have
94 releases it for the duration of the init function and firmware load.
121 call (function must be re-provided).
144 generic kether_ntoa() helper function that can be used for printing
/dragonfly/contrib/gcc-4.7/libobjc/
H A Daccessors.m100 /* The compiler uses this function when implementing some synthesized
137 /* The compiler uses this function when implementing some synthesized
200 /* The compiler uses this function when implementing some synthesized
202 copied. Compatibility Note: this function does not exist in the
219 /* The compiler uses this function when implementing some synthesized
221 copied. Compatibility Note: this function does not exist in the
238 /* This is the function that the Apple/NeXT runtime has instead of
243 This function is clumsy because it requires two locks instead of
/dragonfly/lib/libc/stdio/
H A Dfwalk.c42 _fwalk(int (*function)(FILE *)) in _fwalk()
61 ret |= (*function)(fp); in _fwalk()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi70 function. Each of the loops is represented in a @code{struct loop}
81 the given index. @code{number_of_loops} function returns number of
144 @code{loop_optimizer_finalize} function.
206 function if LOOPS_HAVE_MARKED_SINGLE_EXITS property is used.
386 insns are scanned, so that this function can be called on the insn
415 The function @code{get_iv_value} can be used to perform these
452 structure. The corresponding function is named
464 iterations, and fail if there are some assumptions. The function
466 The function @code{number_of_cond_exit_executions} can be used to
609 To do this conversion, the function
[all …]
H A Dplugins.texi36 address of the callback function that will handle that event.
64 Every plugin should export a function called @code{plugin_init} that
65 is called right after the plugin is loaded. This function is
69 This function is called from @code{compile_file} right before invoking
111 The function @code{plugin_default_version_check} takes two pointers to
113 plugin's @code{plugin_init} function.
140 /* The prototype for a plugin callback function.
194 and / or generate new events dynamically, by calling the function
321 registration. Use the @code{register_attribute} function to register
376 inspect cfun to find out about which function this pass is executed for.
[all …]
/dragonfly/contrib/zstd/lib/common/
H A Dpool.h69 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque);
77 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque);
/dragonfly/contrib/gdb-7/gdb/
H A Dinfcmd.c65 static void print_return_value (struct value *function,
1470 switch (gdbarch_return_value (gdbarch, function, value_type, in get_return_value()
1497 struct value *value = get_return_value (function, value_type); in print_return_value()
1541 struct symbol *function; member
1563 && a->function != NULL) in finish_command_continuation()
1567 value_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (a->function)); in finish_command_continuation()
1610 finish_backward (struct symbol *function) in finish_backward() argument
1695 cargs->function = function; in finish_forward()
1712 struct symbol *function; in finish_command() local
1801 finish_backward (function); in finish_command()
[all …]
/dragonfly/lib/libipfw3/nat/
H A Dipfw3_nat.c67 load_module(register_func function, register_keyword keyword) in load_module() argument
70 function(MODULE_NAT_ID, O_NAT_NAT, in load_module()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dostream111 // DR 60. What is a formatted input function?
120 // DR 60. What is a formatted input function?
130 // DR 60. What is a formatted input function?
147 * If the sentry status is good, the function tries to generate
267 * If the function inserts no characters, failbit is set.
283 * If the sentry status is good, the function tries to generate
299 * @note This function is not overloaded on signed char and
331 * @note This function is not overloaded on signed char and
366 * that function fails, sets failbit.
378 * If that function fails, sets failbit.
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlto-streamer-out.c604 output_ssa_names (struct output_block *ob, struct function *fn) in output_ssa_names()
633 output_cfg (struct output_block *ob, struct function *fn) in output_cfg()
782 tree function; in output_function() local
783 struct function *fn; in output_function()
787 function = node->decl; in output_function()
788 fn = DECL_STRUCT_FUNCTION (function); in output_function()
797 current_function_decl = function; in output_function()
808 stream_write_tree (ob, DECL_ARGUMENTS (function), true); in output_function()
818 stream_write_tree (ob, DECL_INITIAL (function), true); in output_function()
847 produce_asm (ob, function); in output_function()
[all …]
/dragonfly/lib/libpam/libpam/
H A Dpam_debug_log.c45 const char *file, const char *function, const char *format, ...) in _pam_verbose_error() argument
58 modname, function, format); in _pam_verbose_error()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl2.c310 tree fn_name = DECL_NAME (function); in grokclassfn()
320 DECL_NAME (function) = fn_name; in grokclassfn()
323 DECL_CONTEXT (function) = ctype; in grokclassfn()
326 DECL_DESTRUCTOR_P (function) = 1; in grokclassfn()
329 maybe_retrofit_in_chrg (function); in grokclassfn()
606 if (DECL_USE_TEMPLATE (function) in check_classfn()
628 DECL_TEMPLATE_PARMS (function))) in check_classfn()
631 "template parameters of %qD", function); in check_classfn()
686 || (DECL_TI_TEMPLATE (function) in check_classfn()
699 function, ctype); in check_classfn()
[all …]
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dwchar.h536 # define _GL_WARN_ON_USE(function, message) \ argument
537 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
542 # define _GL_WARN_ON_USE(function, message) \ argument
543 extern __typeof__ (function) function
546 # define _GL_WARN_ON_USE(function, message) \ argument
560 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
561 extern rettype function parameters_and_attributes \
565 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
566 extern rettype function parameters_and_attributes
568 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/dragonfly/sys/dev/disk/nata/
H A Datapi-tape.c549 ast_write_filemark(device_t dev, u_int8_t function) in ast_write_filemark() argument
552 int8_t ccb[16] = { ATAPI_WEOF, 0x01, 0, 0, function, 0, 0, 0, in ast_write_filemark()
559 if (function) { in ast_write_filemark()
587 ast_space(device_t dev, u_int8_t function, int32_t count) in ast_space() argument
589 int8_t ccb[16] = { ATAPI_SPACE, function, count>>16, count>>8, count, in ast_space()
619 ast_load_unload(device_t dev, u_int8_t function) in ast_load_unload() argument
622 int8_t ccb[16] = { ATAPI_START_STOP, 0x01, 0, 0, function, 0, 0, 0, in ast_load_unload()
626 if ((function & ATAPI_SS_EJECT) && !stp->cap.eject) in ast_load_unload()
632 if (function == ATAPI_SS_EJECT) in ast_load_unload()
/dragonfly/lib/libc/gen/
H A Dlockf.c49 lockf(int filedes, int function, off_t size) in lockf() argument
58 switch (function) { in lockf()
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dobjc-list.h74 list_mapcar (struct objc_list* list, void(*function)(void*)) in list_mapcar()
78 (*function) (list->head); in list_mapcar()
/dragonfly/contrib/openpam/
H A DHISTORY14 dispatcher when the required service function could not be found.
22 had been passed to an API function.
50 function to succeed. This mitigates fail-open scenarios caused by
97 - FEATURE: Add an openpam_readword(3) function which reads the next
101 - FEATURE: Add an openpam_readlinev(3) function which uses the
120 the openpam_readline(3) function, which (by design) munges
167 the policy file and some function arguments. (CVE-2011-4122)
339 - ENHANCE: Add a null conversation function, openpam_nullconv(3).
347 - ENHANCE: Add a null conversation function, openpam_nullconv().
364 so we can detect whether the conversation function touched it.
[all …]
/dragonfly/tools/regression/bin/sh/builtins/
H A Dlocal3.09 *) echo In-function \$- bad
11 [ "$x" = 7 ] || echo In-function \$x bad
/dragonfly/lib/libc/locale/
H A DDESIGN.xlocale45 `setinvalidrune()` function that can modify the rune locale.
99 The `localeconv()` function is an exception to the immutable-after-creation
100 rule. In the classic implementation, this function returns a pointer to some
116 `__get_locale()` function is now the only way to access the current locale
122 is implemented as a short inline function.
135 public function that accepts a `locale_t` parameter must use the `FIX_LOCALE()`
138 function, as the callee will do the `FIX_LOCALE()` itself.
143 Currently, the current rune set is accessed via a function call. This makes it

12345678910>>...36