HomeSort by: relevance | last modified time | path
    Searched refs:adjusted (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sbin/mount/
pathadj.c 37 pathadj(const char *input, char *adjusted)
40 if (realpath(input, adjusted) == NULL)
45 warnx("using \"%s\" instead.", adjusted);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_extend_impl.inc 92 // the correct adjusted exponent in the destination type.
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sm4-riscv64-zvksed.S 101 # Order of elements was adjusted in set_encrypt_key()
146 # Order of elements was adjusted in set_decrypt_key()
  /src/external/gpl3/gcc/dist/gcc/
valtrack.cc 147 bool adjusted; member in struct:rtx_subst_pair
161 if (!pair->adjusted)
163 pair->adjusted = true;
205 p.adjusted = false;
omp-offload.cc 2272 " adjusted for OpenACC"
2280 bool adjusted; local
2282 adjusted = false;
2284 adjusted = false;
2288 adjusted = true;
2296 adjusted = (TREE_TYPE (newdecl) != oldtype
2298 if (adjusted)
2301 if (adjusted
2309 "variable %<%T%> adjusted for"
2373 ADDR_EXPR nodes which have adjusted variables as their argument need t
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
valtrack.cc 147 bool adjusted; member in struct:rtx_subst_pair
161 if (!pair->adjusted)
163 pair->adjusted = true;
205 p.adjusted = false;
omp-offload.cc 2242 " adjusted for OpenACC"
2250 bool adjusted; local
2252 adjusted = false;
2254 adjusted = false;
2258 adjusted = true;
2266 adjusted = (TREE_TYPE (newdecl) != oldtype
2268 if (adjusted)
2271 if (adjusted
2279 "variable %<%T%> adjusted for"
2343 ADDR_EXPR nodes which have adjusted variables as their argument need t
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 663 tui_adjust_result adjusted;
665 adjusted = m_splits[i].layout->set_width (name, new_size);
667 adjusted = m_splits[i].layout->set_height (name, new_size);
668 if (adjusted == HANDLED)
670 if (adjusted == FOUND)
662 tui_adjust_result adjusted; local
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 663 tui_adjust_result adjusted;
665 adjusted = m_splits[i].layout->set_width (name, new_size);
667 adjusted = m_splits[i].layout->set_height (name, new_size);
668 if (adjusted == HANDLED)
670 if (adjusted == FOUND)
662 tui_adjust_result adjusted; local
  /src/sys/arch/arm/nxp/
imx6_dwhdmi.c 94 struct drm_display_mode *mode, struct drm_display_mode *adjusted)
  /src/sys/arch/arm/rockchip/
rk_anxdp.c 97 struct drm_display_mode *mode, struct drm_display_mode *adjusted)
  /src/sys/arch/sh3/sh3/
cpu_in_cksum.S 141 !! offset. reg_mlen and reg_w were adjusted to point at the
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
dive_1.asm 151 C esi next limb, adjusted for carry
221 C esi next limb, adjusted for carry
  /src/external/lgpl3/gmp/dist/mpn/arm64/
popcount.asm 142 mov n, #chunksize-8 C count for this invocation, adjusted for entry pt
hamdist.asm 165 mov n, #chunksize-8 C count for this invocation, adjusted for entry pt
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 831 struct drm_display_mode adjusted = *mode; local
833 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY);
834 *hdisplay = adjusted.crtc_hdisplay;
835 *vdisplay = adjusted.crtc_vdisplay;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 148 stdTime = The UTC time that needs to be adjusted to this time zone's
159 adjTime = The time in this time zone that needs to be adjusted to
313 // this will have to be adjusted.
860 stdTime = The UTC time that needs to be adjusted to this time zone's
904 adjTime = The time in this time zone that needs to be adjusted to
1172 stdTime = The UTC time that needs to be adjusted to this time zone's
1208 adjTime = The time in this time zone that needs to be adjusted to
1299 stdTime = The UTC time that needs to be adjusted to this time zone's
1326 adjTime = The time in this time zone that needs to be adjusted to
1364 negative (it is added to UTC to get the adjusted time)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 428 | be adjusted here.
1327 | be adjusted here.
1349 | be adjusted here.
1415 | be adjusted here.
1777 | be adjusted here.
2063 | be adjusted here.
2251 | be adjusted here.
2294 | be adjusted here.
2383 | be adjusted here.
2394 | be adjusted here
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 428 | be adjusted here.
1327 | be adjusted here.
1349 | be adjusted here.
1413 | be adjusted here.
1775 | be adjusted here.
2061 | be adjusted here.
2250 | be adjusted here.
2293 | be adjusted here.
2382 | be adjusted here.
2393 | be adjusted here
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
fpbit-sf.S 104 ;; so the stack offsets are adjusted accordingly.
387 ;; A now holds the bias adjusted exponent, which is known to be >= 0.
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
lib1funcs-4-300.S 273 mov r4,r0 ! re-compute adjusted dividend
279 add r4,r0 ! adjusted dividend
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
fpbit-sf.S 104 ;; so the stack offsets are adjusted accordingly.
387 ;; A now holds the bias adjusted exponent, which is known to be >= 0.
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
lib1funcs-4-300.S 273 mov r4,r0 ! re-compute adjusted dividend
279 add r4,r0 ! adjusted dividend
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 1999 where we want the instruction to be copied (and possibly adjusted)
2004 should be adjusted to return to the instruction after OLDLOC;
2006 offset adjusted; etc.
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 2027 where we want the instruction to be copied (and possibly adjusted)
2032 should be adjusted to return to the instruction after OLDLOC;
2034 offset adjusted; etc.

Completed in 39 milliseconds

1 2 3