Lines Matching full:sizeof
150 if (buf_neededlength < 4000 / sizeof (CHAR_T))
152 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T));
158 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T));
193 memory_size = xtimes (allocated, sizeof (CHAR_T)); \
203 memcpy (memory, result, length * sizeof (CHAR_T)); \
215 memcpy (result + length, cp, n * sizeof (CHAR_T));
332 (unsigned int) (sizeof (unsigned long long) * CHAR_BIT
342 (unsigned int) (sizeof (unsigned long) * CHAR_BIT
350 (unsigned int) (sizeof (unsigned int) * CHAR_BIT
362 (unsigned int) (sizeof (unsigned long long) * CHAR_BIT
371 (unsigned int) (sizeof (unsigned long) * CHAR_BIT
378 (unsigned int) (sizeof (unsigned int) * CHAR_BIT
389 (unsigned int) (sizeof (unsigned long long) * CHAR_BIT
398 (unsigned int) (sizeof (unsigned long) * CHAR_BIT
405 (unsigned int) (sizeof (unsigned int) * CHAR_BIT
468 (unsigned int) (sizeof (void *) * CHAR_BIT
485 if (tmp_length <= sizeof (tmpbuf) / sizeof (CHAR_T))
489 size_t tmp_memsize = xtimes (tmp_length, sizeof (CHAR_T));
520 memcpy (p, dp->width_start, n * sizeof (CHAR_T));
526 memcpy (p, dp->precision_start, n * sizeof (CHAR_T));
837 memcpy (result + length, tmp, count * sizeof (CHAR_T));
858 memory = (CHAR_T *) realloc (result, (length + 1) * sizeof (CHAR_T));