Home
last modified time | relevance | path

Searched refs:last_root_set (Results 1 – 20 of 20) sorted by relevance

/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmark_rts.c72 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
76 if (last_root_set < n_root_sets in GC_is_static_root()
77 && p >= GC_static_roots[last_root_set].r_start in GC_is_static_root()
78 && p < GC_static_roots[last_root_set].r_end) return(TRUE); in GC_is_static_root()
82 last_root_set = i; in GC_is_static_root()
337 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
340 if (last_root_set < n_root_sets in GC_is_tmp_root()
341 && p >= GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
342 && p < GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
343 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmark_rts.c72 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
76 if (last_root_set < n_root_sets in GC_is_static_root()
77 && p >= GC_static_roots[last_root_set].r_start in GC_is_static_root()
78 && p < GC_static_roots[last_root_set].r_end) return(TRUE); in GC_is_static_root()
82 last_root_set = i; in GC_is_static_root()
337 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
340 if (last_root_set < n_root_sets in GC_is_tmp_root()
341 && p >= GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
342 && p < GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
343 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmark_rts.c72 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
76 if (last_root_set < n_root_sets in GC_is_static_root()
77 && p >= GC_static_roots[last_root_set].r_start in GC_is_static_root()
78 && p < GC_static_roots[last_root_set].r_end) return(TRUE); in GC_is_static_root()
82 last_root_set = i; in GC_is_static_root()
337 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
340 if (last_root_set < n_root_sets in GC_is_tmp_root()
341 && p >= GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
342 && p < GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
343 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmark_rts.c72 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
76 if (last_root_set < n_root_sets in GC_is_static_root()
77 && p >= GC_static_roots[last_root_set].r_start in GC_is_static_root()
78 && p < GC_static_roots[last_root_set].r_end) return(TRUE); in GC_is_static_root()
82 last_root_set = i; in GC_is_static_root()
337 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
340 if (last_root_set < n_root_sets in GC_is_tmp_root()
341 && p >= GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
342 && p < GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
343 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmark_rts.c72 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
76 if (last_root_set < n_root_sets in GC_is_static_root()
77 && p >= GC_static_roots[last_root_set].r_start in GC_is_static_root()
78 && p < GC_static_roots[last_root_set].r_end) return(TRUE); in GC_is_static_root()
82 last_root_set = i; in GC_is_static_root()
337 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
340 if (last_root_set < n_root_sets in GC_is_tmp_root()
341 && p >= GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
342 && p < GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
343 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dmark_rts.c73 static int last_root_set = MAX_ROOT_SETS; local
77 if (last_root_set < n_root_sets
78 && p >= GC_static_roots[last_root_set].r_start
79 && p < GC_static_roots[last_root_set].r_end) return(TRUE);
83 last_root_set = i;
351 static int last_root_set = MAX_ROOT_SETS; local
354 if (last_root_set < n_root_sets
355 && p >= GC_static_roots[last_root_set].r_start
356 && p < GC_static_roots[last_root_set].r_end)
357 return GC_static_roots[last_root_set].r_tmp;
[all …]
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dmark_rts.c69 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
72 if (last_root_set < n_root_sets in GC_is_static_root()
73 && p >= GC_static_roots[last_root_set].r_start in GC_is_static_root()
74 && p < GC_static_roots[last_root_set].r_end) return(TRUE); in GC_is_static_root()
78 last_root_set = i; in GC_is_static_root()
339 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
342 if (last_root_set < n_root_sets in GC_is_tmp_root()
343 && p >= GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
344 && p < GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
345 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmark_rts.c81 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
84 if (last_root_set < n_root_sets in GC_is_static_root()
85 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_static_root()
86 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_static_root()
91 last_root_set = i; in GC_is_static_root()
368 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
371 if (last_root_set < n_root_sets in GC_is_tmp_root()
372 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
373 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
374 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dmark_rts.c82 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
85 if (last_root_set < n_root_sets in GC_is_static_root()
86 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_static_root()
87 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_static_root()
92 last_root_set = i; in GC_is_static_root()
484 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
487 if (last_root_set < n_root_sets in GC_is_tmp_root()
488 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
489 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
490 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/devel/boehm-gc/gc-8.0.6/
H A Dmark_rts.c82 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
85 if (last_root_set < n_root_sets in GC_is_static_root()
86 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_static_root()
87 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_static_root()
92 last_root_set = i; in GC_is_static_root()
484 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
487 if (last_root_set < n_root_sets in GC_is_tmp_root()
488 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
489 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
490 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dmark_rts.c82 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
85 if (last_root_set < n_root_sets in GC_is_static_root()
86 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_static_root()
87 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_static_root()
92 last_root_set = i; in GC_is_static_root()
484 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
487 if (last_root_set < n_root_sets in GC_is_tmp_root()
488 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
489 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
490 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dmark_rts.c82 static int last_root_set = MAX_ROOT_SETS; in GC_is_static_root() local
85 if (last_root_set < n_root_sets in GC_is_static_root()
86 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_static_root()
87 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_static_root()
92 last_root_set = i; in GC_is_static_root()
484 static int last_root_set = MAX_ROOT_SETS; in GC_is_tmp_root() local
487 if (last_root_set < n_root_sets in GC_is_tmp_root()
488 && (word)p >= (word)GC_static_roots[last_root_set].r_start in GC_is_tmp_root()
489 && (word)p < (word)GC_static_roots[last_root_set].r_end) in GC_is_tmp_root()
490 return GC_static_roots[last_root_set].r_tmp; in GC_is_tmp_root()
[all …]
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dmark_rts.c91 static int last_root_set = 0; local
95 if (p >= static_roots[last_root_set].r_start
96 && p < static_roots[last_root_set].r_end) return(TRUE);
100 last_root_set = i;