Home
last modified time | relevance | path

Searched full:var (Results 1 – 25 of 2424) sorted by relevance

12345678910>>...97

/openbsd-src/gnu/gcc/gcc/doc/
H A Dlibgcc.texi55 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b})
56 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b})
57 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b})
58 These functions return the result of shifting @var{a} left by @var{b} bits.
61 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b})
62 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b})
63 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b})
64 These functions return the result of arithmetically shifting @var{a} right
65 by @var{b} bits.
68 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b})
[all …]
H A Drtl.texi105 be extracted with the macro @code{GET_CODE (@var{x})} and altered with
106 @code{PUT_CODE (@var{x}, @var{newcode})}.
140 of an RTX code with the macro @code{GET_RTX_CLASS (@var{code})}.
271 @item GET_RTX_LENGTH (@var{code})
272 Number of operands of an RTX of code @var{code}.
275 @item GET_RTX_FORMAT (@var{code})
276 The format of an RTX of code @var{code}, as a C string.
322 XEXP (@var{x}, 2)
326 accesses operand 2 of expression @var{x}, as an expression.
329 XINT (@var{x}, 2)
[all …]
H A Doptions.texi66 @samp{Mask(@var{x})}. �The options-processing script will automatically
68 each mask name @var{x} and set the macro @code{MASK_@var{x}} to the
69 appropriate bitmask. �It will also declare a @code{TARGET_@var{x}}
70 macro that has the value 1 when bit @code{MASK_@var{x}} is set and
91 @item @var{language}
95 option. Each @var{language} must have been declared by an earlier
103 @item Negative(@var{othername})
104 The option will turn off another option @var{othername}, which is the
113 entry (as with @code{-mflush-func=@var{name}}, for example).
129 @item Var(@var{var})
[all …]
H A Dtm.texi13 In addition to the file @file{@var{machine}.md}, a machine description
15 @file{@var{machine}.h} and a C source file named @file{@var{machine}.c}.
19 @file{@var{machine}.h}. The header file @file{config.h} includes
23 machine. @file{@var{machine}.c} should also contain their definitions,
79 #define TARGET_COMP_TYPE_ATTRIBUTES @var{machine}_comp_type_attributes
99 @defmac SWITCH_TAKES_ARG (@var{char})
100 A C expression which determines whether the option @option{-@var{char}}
112 @defmac WORD_SWITCH_TAKES_ARG (@var{name})
113 A C expression which determines whether the option @option{-@var{name}}
126 @defmac SWITCH_CURTAILS_COMPILATION (@var{char})
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A Dtypemap60 $var = $arg
63 $var = (SV*)SvRV($arg);
65 Perl_croak(aTHX_ \"$var is not a reference\")
68 $var = (AV*)SvRV($arg);
70 Perl_croak(aTHX_ \"$var is not an array reference\")
73 $var = (HV*)SvRV($arg);
75 Perl_croak(aTHX_ \"$var is not a hash reference\")
78 $var = (CV*)SvRV($arg);
80 Perl_croak(aTHX_ \"$var is not a code reference\")
82 $var NOT IMPLEMENTED
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-tic54x.texi120 defined within a macro will have global scope, unless the @code{.var}
122 @pxref{TIC54X-Directives,,@code{.var}}.
143 @item @code{:@var{symbol}(@var{char_index}):}
144 Evaluates to a single-character string, the character at @var{char_index}.
145 @item @code{:@var{symbol}(@var{start},@var{length}):}
146 Evaluates to a substring of @var{symbol} beginning at @var{start} with
147 length @var{length}.
190 @item @code{$acos(@var{expr})}
191 Returns the floating point arccosine of @var{expr}.
194 @item @code{$asin(@var{expr})}
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-tic54x.texi120 defined within a macro will have global scope, unless the @code{.var}
122 @pxref{TIC54X-Directives,,@code{.var}}.
143 @item @code{:@var{symbol}(@var{char_index}):}
144 Evaluates to a single-character string, the character at @var{char_index}.
145 @item @code{:@var{symbol}(@var{start},@var{length}):}
146 Evaluates to a substring of @var{symbol} beginning at @var{start} with
147 length @var{length}.
190 @item @code{$acos(@var{expr})}
191 Returns the floating point arccosine of @var{expr}.
194 @item @code{$asin(@var{expr})}
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A Dtypemap59 $var = $arg
62 $var = (SV*)SvRV($arg);
66 \"$var\")
69 $var = (AV*)SvRV($arg);
73 \"$var\")
76 $var = (HV*)SvRV($arg);
80 \"$var\")
83 $var = (CV*)SvRV($arg);
87 \"$var\")
89 $var NOT IMPLEMENTED
[all …]
H A D517-t-targetable.t12 'T_CALLBACK' => ' sv_setpvn($arg, $var.context.value().chp(),
13 $var.context.value().size());
17 if ( do_open(gv, "+>&", 3, FALSE, 0, 0, $var) )
23 'T_REF_IV_PTR' => ' sv_setref_pv($arg, \\"${ntype}\\", (void*)$var);
25 'T_U_LONG' => ' sv_setuv($arg, (UV)$var);
27 'T_U_CHAR' => ' sv_setuv($arg, (UV)$var);
29 'T_U_INT' => ' sv_setuv($arg, (UV)$var);
32 U32 ix_$var;
33 EXTEND(SP,size_$var);
34 for (ix_$var = 0; ix_$var < size_$var; ix_$var++) {
[all …]
/openbsd-src/gnu/lib/libiberty/src/
H A Dfunctions.texi29 @deftypefn Replacement void* alloca (size_t @var{size})
47 @deftypefn Extension int asprintf (char **@var{resptr}, const char *@var{format}, ...)
52 pointer to the allocated memory in @code{*@var{resptr}}. The value
55 @code{*@var{resptr}}.
60 @deftypefn Supplemental int atexit (void (*@var{f})())
62 Causes function @var{f} to be called at exit. Returns 0.
67 @deftypefn Supplemental char* basename (const char *@var{name})
69 Returns a pointer to the last component of pathname @var{name}.
75 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
77 Compares the first @var{count} bytes of two areas of memory. Returns
[all …]
H A Dpexecute.txh2 …ypefn Extension {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const char …
8 @var{flags} is a bitwise combination of the following:
27 @var{pname} is the name of program to be executed, used in error
28 messages. @var{tempbase} is a base name to use for any required
33 … *@var{obj}, int @var{flags}, const char *@var{executable}, char * const *@var{argv}, const char *…
39 @var{obj} is returned by a previous call to @code{pex_init}.
41 @var{flags} is a bitwise combination of the following:
49 of the program will be sent to @var{outname}, or, if @var{outname} is
53 @var{pex_run} may no longer be called with the same @var{obj}.
61 @var{outname} is a suffix. See the description of @var{outname},
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvpeek.t52 { our ($VAR, @VAR, %VAR);
55 open VAR, "<", "$^X.pm" or die "Can't open $^X.pm: $!";
57 open VAR, "<", $^X or die "Can't open $^X: $!";
59 sub VAR {}
60 format VAR =
63 is (DPeek ( $VAR), 'UNDEF', ' $VAR undef');
64 is (DPeek (\$VAR), '\UNDEF', '\$VAR undef');
65 $VAR = 1;
66 is (DPeek ($VAR), 'IV(1)', ' $VAR 1');
67 is (DPeek (\$VAR), '\IV(1)', '\$VAR 1');
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dcommon.opt57 Common Var(warn_aggregate_return)
61 Common Var(warn_attributes) Init(1)
65 Common Var(warn_cast_align)
69 Common Var(warn_deprecated_decl) Init(1)
73 Common Var(warn_disabled_optimization)
77 Common Var(warnings_are_errors)
89 Common Var(flag_fatal_errors)
93 Common Var(warn_inline)
109 Common Var(warn_unsafe_loop_optimizations)
113 Common Var(warn_missing_noreturn)
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/ExtUtils/
H A Dtypemap65 $var = $arg
71 $var = SvRV(xsub_tmp_sv);
76 \"$var\");
84 $var = SvRV(xsub_tmp_sv);
89 \"$var\");
97 $var = (AV*)SvRV(xsub_tmp_sv);
102 \"$var\");
110 $var = (AV*)SvRV(xsub_tmp_sv);
115 \"$var\");
123 $var = (HV*)SvRV(xsub_tmp_sv);
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Dperl.typemap59 $var = $arg
65 $var = SvRV(xsub_tmp_sv);
70 \"$var\");
78 $var = (AV*)SvRV(xsub_tmp_sv);
83 \"$var\");
91 $var = (HV*)SvRV(xsub_tmp_sv);
96 \"$var\");
104 $var = (CV*)SvRV(xsub_tmp_sv);
109 \"$var\");
113 $var NOT IMPLEMENTED
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dtie_fetch_count.t22 # tie $var, "main", $val; # FETCH returns $val
23 # tie $var, "main", $val1, $val2; # FETCH returns the values in order,
46 tie my $var => 'main', 1;
49 $dummy = $var ; check_count "=";
50 *dummy = $var ; check_count '*glob = $tied';
53 $dummy = +$var ; check_count "unary +";
54 $dummy = -$var ; check_count "unary -";
57 $dummy = $var + 1 ; check_count '+';
58 $dummy = $var - 1 ; check_count '-';
59 $dummy = $var / 1 ; check_count '/';
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dmi-var-cmd.exp31 set testfile "var-cmd"
52 mi_gdb_test "111-var-create global_simple * global_simple" \
59 mi_gdb_test "112-var-create bogus_unknown_variable * bogus_unknown_variable" \
66 mi_gdb_test "113-var-create argc * argc" \
75 mi_gdb_test "-var-create linteger * linteger" \
79 mi_gdb_test "-var-create lpinteger * lpinteger" \
83 mi_gdb_test "-var-create lcharacter * lcharacter" \
87 mi_gdb_test "-var-create lpcharacter * lpcharacter" \
91 mi_gdb_test "-var-create llong * llong" \
95 mi_gdb_test "-var-create lplong * lplong" \
[all …]
H A Dmi2-var-cmd.exp31 set testfile "var-cmd"
52 mi_gdb_test "111-var-create global_simple * global_simple" \
59 mi_gdb_test "112-var-create bogus_unknown_variable * bogus_unknown_variable" \
66 mi_gdb_test "113-var-create argc * argc" \
75 mi_gdb_test "-var-create linteger * linteger" \
79 mi_gdb_test "-var-create lpinteger * lpinteger" \
83 mi_gdb_test "-var-create lcharacter * lcharacter" \
87 mi_gdb_test "-var-create lpcharacter * lpcharacter" \
91 mi_gdb_test "-var-create llong * llong" \
95 mi_gdb_test "-var-create lplong * lplong" \
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A Dtypemap30 …$var= null_arg($arg)||!SvTRUE($arg) ? ($type)0 : looks_like_number($arg) ? ($type)SvIV($arg) : ($t…
33 $var= NULL;
35 $var= ($type) SvPV_nolen( $arg )
37 grow_buf( $var,$arg, $type )
39 $var= null_arg($arg) ? ($type)0 : INT2PTR($type,SvIV($arg))
41 $var= null_arg($arg) ? ($type)0 : INT2PTR($type,SvUV($arg))
43 $var= optIV($arg)
45 $var= optUV($arg)
48 $var= NULL;
50 *( $var= ($type) TempAlloc( sizeof(*($var)) ) )= SvIV($arg)
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dagentexpr.texi127 @item memory reference instructions (@code{ref}@var{n})
133 @item the sign-extension instruction (@code{ext} @var{n})
208 @item @code{add} (0x02): @var{a} @var{b} @result{} @var{a+b}
210 Pop the top two stack items, @var{a} and @var{b}, as integers; push
217 hexidecimal. The phrase ``@var{a} @var{b} @result{} @var{a+b}'' shows
219 must contain at least two values, @var{a} and @var{b}; since the top of
220 the stack is to the right, @var{b} is on the top of the stack, and
221 @var{a} is underneath it. After execution, the bytecode will have
222 popped @var{a} and @var{b} from the stack, and replaced them with a
223 single value, @var{a+b}. There may be other values on the stack below
[all …]
/openbsd-src/gnu/usr.bin/gcc/INSTALL/
H A Dconfigure.html48 <p>We use <var>srcdir</var> to refer to the toplevel source directory for
49 GCC; we use <var>objdir</var> to refer to the toplevel build/object directory.
51 <p>If you obtained the sources via CVS, <var>srcdir</var> must refer to the top
55 <p>If either <var>srcdir</var> or <var>objdir</var> is located on an automounted NFS
66 where <var>srcdir</var> == <var>objdir</var> should still work, but doesn't
67 get extensive testing; building where <var>objdir</var> is a subdirectory
68 of <var>srcdir</var> is unsupported.
76 recommended method of building in a separate <var>objdir</var>, you should
77 simply use a different <var>objdir</var> for each target.
92 <pre class="example"> % mkdir <var>objdir</var>
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintdoc.in38 to one type for @var{@1@}.\n\
43 to one type for @var{@2@}.\n\
48 to one type for @var{@1@} and @var{@2@}.\n\
52 Returns the absolute value of @var{@1@}.
54 If @var{@1@} is type @code{COMPLEX}, the absolute
58 SQRT(REALPART(@var{@1@})**2+IMAGPART(@var{@1@})**2)
62 Otherwise, it is computed by negating @var{@1@} if
63 it is negative, or returning @var{@1@}.
80 code specified by @var{@1@}.
90 first character position of @var{@1@}.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi103 be extracted with the macro @code{GET_CODE (@var{x})} and altered with
104 @code{PUT_CODE (@var{x}, @var{newcode})}.
138 of an RTX code with the macro @code{GET_RTX_CLASS (@var{code})}.
260 @item GET_RTX_LENGTH (@var{code})
261 Number of operands of an RTX of code @var{code}.
264 @item GET_RTX_FORMAT (@var{code})
265 The format of an RTX of code @var{code}, as a C string.
311 XEXP (@var{x}, 2)
315 accesses operand 2 of expression @var{x}, as an expression.
318 XINT (@var{x}, 2)
[all …]
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dlldb1 …rror -s "Type: ${var.m_type%E}, Code: ${var.m_code}, Message: ${
2 type summary add -w lldb lldb_private::ConstString -s "${var.m_string}"
3 type summary add -w lldb lldb_private::Language -s "${var.m_language…
4 type summary add -w lldb lldb_private::RegularExpression -s "${var.m_re}"
5 type summary add -w lldb lldb_private::UserID -s "UserID(${var.m_u…
6 type summary add -w lldb lldb_private::ValueObject -s "${var.m_name}"
7 type summary add -w lldb lldb_private::ValueObjectSP -s "${var.ptr_.m_nam…
8 type summary add -w lldb lldb_private::ValueObjectRegister -s "${var.m_reg_info…
9 type summary add -w lldb lldb_private::ClangExpression -s "{${var.m_expr_te…
10 … -w lldb lldb_private::CommandObject -s "Command name: ${var.m_cmd_name}"
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/Amiga-ARexx/
H A Dtypemap17 U32 ix_$var = $argoff;
22 $var = $ntype((items -= $argoff) +2);
25 int __index = (ix_$var - $argoff)/3;
26 $var\[__index\].ti_Tag = (ULONG)SvUV(ST(ix_$var));
27 ix_$var++;
30 if(items > 1 && ($var\[__index\].ti_Tag != TAG_DONE))
32 _tag_type = (ULONG)SvUV(ST(ix_$var));
33 ix_$var++;
37 $var\[__index\].ti_Data = (ULONG)INT2PTR(APTR,SvIV(ST(ix_$var)));
40 $var\[__index\].ti_Data = (WORD)SvIV(ST(ix_$var));
[all …]

12345678910>>...97