| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| text.h | 17 struct adjustment { struct 24 adjustment adj;
|
| object.h | 130 adjustment adj;
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| peak.h | 6 /* The highest recorded peak value, after adjustment (see below). */ 12 uint64_t adjustment; member in struct:peak_s 24 int64_t candidate_max = (int64_t)(alloc - dalloc - peak->adjustment); 34 peak->adjustment = alloc - dalloc;
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| peak.h | 6 /* The highest recorded peak value, after adjustment (see below). */ 12 uint64_t adjustment; member in struct:peak_s 24 int64_t candidate_max = (int64_t)(alloc - dalloc - peak->adjustment); 34 peak->adjustment = alloc - dalloc;
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| peak.h | 8 /* The highest recorded peak value, after adjustment (see below). */ 14 uint64_t adjustment; member in struct:peak_s 27 int64_t candidate_max = (int64_t)(alloc - dalloc - peak->adjustment); 37 peak->adjustment = alloc - dalloc;
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| peak.h | 8 /* The highest recorded peak value, after adjustment (see below). */ 14 uint64_t adjustment; member in struct:peak_s 27 int64_t candidate_max = (int64_t)(alloc - dalloc - peak->adjustment); 37 peak->adjustment = alloc - dalloc;
|
| /src/external/bsd/ntp/dist/util/ |
| testrs6000.c | 5 * adjustment. If the problem is fixed, this program will print the 18 struct timeval adjustment, result; variable in typeref:struct:timeval 34 adjustment.tv_sec = 0; 35 adjustment.tv_usec = -2000; 51 if (adjtime(&adjustment, &result))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| infcall-thread-announce.exp | 35 proc check_thread_count { adjustment } { 36 incr ::thr_count $adjustment
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| infcall-thread-announce.exp | 35 proc check_thread_count { adjustment } { 36 incr ::thr_count $adjustment
|
| /src/usr.sbin/rdate/ |
| rdate.c | 75 int adjustment; local 85 adjustment = 0; 165 adjustment = tv.tv_sec = tim - tv_current.tv_sec; 177 getprogname(), adjustment);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-v3-abi.c | 525 "this" adjustment of ADJUSTMENT bytes. */ 529 LONGEST adjustment) 534 if (adjustment == 0) 566 /* Recurse with a modified adjustment. We don't need to adjust 568 if (adjustment >= pos && adjustment < pos + basetype->length ()) 569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos); 587 LONGEST voffset, adjustment; local 600 adjustment = extract_signed_integer (contents 629 LONGEST adjustment; local 748 LONGEST adjustment; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-v3-abi.c | 525 "this" adjustment of ADJUSTMENT bytes. */ 529 LONGEST adjustment) 534 if (adjustment == 0) 566 /* Recurse with a modified adjustment. We don't need to adjust 568 if (adjustment >= pos && adjustment < pos + basetype->length ()) 569 return gnuv3_find_method_in (basetype, voffset, adjustment - pos); 587 LONGEST voffset, adjustment; local 600 adjustment = extract_signed_integer (contents 629 LONGEST adjustment; local 748 LONGEST adjustment; local [all...] |
| /src/lib/libc/arch/mips/gen/ |
| swapcontext.S | 52 PTR_L v1, 0(sp) # load oucp again for adjustment
|
| /src/share/locale/ctype/ |
| 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} ) }
|
| /src/lib/libc/arch/or1k/gen/ |
| swapcontext.S | 60 l.lwz r4,CALLFRAME_OUCP(r5) # load oucp for adjustment
|
| /src/lib/libc/arch/powerpc/gen/ |
| swapcontext.S | 55 lwz %r11,XCALLFRAME_OUCP(%r1) # load oucp for adjustment
|
| /src/lib/libc/arch/powerpc64/gen/ |
| swapcontext.S | 50 ld %r11,SF_PARAM(%r1) # load oucp for adjustment
|
| /src/lib/libc/arch/riscv/gen/ |
| swapcontext.S | 51 REG_L a1, CALLFRAME_OUCP(sp) # load oucp for adjustment
|
| /src/sys/sys/ |
| timex.h | 244 void ntp_update_second(int64_t *adjustment, time_t *newsec);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_mul_impl.inc | 58 // include the necessary exponent adjustment.
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmodes.cc | 77 adjustment */ 79 adjustment */ 105 const char *adjustment; member in struct:mode_adjust 218 const char *adjustment, 246 error ("%s:%d: mode \"%s\" already has a %s adjustment", 248 error ("%s:%d: previous adjustment here", a->file, a->line); 254 a->adjustment = adjustment; 1830 a->file, a->line, a->adjustment); 1844 A size adjustment forces us to recalculate the alignment too. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmodes.cc | 77 adjustment */ 79 adjustment */ 105 const char *adjustment; member in struct:mode_adjust 217 const char *adjustment, 245 error ("%s:%d: mode \"%s\" already has a %s adjustment", 247 error ("%s:%d: previous adjustment here", a->file, a->line); 253 a->adjustment = adjustment; 1796 a->file, a->line, a->adjustment); 1809 A size adjustment forces us to recalculate the alignment too. * [all...] |
| /src/external/bsd/ntp/dist/parseutil/ |
| dcfd.c | 154 * adjustment) in microseconds (receiver/OS dependent) 178 * clock adjustment PLL - see NTP protocol spec (RFC1305) for details 192 static long clock_adjust = 0; /* current adjustment value (usec * 2^USECSCALE) */ 195 static char skip_adjust = 1; /* discard first adjustment (bad samples) */ 1075 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */ 1106 register long adjustment; local 1110 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT); 1112 clock_adjust -= adjustment; 1114 adjustment += R_SHIFT(accum_drift, USECSCALE+ADJINTERVAL); 1116 adj_time(adjustment); [all...] |
| /src/external/bsd/nvi/dist/gtk/ |
| gtkviwindow.c | 372 vi_adjustment_value_changed (adjustment, ipviwin) 373 GtkAdjustment *adjustment; 379 ipviwin->c_settop(ipviwin, adjustment->value);
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 161 #; to the remainder, and do some adjustment so the remainder doesn't
|