Home
last modified time | relevance | path

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

/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dmisc.c313 register hdr *candidate_hdr; local
320 candidate_hdr = HDR_FROM_BI(bi, r);
321 if (candidate_hdr == 0) return(0);
324 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
325 h = FORWARDED_ADDR(h,candidate_hdr);
327 candidate_hdr = HDR(h);
329 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
335 register signed_word sz = candidate_hdr -> hb_sz;
340 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmisc.c387 register hdr *candidate_hdr; local
394 candidate_hdr = HDR_FROM_BI(bi, r);
395 if (candidate_hdr == 0) return(0);
398 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
399 h = FORWARDED_ADDR(h,candidate_hdr);
401 candidate_hdr = HDR(h);
403 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
408 register signed_word sz = candidate_hdr -> hb_sz;
411 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmisc.c387 register hdr *candidate_hdr;
394 candidate_hdr = HDR_FROM_BI(bi, r);
395 if (candidate_hdr == 0) return(0);
398 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
399 h = FORWARDED_ADDR(h,candidate_hdr);
401 candidate_hdr = HDR(h);
403 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
408 register signed_word sz = candidate_hdr -> hb_sz;
411 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dmisc.c397 register hdr *candidate_hdr; local
404 candidate_hdr = HDR_FROM_BI(bi, r);
405 if (candidate_hdr == 0) return(0);
408 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
409 h = FORWARDED_ADDR(h,candidate_hdr);
411 candidate_hdr = HDR(h);
413 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
418 register signed_word sz = candidate_hdr -> hb_sz;
421 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dmisc.c392 register hdr *candidate_hdr; local
399 candidate_hdr = HDR_FROM_BI(bi, r);
400 if (candidate_hdr == 0) return(0);
403 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
404 h = FORWARDED_ADDR(h,candidate_hdr);
406 candidate_hdr = HDR(h);
408 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
413 register signed_word sz = candidate_hdr -> hb_sz;
416 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dmisc.c392 register hdr *candidate_hdr; local
399 candidate_hdr = HDR_FROM_BI(bi, r);
400 if (candidate_hdr == 0) return(0);
403 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
404 h = FORWARDED_ADDR(h,candidate_hdr);
406 candidate_hdr = HDR(h);
408 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
413 register signed_word sz = candidate_hdr -> hb_sz;
416 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dmisc.c392 register hdr *candidate_hdr; local
399 candidate_hdr = HDR_FROM_BI(bi, r);
400 if (candidate_hdr == 0) return(0);
403 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
404 h = FORWARDED_ADDR(h,candidate_hdr);
406 candidate_hdr = HDR(h);
408 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
413 register signed_word sz = candidate_hdr -> hb_sz;
416 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dmisc.c392 register hdr *candidate_hdr; local
399 candidate_hdr = HDR_FROM_BI(bi, r);
400 if (candidate_hdr == 0) return(0);
403 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
404 h = FORWARDED_ADDR(h,candidate_hdr);
406 candidate_hdr = HDR(h);
408 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
413 register signed_word sz = candidate_hdr -> hb_sz;
416 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dmisc.c392 register hdr *candidate_hdr; local
399 candidate_hdr = HDR_FROM_BI(bi, r);
400 if (candidate_hdr == 0) return(0);
403 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) {
404 h = FORWARDED_ADDR(h,candidate_hdr);
406 candidate_hdr = HDR(h);
408 if (candidate_hdr -> hb_map == GC_invalid_map) return(0);
413 register signed_word sz = candidate_hdr -> hb_sz;
416 map_entry = MAP_ENTRY((candidate_hdr -> hb_map), offset);
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c337 hdr *candidate_hdr; in GC_base() local
344 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
345 if (candidate_hdr == 0) return(0); in GC_base()
348 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
349 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
351 candidate_hdr = HDR(h); in GC_base()
353 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
358 signed_word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c337 hdr *candidate_hdr; in GC_base() local
344 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
345 if (candidate_hdr == 0) return(0); in GC_base()
348 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
349 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
351 candidate_hdr = HDR(h); in GC_base()
353 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
358 signed_word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c337 hdr *candidate_hdr; in GC_base() local
344 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
345 if (candidate_hdr == 0) return(0); in GC_base()
348 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
349 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
351 candidate_hdr = HDR(h); in GC_base()
353 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
358 signed_word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c337 hdr *candidate_hdr; in GC_base() local
344 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
345 if (candidate_hdr == 0) return(0); in GC_base()
348 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
349 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
351 candidate_hdr = HDR(h); in GC_base()
353 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
358 signed_word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dmisc.c337 hdr *candidate_hdr; in GC_base() local
344 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
345 if (candidate_hdr == 0) return(0); in GC_base()
348 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
349 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
351 candidate_hdr = HDR(h); in GC_base()
353 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
358 signed_word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dgc_misc.c358 hdr *candidate_hdr; in GC_base() local
365 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
366 if (candidate_hdr == 0) return(0); in GC_base()
369 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
370 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
372 candidate_hdr = HDR(h); in GC_base()
374 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
379 signed_word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmisc.c427 hdr *candidate_hdr; in GC_base() local
434 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
435 if (candidate_hdr == 0) return(0); in GC_base()
438 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
439 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
441 candidate_hdr = HDR(h); in GC_base()
443 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
448 word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dmisc.c417 hdr *candidate_hdr; in GC_base() local
423 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
424 if (candidate_hdr == 0) return(0); in GC_base()
427 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
428 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
430 candidate_hdr = HDR(h); in GC_base()
432 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
437 word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dmisc.c417 hdr *candidate_hdr; in GC_base() local
423 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
424 if (candidate_hdr == 0) return(0); in GC_base()
427 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
428 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
430 candidate_hdr = HDR(h); in GC_base()
432 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
437 word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dmisc.c417 hdr *candidate_hdr; in GC_base() local
423 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
424 if (candidate_hdr == 0) return(0); in GC_base()
427 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
428 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
430 candidate_hdr = HDR(h); in GC_base()
432 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
437 word sz = candidate_hdr -> hb_sz; in GC_base()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dmisc.c417 hdr *candidate_hdr; in GC_base() local
423 candidate_hdr = HDR_FROM_BI(bi, r); in GC_base()
424 if (candidate_hdr == 0) return(0); in GC_base()
427 while (IS_FORWARDING_ADDR_OR_NIL(candidate_hdr)) { in GC_base()
428 h = FORWARDED_ADDR(h,candidate_hdr); in GC_base()
430 candidate_hdr = HDR(h); in GC_base()
432 if (HBLK_IS_FREE(candidate_hdr)) return(0); in GC_base()
437 word sz = candidate_hdr -> hb_sz; in GC_base()