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

1 2 3

  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
reg-watch.awk 18 /patches earlier/ {
19 sub(".*earlier than ","")
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
reg-watch.awk 18 /patches earlier/ {
19 sub(".*earlier than ","")
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 180 * Asserts that the pointer associated with earlier is <= the one associated
184 cache_bin_assert_earlier(cache_bin_t *bin, uint16_t earlier, uint16_t later) {
185 if (earlier > later) {
193 * Does difference calculations that handle wraparound correctly. Earlier must
194 * be associated with the position earlier in memory.
197 cache_bin_diff(cache_bin_t *bin, uint16_t earlier, uint16_t later, bool racy) {
204 cache_bin_assert_earlier(bin, earlier, later);
206 return later - earlier;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 180 * Asserts that the pointer associated with earlier is <= the one associated
184 cache_bin_assert_earlier(cache_bin_t *bin, uint16_t earlier, uint16_t later) {
185 if (earlier > later) {
193 * Does difference calculations that handle wraparound correctly. Earlier must
194 * be associated with the position earlier in memory.
197 cache_bin_diff(cache_bin_t *bin, uint16_t earlier, uint16_t later, bool racy) {
204 cache_bin_assert_earlier(bin, earlier, later);
206 return later - earlier;
  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.mk 17 # Oops, even worse. Running this test in a make from 2020-09-25 or earlier
cond-cmp-string.mk 71 # Between 2003-01-01 (maybe even earlier) and 2020-10-30, adding one of the
posix1.mk 178 # as a bait for a regression into the forced dependencies discussed earlier.
var-scope-cmdline.mk 47 # Var_Delete to delete the global variable. Just two months earlier, in var.c
  /src/external/gpl3/gcc/dist/contrib/
patch_tester.sh 60 NOPRISTINECACHE prevents use of cached test results from any earlier
  /src/external/gpl3/gcc.old/dist/contrib/
patch_tester.sh 60 NOPRISTINECACHE prevents use of cached test results from any earlier
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_xts_s390x.inc 127 * IEEE Std 1619-2018. The earlier and obsolete IEEE Std 1619-2007
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
libunwind.S 56 ;; We cannot move the ret earlier as that would cause it to occur
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
libunwind.S 56 ;; We cannot move the ret earlier as that would cause it to occur
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Process.inc 257 // Restore the signal mask back to what we saved earlier.
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 13 " in Vim 7.4 (but should also work with earlier versions).
  /src/external/gpl3/gcc/dist/gcc/
alias.cc 360 /* Return true if the ref EARLIER behaves the same as LATER with respect
364 refs_same_for_tbaa_p (tree earlier, tree later)
367 ao_ref_init (&earlier_ref, earlier);
382 mems_same_for_tbaa_p (rtx earlier, rtx later)
384 gcc_assert (MEM_P (earlier));
387 return ((MEM_ALIAS_SET (earlier) == MEM_ALIAS_SET (later)
389 MEM_ALIAS_SET (earlier)))
390 && (!MEM_EXPR (earlier)
391 || refs_same_for_tbaa_p (MEM_EXPR (earlier), MEM_EXPR (later))));
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 13 " in Vim 7.4 (but should also work with earlier versions).
  /src/external/gpl3/gcc.old/dist/gcc/
alias.cc 373 /* Return true if the ref EARLIER behaves the same as LATER with respect
377 refs_same_for_tbaa_p (tree earlier, tree later)
380 ao_ref_init (&earlier_ref, earlier);
395 mems_same_for_tbaa_p (rtx earlier, rtx later)
397 gcc_assert (MEM_P (earlier));
400 return ((MEM_ALIAS_SET (earlier) == MEM_ALIAS_SET (later)
402 MEM_ALIAS_SET (earlier)))
403 && (!MEM_EXPR (earlier)
404 || refs_same_for_tbaa_p (MEM_EXPR (earlier), MEM_EXPR (later))));
  /src/external/lgpl3/gmp/dist/mpn/arm64/
mul_1.asm 42 C * Start first multiply earlier.
  /src/sys/arch/vax/boot/xxboot/
start.S 112 .org 0x19e # do not move, see comment earlier about CASEL
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_dataset.h 310 boolean_t dsl_dataset_is_before(dsl_dataset_t *later, dsl_dataset_t *earlier,
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev5/
diveby3.asm 41 C * Improve feed-in code, by moving initial mulq earlier; make initial load
  /src/external/lgpl3/gmp/dist/mpn/alpha/
mode1o.asm 59 C since it can be done earlier.
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/
aorsmul_1.asm 90 C two carries, and with loads scheduled earlier, but nothing faster than 6
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divdf3.S 281 ; wb stall (one earlier for XMAC)

Completed in 29 milliseconds

1 2 3