| /src/external/bsd/jemalloc/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/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/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/gpl2/groff/dist/src/preproc/pic/ |
| text.h | 17 struct adjustment { struct 24 adjustment adj;
|
| /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/gpl2/gmake/dist/ |
| remake.c | 1291 FILE_TIMESTAMP adjustment = FAT_ADJ_OFFSET << FILE_TIMESTAMP_LO_BITS; 1292 if (ORDINARY_MTIME_MIN + adjustment <= adjusted_mtime) 1293 adjusted_mtime -= adjustment; 1298 FILE_TIMESTAMP adjustment = (((FILE_TIMESTAMP_S (adjusted_mtime) & 1) == 0 1283 FILE_TIMESTAMP adjustment = FAT_ADJ_OFFSET << FILE_TIMESTAMP_LO_BITS; local 1290 FILE_TIMESTAMP adjustment = (((FILE_TIMESTAMP_S (adjusted_mtime) & 1) == 0 local
|
| /src/bin/sh/ |
| expand.c | 561 int adjustment; local 597 adjustment = expdest - start; 598 STADJUST(-adjustment, expdest); /* remove the argstr() result */ 608 adjustment = q - expdest - 1; 609 STADJUST(adjustment, expdest); /* move expdest to end */ 611 adjustment, stackblock() + begoff, p));
|
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| format-text.c | 1341 uint64_t adjustment; local 1427 adjustment = 1429 if (adjustment) 1430 pv->pe_start += pv->pe_align - adjustment; 1435 "adjustment=%" PRIu64 ")", 1437 (adjustment ? 1438 pv->pe_start -= pv->pe_align - adjustment : 1440 pv->pe_align, pv->pe_align_offset, adjustment);
|
| /src/external/gpl2/lvm2/dist/tools/ |
| lvmcmdline.c | 244 uint64_t v_tmp, adjustment; local 283 adjustment = v_tmp % 512; 284 if (adjustment) { 285 v_tmp += (512 - adjustment);
|
| /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/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...] |
| calls.cc | 1608 the size of the block we need. So make the adjustment. */ 2259 Return true if this optimization is possible, storing the adjustment 2271 poly_int64 adjustment; 2294 adjustment = pending_stack_adjust; 2298 adjustment -= preferred_unit_stack_boundary - unadjusted_alignment; 2301 (UNADJUSTED_ARGS_SIZE - ADJUSTMENT) constitutes an allocation 2303 if (!ordered_p (adjustment, unadjusted_args_size)) 2308 PENDING_STACK_ADJUST less our ADJUSTMENT plus the amount required 2311 = pending_stack_adjust - adjustment + unadjusted_args_size; 2313 *adjustment_out = adjustment; 2270 poly_int64 adjustment; local [all...] |
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_compress_internal.h | 1008 U32 const adjustment = window.nbOverflowCorrections + 1; local 1009 U32 const adjustedIndex = MAX(minIndexToOverflowCorrect * adjustment,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| gcn.cc | 2953 rtx adjustment = gen_int_mode (sp_adjust, SImode); local 2955 adjustment, scc)); 2962 adjustment))); 2974 rtx adjustment = gen_int_mode (fp_adjust, SImode); local 2976 adjustment, scc)); 3051 make a notional adjustment to the DWARF frame offset here. */ 3058 rtx adjustment = gen_int_mode (sp_adjust, DImode); local 3059 insn = emit_insn (gen_addsi3_scalar_carry(sp_lo, fp_lo, adjustment,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
| m32c.cc | 1890 int adjustment = -BIG_FB_ADJ; local 1893 GEN_INT (adjustment)); 1894 *x = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - adjustment)); 3641 we must emit an adjustment. */ 4207 /* R0[R2] has the stack adjustment. R1[R3] has the address to
|