| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcCallingConv.td | 21 // i32 f32 arguments get passed in integer registers if there is space. 23 // f64 arguments are split and passed through registers or through stack. 41 // The 64-bit ABI conceptually assigns all function arguments to a parameter 42 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments 43 // occupy a multiple of 8 bytes in the array. Integer arguments are extended to 48 // array at fixed offsets. Integer arguments are promoted to registers when 59 // float function arguments would occupy 8 bytes each, and be passed in %f1 and 67 // arguments: 89 // - Annotate integer arguments with zeroext or signext attributes. 99 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg. [all …]
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86CallingConv.td | 255 // Promote i1/i8/i16 arguments to i32. 262 // The first 6 integer arguments are passed in integer registers. 266 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 282 // The first 8 FP/Vector arguments are passed in XMM registers. 287 // The first 8 256-bit vector arguments are passed in YMM registers, unless 290 // fixed arguments to vararg functions are supposed to be passed in 297 // The first 8 512-bit vector arguments are passed in ZMM registers. 327 // Promote i1/i8/i16 arguments to i32. 343 // The first 4 MMX vector arguments are passed in GPRs. 346 // The first 4 integer arguments are passed in integer registers. [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/tools/argdumper/ |
| HD | argdumper.cpp | 20 JSONArray::SP arguments(new JSONArray()); in main() local 25 arguments->AppendObject(JSONString::SP(new JSONString(argv[i]))); in main() 29 object->SetObject("arguments", arguments); in main()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsCallingConv.td | 78 // Promote i8/i16 arguments to i32. 102 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or 136 // The only i32's we have left are soft-float arguments. 139 // Integer arguments are passed in integer registers. 145 // f32 arguments are passed in single precision FP registers. 151 // f64 arguments are passed in double precision FP registers. 162 // N32/64 variable arguments. 163 // All arguments are passed in integer registers. 219 // Promote i8/i16 arguments to i32. 222 // Integer arguments are passed in integer registers. [all …]
|
| /NextBSD/contrib/jansson/doc/ext/ |
| HD | refcounting.py | 43 def refcounting_directive(name, arguments, options, content, lineno, argument 45 if arguments[0] == 'borrow': 47 elif arguments[0] == 'new':
|
| /NextBSD/sys/tools/ |
| HD | makeobjops.awk | 268 num_arguments = split(line, arguments, / *; */) - 1; 272 if (!arguments[i]) 274 num_ar = split(arguments[i], ar, /[* ]+/); 276 warnsrc("no type for '" arguments[i] "'"); 284 argument_list = join(", ", arguments, num_arguments); 318 printh("\t" join(";\n\t", arguments, num_arguments) ";");
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZCallingConv.td | 63 // The convention is that true integer arguments that are smaller 71 // The first 5 integer arguments are passed in R2-R6. Note that R6 76 // The first 4 float and double arguments are passed in even registers F0-F6. 80 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors 94 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots. 99 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
|
| /NextBSD/contrib/byacc/test/btyacc/ |
| HD | err_inherit3.error | 1 YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previou… 2 YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist 21 YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
|
| /NextBSD/usr.sbin/bsdconfig/share/ |
| HD | dialog.subr | 136 f_dprintf "%s: called with zero arguments" \ 176 f_dprintf "%s: called with zero arguments" \ 206 # ($DIALOG_BACKTITLE) invocations. If no arguments are given or the first 251 # Xdialog(1) ($DIALOG_TITLE) invocations. If no arguments are given or the 359 # Return status is success unless one of the passed arguments is invalid 360 # or all of the $var_* arguments are either NULL or missing. 456 # Return status is success unless one of the passed arguments is invalid 457 # or all of the $var_* arguments are either NULL or missing. 573 # arguments. The first set of arguments are the variable names to use when 574 # storing the calculated height and width. The second set of arguments are the [all …]
|
| HD | common.subr | 47 # Program arguments 80 # Define standard optstring arguments that should be supported by all programs 82 # f_debug_init() from autamatically processing "$@" for the below arguments): 92 # processed all the arguments or simply have hit an invalid flag. In the cases 95 # preventing it from prematurely returning 1 before the end of the arguments. 107 # flags that take arguments, this automatic processing may fail unexpectedly. 118 # f_dprintf $format [$arguments ...] 147 # Process stored command-line arguments 195 # f_err $format [$arguments ...] 204 # f_quietly $command [$arguments ...] [all …]
|
| /NextBSD/contrib/openbsm/bin/auditfilterd/ |
| HD | auditfilterd_conf.c | 216 char *arguments, *module, **ap; in auditfilter_module_parse() local 232 arguments = buffer; in auditfilter_module_parse() 233 module = strsep(&arguments, ":"); in auditfilter_module_parse() 234 if (module == NULL || arguments == NULL) { in auditfilter_module_parse() 267 for (ap = am->am_argv; (*ap = strsep(&arguments, " \t")) != NULL;) { in auditfilter_module_parse()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCCallingConv.td | 73 // register allocator may assign the arguments to any free register. 139 // The first 8 integer arguments are passed in integer registers. 149 // Split arguments have an alignment of 8 bytes on the stack. 165 // This calling convention puts vector arguments always on the stack. It is used 166 // to assign vector arguments which belong to the variable portion of the 173 // put vector arguments in vector registers before putting them on the stack. 179 // The first 12 Vector arguments are passed in AltiVec registers. 190 // Helper "calling convention" to handle aggregate by value arguments. 191 // Aggregate by value arguments are always placed in the local variable space 200 // The only purpose of CC_PPC32_SVR4_Custom_Dummy is to skip arguments which are
|
| /NextBSD/etc/rc.d/ |
| HD | ftp-proxy | 56 # ftpproxy_foo="<arguments for foo>" 57 # ftpproxy_bar="<arguments for bar>"
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBBlock.cpp | 266 bool arguments, in GetVariables() argument 297 add_variable = arguments; in GetVariables() 327 bool arguments, in GetVariables() argument 359 add_variable = arguments; in GetVariables()
|
| /NextBSD/contrib/binutils/ |
| HD | ltsugar.m4 | 18 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their 22 [0], [m4_fatal([$0: too few arguments: $#])], 43 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|
| /NextBSD/contrib/subversion/subversion/svn/ |
| HD | util.c | 153 const char *arguments[7] = { 0 }; in svn_cl__merge_file_externally() local 161 arguments[0] = merge_tool; in svn_cl__merge_file_externally() 162 arguments[1] = base_path; in svn_cl__merge_file_externally() 163 arguments[2] = their_path; in svn_cl__merge_file_externally() 164 arguments[3] = my_path; in svn_cl__merge_file_externally() 165 arguments[4] = merged_path; in svn_cl__merge_file_externally() 166 arguments[5] = wc_path; in svn_cl__merge_file_externally() 167 arguments[6] = NULL; in svn_cl__merge_file_externally() 170 arguments, &exitcode, NULL, TRUE, NULL, NULL, NULL, in svn_cl__merge_file_externally()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBBlock.h | 74 bool arguments, 81 bool arguments,
|
| /NextBSD/contrib/tcsh/nls/C/ |
| HD | set1 | 18 15 Too few arguments 19 16 Too many arguments 122 119 Too many arguments for `%s' (%d) 123 120 `%s' requires %d arguments
|
| /NextBSD/contrib/tcsh/nls/french/ |
| HD | set1 | 18 15 Trop peu d'arguments 19 16 Trop d'arguments 61 58 Les arguments doivent être des ID de processus ou des numéros de travaux 122 119 Trop d'arguments pour `%s' (%d) 123 120 `%s' nécessite %d arguments
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | Checkers.td | 60 …function calls and Objective-C message expressions (e.g., uninitialized arguments, null function p… 64 …HelpText<"Check for null pointers passed as arguments to a function whose arguments are references… 124 …function calls and Objective-C message expressions (e.g., uninitialized arguments, null function p… 271 HelpText<"Check for overflows in the arguments to malloc()">, 303 HelpText<"Check for dubious malloc arguments involving sizeof">, 335 HelpText<"Check for null pointers being passed as arguments to C string functions">, 350 HelpText<"Checks for overlap in two buffer arguments">, 354 HelpText<"Check for arguments which are not null-terminating strings">, 383 HelpText<"Check for prohibited nil arguments to ObjC method calls">, 464 HelpText<"Check for null arguments to CFRetain/CFRelease/CFMakeCollectable">,
|
| /NextBSD/contrib/gcc/doc/ |
| HD | interface.texi | 48 @cindex passing arguments 49 GCC uses the system's standard convention for passing arguments. On 50 some machines, the first few arguments are passed in registers; in 60 On some machines (particularly the SPARC), certain types of arguments
|
| /NextBSD/contrib/llvm/lib/Target/XCore/ |
| HD | XCoreCallingConv.td | 28 // Promote i8/i16 arguments to i32. 34 // The first 4 integer arguments are passed in integer registers.
|
| /NextBSD/contrib/groff/contrib/groffer/ |
| HD | README_SH | 50 function name and symbols for its arguments in paranthesis `()'. Each 54 shows how many of these arguments are possible. 57 <arg>? 0 or 1 of these arguments 58 <arg>* arbitrarily many such arguments, incl. none 59 <arg>+ one or more such arguments 60 <arg>... one or more such arguments 61 [...] optional arguments 152 non-option argument, all arguments including those starting with `-'
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CONF_cmd_argv.pod | 16 arguments from B<pargv> and B<pargc>. The values of B<pargv> and B<pargc> 22 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
|
| /NextBSD/contrib/gcc/cp/ |
| HD | operators.def | 27 /* The DEF_OPERATOR macro takes the following arguments: 60 to take these arguments. 67 arguments are as for DEF_OPERATOR, but there is no need to provide 74 arguments are as for DEF_OPERATOR, but there is no need to provide
|