HomeSort by relevance Sort by last modified time
    Searched refs:n_fill (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
frags.c 344 the bytes which are skipped. N_FILL is the number of bytes in
350 size_t n_fill, int max)
354 p = frag_var (rs_align, n_fill, n_fill, (relax_substateT) max,
356 memcpy (p, fill_pattern, n_fill);
frags.h 134 size_t n_fill, int max);
  /external/python/cpython3/Modules/_decimal/libmpdec/
io.c 1134 size_t n_fill, len, i, j; local
1139 n_fill = strlen(spec->fill);
1142 add_bytes = add_chars * (mpd_ssize_t)n_fill;
1174 memmove(cp+n_fill*lpad, cp, len);
1176 for (j = 0; j < n_fill; j++) {
1177 cp[i*n_fill+j] = spec->fill[j];
1180 cp += (n_fill*lpad + len)
    [all...]

Completed in 219 milliseconds