OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordsize
(Results
51 - 75
of
82
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
byteswap.h
28
#include <bits/
wordsize
.h>
pthreadtypes.h
23
#include <bits/
wordsize
.h>
sigcontext.h
26
#include <bits/
wordsize
.h>
types.h
28
#include <bits/
wordsize
.h>
fcntl.h
26
#include <bits/
wordsize
.h>
mathinline.h
24
#include <bits/
wordsize
.h>
siginfo.h
25
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h
26
#include <bits/
wordsize
.h>
ucontext.h
24
#include <bits/
wordsize
.h>
cdefs.h
378
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
types.h
28
#include <bits/
wordsize
.h>
fcntl.h
25
#include <bits/
wordsize
.h>
siginfo.h
25
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
route.h
28
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
types.h
28
#include <bits/
wordsize
.h>
siginfo.h
25
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
route.h
28
#include <bits/
wordsize
.h>
/external/fio/
hash.h
28
#error Define GOLDEN_RATIO_PRIME for your
wordsize
.
configure
418
# check for
wordsize
419
wordsize
="0"
425
BUILD_BUG_ON(sizeof(long)*CHAR_BIT !=
WORDSIZE
);
429
if compile_prog "-DWORDSIZE=32" "" "
wordsize
"; then
430
wordsize
="32"
431
elif compile_prog "-DWORDSIZE=64" "" "
wordsize
"; then
432
wordsize
="64"
434
fatal "Unknown
wordsize
"
436
echo "
Wordsize
$
wordsize
"
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h
28
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h
24
#include <bits/
wordsize
.h>
cdefs.h
353
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h
28
#include <bits/
wordsize
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h
378
#include <bits/
wordsize
.h>
/external/regex-re2/re2/
prog.cc
315
COMPILE_ASSERT(8*sizeof(v.Word(0)) == 32,
wordsize
);
Completed in 6623 milliseconds
1
2
3
4