| /openbsd/src/share/locale/ctype/ |
| D | gen_ctype_utf8.pl | 299 my $adjustment; 311 $adjustment = undef; 316 $adjustment //= $points->{$point}; 321 push @{ $map{$first_point}{$adjustment} }, $point; 327 foreach my $adjustment ( keys %{ $map{$point} } ) { 330 ? ( $adjustment || '0x0000' ) 331 : format_point($adjustment); 333 @{ squish_points( $map{$point}{$adjustment} ) }
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | utf8 | 609 UTF8_SAFE_SKIP(s, adjustment) 611 int adjustment 617 RETVAL = UTF8_SAFE_SKIP(const_s, s + UTF8SKIP(s) + adjustment); 626 isUTF8_CHAR(s, adjustment) 628 int adjustment 635 const_e = const_s + UTF8SKIP(const_s) + adjustment; 668 utf8_to_uvchr_buf(s, adjustment) 670 int adjustment 679 s + UTF8SKIP(s) + adjustment, 844 adjustment => -1, [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | genmodes.c | 98 const char *adjustment; member 202 const char *adjustment, in new_adjust() argument 235 a->adjustment = adjustment; in new_adjust() 1160 a->file, a->line, a->adjustment); in emit_mode_adjustments() 1198 a->file, a->line, a->adjustment); in emit_mode_adjustments() 1228 a->file, a->line, a->mode->name, a->adjustment); in emit_mode_adjustments()
|
| D | var-tracking.c | 567 adjust_stack_reference (rtx mem, HOST_WIDE_INT adjustment) in adjust_stack_reference() argument 572 adjustment -= FRAME_POINTER_CFA_OFFSET (current_function_decl); in adjust_stack_reference() 573 cfa = plus_constant (frame_pointer_rtx, adjustment); in adjust_stack_reference() 575 adjustment -= ARG_POINTER_CFA_OFFSET (current_function_decl); in adjust_stack_reference() 576 cfa = plus_constant (arg_pointer_rtx, adjustment); in adjust_stack_reference()
|
| D | calls.c | 1687 HOST_WIDE_INT adjustment; in combine_pending_stack_adjustment_and_call() local 1706 adjustment = pending_stack_adjust; in combine_pending_stack_adjustment_and_call() 1712 adjustment -= preferred_unit_stack_boundary - unadjusted_alignment; in combine_pending_stack_adjustment_and_call() 1714 adjustment += unadjusted_alignment; in combine_pending_stack_adjustment_and_call() 1722 = pending_stack_adjust - adjustment + unadjusted_args_size; in combine_pending_stack_adjustment_and_call() 1724 return adjustment; in combine_pending_stack_adjustment_and_call()
|
| /openbsd/src/regress/usr.bin/mandoc/roff/nr/ |
| D | predef.out_ascii | 10 adjustment mode: 0 = flush left
|
| /openbsd/src/sys/kern/ |
| D | kern_time.c | 451 int64_t adjustment, remaining; in sys_adjtime() local 474 adjustment = atv.tv_sec * 1000000; in sys_adjtime() 475 if (adjustment > INT64_MAX - atv.tv_usec) in sys_adjtime() 477 adjustment += atv.tv_usec; in sys_adjtime() 497 tc_adjtime(NULL, &adjustment); in sys_adjtime()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | InAlloca.rst | 15 work, such as object construction, between the first stack adjustment 138 passed to the call instead of a stack adjustment. Frontends should
|
| D | SymbolizerMarkupFormat.rst | 253 precise code locations. Some such code applies the "subtract one" adjustment 255 always clear or consistent whether this adjustment has been applied or not. 262 them without adjustment. So the symbolizing filter will usually apply the 263 "subtract one byte" adjustment to an address printed without a disambiguating 265 supported machines, applying the "subtract one byte" adjustment a second time
|
| /openbsd/src/gnu/gcc/libgomp/ |
| D | libgomp.texi | 180 @code{omp_set_dynamic}. If undefined, dynamic adjustment is 370 Enable or disable the dynamic adjustment of the number of threads 373 adjustment of team sizes and @code{false} disables it. 402 dynamic adjustment of team sizes and @code{false} disables it. 807 * OMP_DYNAMIC:: Dynamic adjustment of threads 817 @section @env{OMP_DYNAMIC} -- Dynamic adjustment of threads 822 Enable or disable the dynamic adjustment of the number of threads 824 @code{TRUE} or @code{FALSE}. If undefined, dynamic adjustment is
|
| D | libgomp.info | 159 `omp_set_dynamic'. If undefined, dynamic adjustment is disabled by 325 Enable or disable the dynamic adjustment of the number of threads 327 of `true' and `false', where `true' enables dynamic adjustment of 353 enables dynamic adjustment of team sizes and `false' disables it. 707 * OMP_DYNAMIC:: Dynamic adjustment of threads 717 3.1 `OMP_DYNAMIC' - Dynamic adjustment of threads 721 Enable or disable the dynamic adjustment of the number of threads 723 `TRUE' or `FALSE'. If undefined, dynamic adjustment is disabled by 1856 unique number. Make the same adjustment to the section titles in
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ChangeLog | 120 (copy_section): ..here. Simplify size adjustment. Divide
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | fp_mul_impl.inc | 66 // include the necessary exponent adjustment.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | calls.c | 1960 HOST_WIDE_INT adjustment; local 1979 adjustment = pending_stack_adjust; 1985 adjustment -= preferred_unit_stack_boundary - unadjusted_alignment; 1987 adjustment += unadjusted_alignment; 1995 = pending_stack_adjust - adjustment + unadjusted_args_size; 1997 return adjustment;
|
| /openbsd/src/usr.bin/vi/docs/ |
| D | TODO | 109 E_EXADJUST /* Ex: screen adjustment routine. */
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86InstrControl.td | 49 // perform a post-epilogue stack adjustment. Codegen emits the pseudo form 50 // which expands to include an SP adjustment if necessary.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | ChangeLog-2004 | 419 DW_EH_PE_pcrel adjustment for ET_REL. 777 (copy_section): ..here. Simplify size adjustment. Divide
|
| /openbsd/src/gnu/gcc/gcc/config/m32c/ |
| D | m32c.c | 1989 int adjustment = -BIG_FB_ADJ; in m32c_legitimize_reload_address() local 1992 GEN_INT (adjustment)); in m32c_legitimize_reload_address() 1993 *x = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - adjustment)); in m32c_legitimize_reload_address()
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | OpenMPSupport.rst | 338 | misc | dispatch construct and function variant argument adjustment | :pa…
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/po/ |
| D | id.po | 386 msgid "invalid register for stack adjustment"
|
| D | da.po | 409 msgid "invalid register for stack adjustment"
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclass.pod | 281 Object adjustment is a way to run arbitrary user-defined code during object
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/po/ |
| D | id.po | 386 msgid "invalid register for stack adjustment"
|
| D | da.po | 409 msgid "invalid register for stack adjustment"
|
| D | pt_BR.po | 408 msgid "invalid register for stack adjustment"
|