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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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>
mathdef.h 26 # include <bits/wordsize.h>
environments.h 23 #include <bits/wordsize.h>
msq.h 24 #include <bits/wordsize.h>
xopen_lim.h 136 # include <bits/wordsize.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
elfclass.h 9 #include <bits/wordsize.h>
xopen_lim.h 136 # include <bits/wordsize.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/
stubs.h 4 #include <bits/wordsize.h>
lib-names.h 7 #include <bits/wordsize.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/
stubs.h 4 #include <bits/wordsize.h>
lib-names.h 7 #include <bits/wordsize.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/
stubs.h 4 #include <bits/wordsize.h>
  /external/strace/
execve.c 46 const unsigned int wordsize = current_wordsize; local
49 for (n = 0; addr; sep = ", ", addr += wordsize, ++n) {
56 if (umoven(tcp, addr, wordsize, cp.data)) {
63 if (!(wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64)) {
73 printstr(tcp, wordsize < sizeof(cp.p64) ? cp.p32 : cp.p64);
  /external/tcpdump/
cpack.c 53 /* Advance to the next wordsize boundary. Return NULL if fewer than
54 * wordsize bytes remain in the buffer after the boundary. Otherwise,
58 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize)
63 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
65 /* Too little space for wordsize bytes? */
66 if (next - cs->c_buf + wordsize > cs->c_len)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
debugreg.h 21 #include <bits/wordsize.h>
reg.h 21 #include <bits/wordsize.h>

Completed in 940 milliseconds

1 2 3 4