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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
a.out.h 5 #include <bits/wordsize.h>
elfclass.h 9 #include <bits/wordsize.h>
semaphore.h 24 #include <bits/wordsize.h>
setjmp.h 27 #include <bits/wordsize.h>
environments.h 23 #include <bits/wordsize.h>
mathdef.h 26 # include <bits/wordsize.h>
msq.h 24 #include <bits/wordsize.h>
xopen_lim.h 136 # include <bits/wordsize.h>
fenv.h 23 #include <bits/wordsize.h>
utmpx.h 26 #include <bits/wordsize.h>
utmp.h 28 #include <bits/wordsize.h>
byteswap.h 28 #include <bits/wordsize.h>
pthreadtypes.h 23 #include <bits/wordsize.h>
sigcontext.h 26 #include <bits/wordsize.h>
fcntl.h 25 #include <bits/wordsize.h>
types.h 28 #include <bits/wordsize.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs.h 4 #include <bits/wordsize.h>
lib-names.h 7 #include <bits/wordsize.h>
  /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)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 21 #include <bits/wordsize.h>
reg.h 21 #include <bits/wordsize.h>
user.h 26 #include <bits/wordsize.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h 46 #include <bits/wordsize.h>
  /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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
route.h 28 #include <bits/wordsize.h>

Completed in 407 milliseconds

1 2