Home
last modified time | relevance | path

Searched refs:HBLKSIZE (Results 151 – 175 of 558) sorted by relevance

12345678910>>...23

/dports/lang/mono/mono-5.10.1.57/libgc/include/private/
H A Dgc_priv.h520 #ifndef HBLKSIZE
532 # if HBLKSIZE == 512
535 # if HBLKSIZE == 1024
538 # if HBLKSIZE == 2048
541 # if HBLKSIZE == 4096
544 # if HBLKSIZE == 8192
547 # if HBLKSIZE == 16384
551 --> fix HBLKSIZE
553 # undef HBLKSIZE
662 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/include/private/
H A Dgc_priv.h562 #ifndef HBLKSIZE
574 # if HBLKSIZE == 512
577 # if HBLKSIZE == 1024
580 # if HBLKSIZE == 2048
583 # if HBLKSIZE == 4096
586 # if HBLKSIZE == 8192
589 # if HBLKSIZE == 16384
593 --> fix HBLKSIZE
595 # undef HBLKSIZE
704 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/include/private/
H A Dgc_priv.h562 #ifndef HBLKSIZE
574 # if HBLKSIZE == 512
577 # if HBLKSIZE == 1024
580 # if HBLKSIZE == 2048
583 # if HBLKSIZE == 4096
586 # if HBLKSIZE == 8192
589 # if HBLKSIZE == 16384
593 --> fix HBLKSIZE
595 # undef HBLKSIZE
704 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/include/private/
H A Dgc_priv.h562 #ifndef HBLKSIZE
574 # if HBLKSIZE == 512
577 # if HBLKSIZE == 1024
580 # if HBLKSIZE == 2048
583 # if HBLKSIZE == 4096
586 # if HBLKSIZE == 8192
589 # if HBLKSIZE == 16384
593 --> fix HBLKSIZE
595 # undef HBLKSIZE
704 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/include/private/
H A Dgc_priv.h562 #ifndef HBLKSIZE
574 # if HBLKSIZE == 512
577 # if HBLKSIZE == 1024
580 # if HBLKSIZE == 2048
583 # if HBLKSIZE == 4096
586 # if HBLKSIZE == 8192
589 # if HBLKSIZE == 16384
593 --> fix HBLKSIZE
595 # undef HBLKSIZE
704 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/include/private/
H A Dgc_priv.h508 #ifndef HBLKSIZE
520 # if HBLKSIZE == 512
523 # if HBLKSIZE == 1024
526 # if HBLKSIZE == 2048
529 # if HBLKSIZE == 4096
532 # if HBLKSIZE == 8192
535 # if HBLKSIZE == 16384
539 --> fix HBLKSIZE
541 # undef HBLKSIZE
646 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/include/private/
H A Dgc_priv.h508 #ifndef HBLKSIZE
520 # if HBLKSIZE == 512
523 # if HBLKSIZE == 1024
526 # if HBLKSIZE == 2048
529 # if HBLKSIZE == 4096
532 # if HBLKSIZE == 8192
535 # if HBLKSIZE == 16384
539 --> fix HBLKSIZE
541 # undef HBLKSIZE
646 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/include/private/
H A Dgc_priv.h562 #ifndef HBLKSIZE
574 # if HBLKSIZE == 512
577 # if HBLKSIZE == 1024
580 # if HBLKSIZE == 2048
583 # if HBLKSIZE == 4096
586 # if HBLKSIZE == 8192
589 # if HBLKSIZE == 16384
593 --> fix HBLKSIZE
595 # undef HBLKSIZE
704 #define HBLKMASK (HBLKSIZE-1)
[all …]
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dobj_map.c41 for (displ = 0; displ < HBLKSIZE; displ++) {
92 for (j = offset; j < HBLKSIZE; j += lb) {
134 obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmalloc.c70 size_t total_bytes = n_blocks * HBLKSIZE; in GC_alloc_large()
93 BZERO(result, n_blocks * HBLKSIZE); in GC_alloc_large_and_clear()
158 if (lb <= HBLKSIZE) in GC_generic_malloc_inner_ignore_off_page()
202 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
217 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
332 GC_ASSERT(((word)op & (HBLKSIZE - 1)) == 0); /* large block */ in GC_malloc_uncollectable()
533 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free()
574 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free_inner()
H A Dalloc.c732 if ((word)list <= HBLKSIZE) return; in GC_check_fl_marks()
1053 while ((word)p <= HBLKSIZE) { in GC_add_to_heap()
1056 bytes -= HBLKSIZE; in GC_add_to_heap()
1062 bytes -= HBLKSIZE; in GC_add_to_heap()
1064 endp -= HBLKSIZE; in GC_add_to_heap()
1120 if (GC_is_black_listed(h, HBLKSIZE)) nbl++; in GC_print_heap_sects()
1124 (unsigned long)nbl, (unsigned long)(len/HBLKSIZE)); in GC_print_heap_sects()
1163 bytes = n * HBLKSIZE; in GC_expand_hp_inner()
1187 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1212 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dpsy.c159 for(i=0;i<HBLKSIZE;i++){
180 for(i=0;i<HBLKSIZE;i++){
191 for(i=1;i<HBLKSIZE;i++){
284 for(j=0; j<HBLKSIZE; j++){
305 for(j=1;j<HBLKSIZE;j++){
354 for(j=0;j<HBLKSIZE;j++){
383 for(j=208;j<(HBLKSIZE-1);j += 16){
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dpsycho_4.c172 FLOAT bark[HBLKSIZE], *ath; in psycho_4_init()
219 for (i = 0; i < HBLKSIZE; i++) { in psycho_4_init()
236 for (i = 0; i < HBLKSIZE; i++) { in psycho_4_init()
253 for (i = 0; i < HBLKSIZE; i++) in psycho_4_init()
406 for (j = 0; j < HBLKSIZE; j++) { in psycho_4()
459 for (j = 1; j < HBLKSIZE; j++) { in psycho_4()
511 for (j = 0; j < HBLKSIZE; j++) in psycho_4()
528 for (j = 208; j < (HBLKSIZE - 1); j += 16) { in psycho_4()
H A Dpsycho_2.c71 for (j = 0; j < HBLKSIZE; j++) {
157 for (i = 0; i < HBLKSIZE; i++) { in psycho_2_init()
177 for (i = 0; i < HBLKSIZE; i++) { in psycho_2_init()
189 for (i = 1; i < HBLKSIZE; i++) { in psycho_2_init()
375 for (j = 0; j < HBLKSIZE; j++) { in psycho_2()
412 for (j = 1; j < HBLKSIZE; j++) { in psycho_2()
463 for (j = 0; j < HBLKSIZE; j++) { in psycho_2()
497 for (j = 208; j < (HBLKSIZE - 1); j += 16) { in psycho_2()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dpsycho_4.c170 FLOAT bark[HBLKSIZE], *ath; in twolame_psycho_4_init()
217 for (i = 0; i < HBLKSIZE; i++) { in twolame_psycho_4_init()
234 for (i = 0; i < HBLKSIZE; i++) { in twolame_psycho_4_init()
251 for (i = 0; i < HBLKSIZE; i++) in twolame_psycho_4_init()
402 for (j = 0; j < HBLKSIZE; j++) { in twolame_psycho_4()
455 for (j = 1; j < HBLKSIZE; j++) { in twolame_psycho_4()
507 for (j = 0; j < HBLKSIZE; j++) in twolame_psycho_4()
524 for (j = 208; j < (HBLKSIZE - 1); j += 16) { in twolame_psycho_4()
H A Dpsycho_2.c69 for (j = 0; j < HBLKSIZE; j++) {
153 for (i = 0; i < HBLKSIZE; i++) { in twolame_psycho_2_init()
173 for (i = 0; i < HBLKSIZE; i++) { in twolame_psycho_2_init()
185 for (i = 1; i < HBLKSIZE; i++) { in twolame_psycho_2_init()
369 for (j = 0; j < HBLKSIZE; j++) { in twolame_psycho_2()
406 for (j = 1; j < HBLKSIZE; j++) { in twolame_psycho_2()
457 for (j = 0; j < HBLKSIZE; j++) { in twolame_psycho_2()
491 for (j = 208; j < (HBLKSIZE - 1); j += 16) { in twolame_psycho_2()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmalloc.c65 int total_bytes = BYTES_TO_WORDS(n_blocks * HBLKSIZE);
67 GC_large_allocd_bytes += n_blocks * HBLKSIZE;
90 BZERO(result, n_blocks * HBLKSIZE);
170 if (lb <= HBLKSIZE)
205 BZERO(result, n_blocks * HBLKSIZE);
221 BZERO(result, n_blocks * HBLKSIZE);
H A Dpthread_support.c182 if ((word)q >= HBLKSIZE) { in return_freelists()
187 for (; (word)q >= HBLKSIZE; qptr = &(obj_link(q)), q = *qptr); in return_freelists()
195 fl[i] = (ptr_t)HBLKSIZE; in return_freelists()
287 if (EXPECT((word)my_entry >= HBLKSIZE, 1)) { in GC_local_malloc()
315 if (EXPECT((word)my_entry >= HBLKSIZE, 1)) { in GC_local_malloc_atomic()
354 if (EXPECT((word)my_entry >= HBLKSIZE, 1)) { in GC_local_gcj_malloc()
469 # define MIN_STACK_SIZE (8*HBLKSIZE*sizeof(word)) in start_mark_threads()
544 if ((word)q > HBLKSIZE) GC_set_fl_marks(q); in GC_mark_thread_local_free_lists()
546 if ((word)q > HBLKSIZE) GC_set_fl_marks(q); in GC_mark_thread_local_free_lists()
549 if ((word)q > HBLKSIZE) GC_set_fl_marks(q); in GC_mark_thread_local_free_lists()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmalloc.c65 int total_bytes = BYTES_TO_WORDS(n_blocks * HBLKSIZE);
67 GC_large_allocd_bytes += n_blocks * HBLKSIZE;
90 BZERO(result, n_blocks * HBLKSIZE);
170 if (lb <= HBLKSIZE)
205 BZERO(result, n_blocks * HBLKSIZE);
221 BZERO(result, n_blocks * HBLKSIZE);
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dmalloc.c71 size_t total_bytes = n_blocks * HBLKSIZE; in GC_alloc_large()
96 BZERO(result, n_blocks * HBLKSIZE); in GC_alloc_large_and_clear()
218 if (lb <= HBLKSIZE) in GC_generic_malloc_inner_ignore_off_page()
267 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
282 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
390 GC_ASSERT(((word)op & (HBLKSIZE - 1)) == 0); /* large block */ in GC_generic_malloc_uncollectable()
615 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free()
657 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free_inner()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dmalloc.c71 size_t total_bytes = n_blocks * HBLKSIZE; in GC_alloc_large()
96 BZERO(result, n_blocks * HBLKSIZE); in GC_alloc_large_and_clear()
218 if (lb <= HBLKSIZE) in GC_generic_malloc_inner_ignore_off_page()
267 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
282 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
390 GC_ASSERT(((word)op & (HBLKSIZE - 1)) == 0); /* large block */ in GC_generic_malloc_uncollectable()
615 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free()
657 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free_inner()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dmalloc.c71 size_t total_bytes = n_blocks * HBLKSIZE; in GC_alloc_large()
96 BZERO(result, n_blocks * HBLKSIZE); in GC_alloc_large_and_clear()
218 if (lb <= HBLKSIZE) in GC_generic_malloc_inner_ignore_off_page()
267 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
282 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
390 GC_ASSERT(((word)op & (HBLKSIZE - 1)) == 0); /* large block */ in GC_generic_malloc_uncollectable()
615 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free()
657 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free_inner()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dmalloc.c71 size_t total_bytes = n_blocks * HBLKSIZE; in GC_alloc_large()
96 BZERO(result, n_blocks * HBLKSIZE); in GC_alloc_large_and_clear()
218 if (lb <= HBLKSIZE) in GC_generic_malloc_inner_ignore_off_page()
267 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
282 BZERO(result, n_blocks * HBLKSIZE); in GC_generic_malloc()
390 GC_ASSERT(((word)op & (HBLKSIZE - 1)) == 0); /* large block */ in GC_generic_malloc_uncollectable()
615 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free()
657 GC_large_allocd_bytes -= nblocks * HBLKSIZE; in GC_free_inner()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dalloc.c1034 while ((word)p <= HBLKSIZE) { in GC_add_to_heap()
1037 bytes -= HBLKSIZE; in GC_add_to_heap()
1043 bytes -= HBLKSIZE; in GC_add_to_heap()
1045 endp -= HBLKSIZE; in GC_add_to_heap()
1088 if (GC_is_black_listed(h, HBLKSIZE)) nbl++; in GC_print_heap_sects()
1092 (unsigned long)nbl, (unsigned long)(len/HBLKSIZE)); in GC_print_heap_sects()
1132 bytes = n * HBLKSIZE; in GC_expand_hp_inner()
1160 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1184 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1238 blocks_to_get = GC_heapsize/(HBLKSIZE*GC_free_space_divisor) in GC_collect_or_expand()
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dalloc.c628 if (GC_is_black_listed(h, HBLKSIZE)) nbl++; in GC_print_heap_sects()
631 (unsigned long)(len/HBLKSIZE)); in GC_print_heap_sects()
679 bytes = n * HBLKSIZE;
706 if (5 * HBLKSIZE * MAXHINCR > expansion_slop) {
707 expansion_slop = 5 * HBLKSIZE * MAXHINCR;
761 word blocks_to_get = GC_heapsize/(HBLKSIZE*GC_free_space_divisor)

12345678910>>...23