nwords            130 gc/include/gc_alloc.h   static void * GC_out_of_line_malloc(size_t nwords, int kind);
nwords            146 gc/include/gc_alloc.h void * GC_aux_template<dummy>::GC_out_of_line_malloc(size_t nwords, int kind)
nwords            164 gc/include/gc_alloc.h     return GC_generic_malloc_words_small(nwords, kind);
nwords            178 gc/include/gc_alloc.h 	    size_t nwords = GC_round_up(n);
nwords            183 gc/include/gc_alloc.h 	    flh = GC_objfreelist_ptr + nwords;
nwords            185 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_NORMAL);
nwords            188 gc/include/gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
nwords            193 gc/include/gc_alloc.h 	    size_t nwords = GC_round_up(n);
nwords            198 gc/include/gc_alloc.h 	    flh = GC_aobjfreelist_ptr + nwords;
nwords            200 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_PTRFREE);
nwords            203 gc/include/gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
nwords            208 gc/include/gc_alloc.h             size_t nwords = GC_round_up(n);
nwords            214 gc/include/gc_alloc.h 	        flh = GC_objfreelist_ptr + nwords;
nwords            217 gc/include/gc_alloc.h 		       GC_bytes_per_word * (nwords - 1));
nwords            219 gc/include/gc_alloc.h 	        GC_aux::GC_mem_recently_freed += nwords;
nwords            224 gc/include/gc_alloc.h             size_t nwords = GC_round_up(n);
nwords            230 gc/include/gc_alloc.h 	    	flh = GC_aobjfreelist_ptr + nwords;
nwords            233 gc/include/gc_alloc.h 	    	GC_aux::GC_mem_recently_freed += nwords;
nwords            246 gc/include/gc_alloc.h 	    size_t nwords = GC_round_up_uncollectable(n);
nwords            251 gc/include/gc_alloc.h 	    flh = GC_uobjfreelist_ptr + nwords;
nwords            253 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_UNCOLLECTABLE);
nwords            256 gc/include/gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
nwords            261 gc/include/gc_alloc.h 	    size_t nwords = GC_round_up_uncollectable(n);
nwords            266 gc/include/gc_alloc.h 	    flh = GC_auobjfreelist_ptr + nwords;
nwords            268 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_AUNCOLLECTABLE);
nwords            271 gc/include/gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
nwords            276 gc/include/gc_alloc.h             size_t nwords = GC_round_up_uncollectable(n);
nwords            282 gc/include/gc_alloc.h 	        flh = GC_uobjfreelist_ptr + nwords;
nwords            285 gc/include/gc_alloc.h 	        GC_aux::GC_uncollectable_mem_recently_freed += nwords;
nwords            290 gc/include/gc_alloc.h             size_t nwords = GC_round_up_uncollectable(n);
nwords            296 gc/include/gc_alloc.h 	    	flh = GC_auobjfreelist_ptr + nwords;
nwords            299 gc/include/gc_alloc.h 	    	GC_aux::GC_uncollectable_mem_recently_freed += nwords;
nwords            145 gc/include/new_gc_alloc.h   static void * GC_out_of_line_malloc(size_t nwords, int kind);
nwords            161 gc/include/new_gc_alloc.h void * GC_aux_template<dummy>::GC_out_of_line_malloc(size_t nwords, int kind)
nwords            179 gc/include/new_gc_alloc.h     return GC_generic_malloc_words_small(nwords, kind);
nwords            193 gc/include/new_gc_alloc.h 	    size_t nwords = GC_round_up(n);
nwords            198 gc/include/new_gc_alloc.h 	    flh = GC_objfreelist_ptr + nwords;
nwords            200 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_NORMAL);
nwords            203 gc/include/new_gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
nwords            208 gc/include/new_gc_alloc.h 	    size_t nwords = GC_round_up(n);
nwords            213 gc/include/new_gc_alloc.h 	    flh = GC_aobjfreelist_ptr + nwords;
nwords            215 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_PTRFREE);
nwords            218 gc/include/new_gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
nwords            223 gc/include/new_gc_alloc.h             size_t nwords = GC_round_up(n);
nwords            229 gc/include/new_gc_alloc.h 	        flh = GC_objfreelist_ptr + nwords;
nwords            232 gc/include/new_gc_alloc.h 		       GC_bytes_per_word * (nwords - 1));
nwords            234 gc/include/new_gc_alloc.h 	        GC_aux::GC_mem_recently_freed += nwords;
nwords            239 gc/include/new_gc_alloc.h             size_t nwords = GC_round_up(n);
nwords            245 gc/include/new_gc_alloc.h 	    	flh = GC_aobjfreelist_ptr + nwords;
nwords            248 gc/include/new_gc_alloc.h 	    	GC_aux::GC_mem_recently_freed += nwords;
nwords            261 gc/include/new_gc_alloc.h 	    size_t nwords = GC_round_up_uncollectable(n);
nwords            266 gc/include/new_gc_alloc.h 	    flh = GC_uobjfreelist_ptr + nwords;
nwords            268 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_UNCOLLECTABLE);
nwords            271 gc/include/new_gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
nwords            276 gc/include/new_gc_alloc.h 	    size_t nwords = GC_round_up_uncollectable(n);
nwords            281 gc/include/new_gc_alloc.h 	    flh = GC_auobjfreelist_ptr + nwords;
nwords            283 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_AUNCOLLECTABLE);
nwords            286 gc/include/new_gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
nwords            291 gc/include/new_gc_alloc.h             size_t nwords = GC_round_up_uncollectable(n);
nwords            297 gc/include/new_gc_alloc.h 	        flh = GC_uobjfreelist_ptr + nwords;
nwords            300 gc/include/new_gc_alloc.h 	        GC_aux::GC_uncollectable_mem_recently_freed += nwords;
nwords            305 gc/include/new_gc_alloc.h             size_t nwords = GC_round_up_uncollectable(n);
nwords            311 gc/include/new_gc_alloc.h 	    	flh = GC_auobjfreelist_ptr + nwords;
nwords            314 gc/include/new_gc_alloc.h 	    	GC_aux::GC_uncollectable_mem_recently_freed += nwords;
nwords            186 gc/pthread_support.c     size_t nwords;
nwords            189 gc/pthread_support.c 	nwords = i * (GRANULARITY/sizeof(word));
nwords            193 gc/pthread_support.c 	  if (gfl[nwords] == 0) {
nwords            194 gc/pthread_support.c 	    gfl[nwords] = q;
nwords            199 gc/pthread_support.c 	    *qptr = gfl[nwords];
nwords            200 gc/pthread_support.c 	    gfl[nwords] = fl[i];
nwords            108 gc/typd_mlc.c      register size_t nwords = divWORDSZ(nbits + WORDSZ-1);
nwords            117 gc/typd_mlc.c      while (GC_avail_descr + nwords >= GC_ed_size) {
nwords            144 gc/typd_mlc.c      for (i = 0; i < nwords-1; i++) {
nwords            150 gc/typd_mlc.c      extra_bits = nwords * WORDSZ - nbits;
nwords            155 gc/typd_mlc.c      GC_avail_descr += nwords;
nwords            169 gc/typd_mlc.c  GC_descr GC_double_descr(descriptor, nwords)
nwords            171 gc/typd_mlc.c  register word nwords;
nwords            176 gc/typd_mlc.c      descriptor |= (descriptor & ~GC_DS_TAGS) >> nwords;
nwords            755 src/bignum.c       int nwords = amount / WORD_BITS;
nwords            759 src/bignum.c       if (bx->size <= nwords) {
nwords            762 src/bignum.c           for (i = nwords; i < bx->size; i++) {
nwords            763 src/bignum.c               br->values[i-nwords] = bx->values[i];
nwords            765 src/bignum.c           br->size = bx->size - nwords;
nwords            769 src/bignum.c           for (i = nwords; i < bx->size-1; i++) {
nwords            771 src/bignum.c               br->values[i-nwords] = x;
nwords            773 src/bignum.c           br->values[i-nwords] = bx->values[i]>>nbits;
nwords            774 src/bignum.c           br->size = bx->size - nwords;
nwords            784 src/bignum.c       int nwords, nbits, i;
nwords            787 src/bignum.c       nwords = amount / WORD_BITS;
nwords            792 src/bignum.c               if (br->size > i+nwords) br->values[i+nwords] = bx->values[i];
nwords            794 src/bignum.c           for (i = nwords-1; i>=0; i--) br->values[i] = 0;
nwords            796 src/bignum.c           if (br->size > bx->size + nwords) {
nwords            797 src/bignum.c               br->values[bx->size+nwords] =
nwords            802 src/bignum.c               if (br->size > i+nwords) br->values[i+nwords] = x;
nwords            804 src/bignum.c           br->values[nwords] = bx->values[0]<<nbits;
nwords            805 src/bignum.c           for (i = nwords-1; i>=0; i--) br->values[i] = 0;