OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WORDSIZE
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
dbreg.h
109
#define
WORDSIZE
"
WordSize
" /* NumBytes in DSP Word */
/external/fio/
configure
390
# check for
wordsize
391
wordsize
="0"
397
BUILD_BUG_ON(sizeof(long)*CHAR_BIT !=
WORDSIZE
);
401
if compile_prog "-DWORDSIZE=32" "" "
wordsize
"; then
402
wordsize
="32"
403
elif compile_prog "-DWORDSIZE=64" "" "
wordsize
"; then
404
wordsize
="64"
406
fatal "Unknown
wordsize
"
408
echo "
Wordsize
$
wordsize
"
[
all
...]
Completed in 73 milliseconds