HomeSort by: relevance | last modified time | path
    Searched defs:adjustment (Results 1 - 24 of 24) sorted by relevancy

  /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/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...]
arm-tdep.c 1844 /* Set the correct adjustment based on whether the function is thumb mode or
1847 CORE_ADDR adjustment = func_is_thumb ? 2 : 4; local
1851 func_end_addr - adjustment);
4254 adjustment and the next instruction is a possible return (bx, mov
4256 adjustment, or forwards to find the return, but this is a decent
  /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/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...]
calls.cc 1629 the size of the block we need. So make the adjustment. */
2300 Return true if this optimization is possible, storing the adjustment
2312 poly_int64 adjustment;
2335 adjustment = pending_stack_adjust;
2339 adjustment -= preferred_unit_stack_boundary - unadjusted_alignment;
2342 (UNADJUSTED_ARGS_SIZE - ADJUSTMENT) constitutes an allocation
2344 if (!ordered_p (adjustment, unadjusted_args_size))
2349 PENDING_STACK_ADJUST less our ADJUSTMENT plus the amount required
2352 = pending_stack_adjust - adjustment + unadjusted_args_size;
2354 *adjustment_out = adjustment;
2311 poly_int64 adjustment; local
    [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/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 524 "this" adjustment of ADJUSTMENT bytes. */
528 LONGEST adjustment)
533 if (adjustment == 0)
565 /* Recurse with a modified adjustment. We don't need to adjust
567 if (adjustment >= pos && adjustment < pos + basetype->length ())
568 return gnuv3_find_method_in (basetype, voffset, adjustment - pos);
586 LONGEST voffset, adjustment; local
599 adjustment = extract_signed_integer (contents
628 LONGEST adjustment; local
747 LONGEST adjustment; local
    [all...]
arm-tdep.c 1847 /* Set the correct adjustment based on whether the function is thumb mode or
1850 CORE_ADDR adjustment = func_is_thumb ? 2 : 4; local
1854 func_end_addr - adjustment);
4257 adjustment and the next instruction is a possible return (bx, mov
4259 adjustment, or forwards to find the return, but this is a decent
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 248 poly_int64 adjustment = GET_MODE_SIZE (GET_MODE (mem)); local
250 adjustment *= -1;
251 addr = plus_constant (GET_MODE (addr), XEXP (addr, 0), adjustment);
  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc 1893 int adjustment = -BIG_FB_ADJ; local
1896 GEN_INT (adjustment));
1897 *x = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - adjustment));
3643 we must emit an adjustment. */
4209 /* R0[R2] has the stack adjustment. R1[R3] has the address to
  /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
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 3375 rtx adjustment = gen_int_mode (sp_adjust, SImode); local
3377 adjustment, scc));
3384 adjustment)));
3396 rtx adjustment = gen_int_mode (fp_adjust, SImode); local
3398 adjustment, scc));
3521 make a notional adjustment to the DWARF frame offset here. */
3528 rtx adjustment = gen_int_mode (sp_adjust, DImode); local
3529 insn = emit_insn (gen_addsi3_scalar_carry(sp_lo, fp_lo, adjustment,

Completed in 93 milliseconds