HomeSort by relevance Sort by last modified time
    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 496 # check for wordsize
497 wordsize="0"
503 BUILD_BUG_ON(sizeof(long)*CHAR_BIT != WORDSIZE);
507 if compile_prog "-DWORDSIZE=32" "" "wordsize"; then
508 wordsize="32"
509 elif compile_prog "-DWORDSIZE=64" "" "wordsize"; then
510 wordsize="64"
512 fatal "Unknown wordsize"
514 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 1511 milliseconds

1 2