/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
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>
|
/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>
|
/toolchain/binutils/binutils-2.25/bfd/ |
configure.com | 51 match_pos := SEARCH_QUIETLY('@wordsize@', FORWARD, EXACT, rang); 147 match_pos := SEARCH_QUIETLY('@wordsize@', FORWARD, EXACT, rang);
|
/prebuilts/go/darwin-x86/test/ |
fibo.go | 254 fmt.Printf("error: unexpected wordsize %d", W) 277 fmt.Fprintf(w, "wordsize = %d, half = %v, opt = %v\n", W, half, opt) 293 fmt.Printf("half = %v, opt = %v, wordsize = %d bits\n", *half, *opt, W)
|
/prebuilts/go/linux-x86/test/ |
fibo.go | 254 fmt.Printf("error: unexpected wordsize %d", W) 277 fmt.Fprintf(w, "wordsize = %d, half = %v, opt = %v\n", W, half, opt) 293 fmt.Printf("half = %v, opt = %v, wordsize = %d bits\n", *half, *opt, W)
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
benchmark_test.go | 67 // always be wordsize aligned, whereas non-aligned is a more typical
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
benchmark_test.go | 67 // always be wordsize aligned, whereas non-aligned is a more typical
|