Searched refs:memword_t (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/common/lib/libc/string/
H A Dmemset2.c68 typedef __register_t memword_t; typedef
83 memword_t *dstp = addr;
84 memword_t *edstp;
85 memword_t fill;
87 memword_t keep_mask = 0;
97 * Pad out the fill byte (v) across a memword_t.
109 fill_count = -(uintptr_t)addr & (sizeof(memword_t) - 1);
120 keep_mask = ~(memword_t)0U << (fill_count * 8);
123 keep_mask = ~(memword_t)0U >> (fill_count * 8);
126 * Make sure dstp is aligned to a memword_t boundar
[all...]

Completed in 129 milliseconds