HomeSort by relevance Sort by last modified time
    Searched defs:WORDSIZE (Results 1 - 25 of 33) 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 */
  /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)
  /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...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.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...]

Completed in 499 milliseconds

1 2