OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordsize
(Results
1 - 25
of
93
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/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>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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>
/prebuilts/gcc/linux-x86/host/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>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h
4
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs.h
4
#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)
Completed in 1255 milliseconds
1
2
3
4