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

  /external/tcpdump/
cpack.c 52 /* Advance to the next wordsize boundary. Return NULL if fewer than
53 * wordsize bytes remain in the buffer after the boundary. Otherwise,
57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize)
62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
64 /* Too little space for wordsize bytes? */
65 if (next - cs->c_buf + wordsize > cs->c_len)
  /external/libffi/src/sparc/
ffi.c 253 int wordsize; local
257 wordsize = 4;
263 cif->bytes += wordsize;
273 wordsize = 8;
285 cif->bytes += 16 * wordsize;
290 cif->bytes = ALIGN(cif->bytes, 2 * wordsize);

Completed in 2656 milliseconds