HomeSort by relevance Sort by last modified time
    Searched refs:Spare (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 296 # Spare segment descriptor
306 # Spare segment descriptor
317 # Spare segment descriptor
SecEntry.asm 309 ; Spare segment descriptor
319 ; Spare segment descriptor
330 ; Spare segment descriptor
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 540 // approximate the spare room in the packet that could be filled with the
542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) {
550 Spare += HEXAGON_PACKET_SIZE-T;
553 unsigned Spare = 0;
554 unsigned TotalIn = TotalCount(FP.TrueB, Spare) + TotalCount(FP.FalseB, Spare);
557 << TotalIn << ", spare room: " << Spare << "\n");
558 if (TotalIn >= SizeLimit+Spare)
586 if (TotalIn+TotalPh >= SizeLimit+Spare)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
SecEntry.asm 298 ; Spare segment descriptor
308 ; Spare segment descriptor
319 ; Spare segment descriptor
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 496 // approximate the spare room in the packet that could be filled with the
498 unsigned TS = 0, FS = 0, Spare = 0;
502 Spare += HEXAGON_PACKET_SIZE-TS;
507 Spare += HEXAGON_PACKET_SIZE-TS;
511 << TotalIn << ", spare room: " << Spare << "\n");
512 if (TotalIn >= SizeLimit+Spare)
540 if (TotalIn+TotalPh >= SizeLimit+Spare)
    [all...]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 610 class Spare;
622 class FooTemplated<T, Spare> {};
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 647 ; Spare segment descriptor
657 ; Spare segment descriptor
668 ; Spare segment descriptor
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_dragonfly_amd64.go 122 Spare [2]int64
ztypes_freebsd_386.go 112 Spare [10]uint64
ztypes_freebsd_amd64.go 111 Spare [10]uint64
ztypes_freebsd_arm.go 113 Spare [10]uint64
ztypes_netbsd_386.go 76 Spare [2]uint32
ztypes_netbsd_amd64.go 79 Spare [2]uint32
ztypes_netbsd_arm.go 80 Spare [2]uint32
ztypes_linux_sparc64.go 135 Spare [4]int64
ztypes_linux_386.go 1247 Spare [4]int32
    [all...]
ztypes_linux_amd64.go 1266 Spare [4]int64
    [all...]
ztypes_linux_arm.go 1235 Spare [4]int32
    [all...]
ztypes_linux_arm64.go 1245 Spare [4]int64
    [all...]
ztypes_linux_mips.go 1240 Spare [5]int32
    [all...]
ztypes_linux_mips64.go 1247 Spare [5]int64
    [all...]
ztypes_linux_mips64le.go 1247 Spare [5]int64
    [all...]
ztypes_linux_mipsle.go 1240 Spare [5]int32
    [all...]
ztypes_linux_ppc64.go 1255 Spare [4]int64
    [all...]
ztypes_linux_ppc64le.go 1255 Spare [4]int64
    [all...]

Completed in 935 milliseconds

1 2