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
36
) sorted by null
1
2
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h
27
#define
WORDSIZE
16
30
#define
WORDSIZE
32
37
#define MODWORD(x) ((x) & (
WORDSIZE
-1)) /* x %
WORDSIZE
*/
38
#define DIVWORD(x) ((x) >> LogWordSize) /* x /
WORDSIZE
*/
set.c
125
and that SETSIZE(a) is a multiple of
WORDSIZE
.
140
} while (++b < &(bitmask[
WORDSIZE
]));
515
and that SETSIZE is a multiple of
WORDSIZE
.
531
} while (++b < &(bitmask[
WORDSIZE
]));
572
} while (++b < &(bitmask[
WORDSIZE
]));
763
} while (++b < &(bitmask[
WORDSIZE
]));
784
max_deg =
WORDSIZE
*a.n;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
pcctscfg.h
277
#define
WORDSIZE
(sizeof(unsigned)*8)
278
#define LogWordSize (
WORDSIZE
==16?4:5)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
pcctscfg.h
277
#define
WORDSIZE
(sizeof(unsigned)*8)
278
#define LogWordSize (
WORDSIZE
==16?4:5)
/external/fio/
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/go/darwin-x86/src/syscall/
zerrors_darwin_386.go
[
all
...]
zerrors_darwin_amd64.go
[
all
...]
zerrors_darwin_arm.go
[
all
...]
zerrors_darwin_arm64.go
[
all
...]
zerrors_linux_386.go
[
all
...]
zerrors_linux_amd64.go
[
all
...]
zerrors_linux_arm.go
[
all
...]
zerrors_linux_arm64.go
[
all
...]
zerrors_linux_mips.go
[
all
...]
zerrors_linux_mips64.go
[
all
...]
zerrors_linux_mips64le.go
[
all
...]
zerrors_linux_mipsle.go
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go
[
all
...]
zerrors_darwin_amd64.go
[
all
...]
zerrors_darwin_arm.go
[
all
...]
zerrors_darwin_arm64.go
[
all
...]
zerrors_linux_386.go
[
all
...]
zerrors_linux_amd64.go
[
all
...]
zerrors_linux_arm.go
[
all
...]
zerrors_linux_arm64.go
[
all
...]
Completed in 742 milliseconds
1
2