words              26 ext/digest/sha.c shaByteSwap (uint32_t * dest, u_char const *src, unsigned int words)
words              29 ext/digest/sha.c         memcpy(dest, src, words*sizeof(uint32_t));
words              38 ext/digest/sha.c shaByteSwap (uint32_t * dest, u_char const *src, unsigned int words)
words              46 ext/digest/sha.c   while (--words);
words             808 gc/alloc.c         word words;
words             824 gc/alloc.c         words = BYTES_TO_WORDS(bytes);
words             825 gc/alloc.c         phdr -> hb_sz = words;
words              76 gc/include/gc_alloc.h     extern void GC_incr_words_allocd(size_t words);
words              77 gc/include/gc_alloc.h     extern void GC_incr_mem_freed(size_t words);
words              91 gc/include/new_gc_alloc.h     extern void GC_incr_words_allocd(size_t words);
words              92 gc/include/new_gc_alloc.h     extern void GC_incr_mem_freed(size_t words);