signed_word       289 gc/allchblk.c      INCR_FREE_BYTES(index, - (signed_word)(hhdr -> hb_sz));
signed_word       525 gc/allchblk.c        INCR_FREE_BYTES(index, -(signed_word)h_size);
signed_word       582 gc/allchblk.c      signed_word size_needed;    /* number of bytes in requested objects */
signed_word       583 gc/allchblk.c      signed_word size_avail;	/* bytes available in this block	*/
signed_word       622 gc/allchblk.c  	      signed_word next_size;
signed_word       627 gc/allchblk.c  	        next_size = (signed_word)(thishdr -> hb_sz);
signed_word       639 gc/allchblk.c  	      signed_word orig_avail = size_avail;
signed_word       640 gc/allchblk.c  	      signed_word eff_size_needed = ((flags & IGNORE_OFF_PAGE)?
signed_word       671 gc/allchblk.c  	      } else if (size_needed > (signed_word)BL_LIMIT
signed_word       673 gc/allchblk.c  			    > (signed_word)BL_LIMIT) {
signed_word       787 gc/allchblk.c  signed_word size;
signed_word       107 gc/alloc.c     extern signed_word GC_mem_found;  /* Number of reclaimed longwords	*/
signed_word       159 gc/alloc.c      	register signed_word stack_size = 10000;
signed_word       162 gc/alloc.c             register signed_word stack_size = (ptr_t)(&dummy) - GC_stackbottom;
signed_word       188 gc/alloc.c         register signed_word result;
signed_word       189 gc/alloc.c         register signed_word expl_managed =
signed_word       197 gc/alloc.c         result = (signed_word)GC_words_allocd
signed_word       198 gc/alloc.c         	     - (signed_word)GC_mem_freed
signed_word       199 gc/alloc.c     	     + (signed_word)GC_finalizer_mem_freed - expl_managed;
signed_word       200 gc/alloc.c         if (result > (signed_word)GC_words_allocd) {
signed_word       214 gc/alloc.c         if (result < (signed_word)(GC_words_allocd >> 3)) {
signed_word        61 gc/backgraph.c   signed_word height;
signed_word        65 gc/backgraph.c #   define HEIGHT_UNKNOWN ((signed_word)(-2))
signed_word        66 gc/backgraph.c #   define HEIGHT_IN_PROGRESS ((signed_word)(-1))
signed_word        59 gc/finalize.c  static signed_word log_dl_table_size = -1;
signed_word        84 gc/finalize.c  static signed_word log_fo_table_size = -1;
signed_word       332 gc/headers.c       register signed_word j = ((word)h >> LOG_HBLKSIZE) & (BOTTOM_SZ-1);
signed_word       347 gc/headers.c                   j -= (signed_word)hhdr;
signed_word       497 gc/include/private/gc_priv.h #define ONES                ((word)(signed_word)(-1))
signed_word       395 gc/malloc.c        register signed_word sz;
signed_word       459 gc/malloc.c        register signed_word sz;
signed_word       315 gc/mallocx.c   extern signed_word GC_mem_found;   /* Protected by GC lock.  */
signed_word       318 gc/mallocx.c   volatile signed_word GC_words_allocd_tmp = 0;
signed_word       397 gc/mallocx.c   		  signed_word my_words_allocd_tmp = GC_words_allocd_tmp;
signed_word       683 gc/mark.c                  if ((signed_word)descr < 0) {
signed_word       705 gc/mark.c      	  if ((signed_word)descr >= 0) {
signed_word      1144 gc/mark.c                signed_word size = GC_mark_stack_size * sizeof(struct GC_ms_entry);
signed_word       150 gc/misc.c      extern signed_word GC_mem_found;
signed_word       413 gc/misc.c      	    register signed_word sz = candidate_hdr -> hb_sz;
signed_word       414 gc/misc.c      	    register signed_word map_entry;
signed_word       418 gc/misc.c                  	map_entry = (signed_word)(BYTES_TO_WORDS(offset)) % sz;
signed_word       693 gc/misc.c          GC_STATIC_ASSERT(sizeof (signed_word) == sizeof(word));
signed_word       714 gc/misc.c          GC_ASSERT((signed_word)(-1) < (signed_word)0);
signed_word      1068 gc/os_dep.c    	    if (result == 0) result = (ptr_t)(signed_word)(-sizeof(ptr_t));
signed_word      1746 gc/os_dep.c    	if (((word)(-(signed_word)GC_heap_lengths[i])
signed_word       284 gc/ptr_chck.c  		    if ((signed_word)descr >= 0) {
signed_word        20 gc/reclaim.c   signed_word GC_mem_found = 0;
signed_word       291 gc/reclaim.c   #   define COUNT_DECL signed_word * count;
signed_word       292 gc/reclaim.c   #   define NWORDS_DECL signed_word n_words_found = 0;
signed_word       104 gc/typd_mlc.c  signed_word GC_add_ext_descriptor(bm, nbits)
signed_word       109 gc/typd_mlc.c      register signed_word result;
signed_word       576 gc/typd_mlc.c      register signed_word last_set_bit = len - 1;
signed_word       610 gc/typd_mlc.c      	signed_word index;