HomeSort by relevance Sort by last modified time
    Searched defs:Compatible (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.asm 101 ; Change to Compatible Segment
103 mov rcx, 08h ; load compatible mode selector
105 mov rdx, OFFSET Compatible ; assume address < 4G
110 Compatible:
169 ; Now we are in compatible mode
AsmDispatchExecute.S 103 # Change to Compatible Segment
105 movq $8, %rcx # load compatible mode selector
107 lea Compatible(%rip), %rdx # assume address < 4G
112 Compatible:
171 # Now we are in compatible mode
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.asm 107 ; Change to Compatible Segment
109 mov rcx, 08h ; load compatible mode selector
111 mov rdx, OFFSET Compatible ; assume address < 4G
116 Compatible:
176 ; Now we are in compatible mode
Thunk64To32.S 109 # Change to Compatible Segment
111 movq $8, %rcx # load compatible mode selector
113 lea Compatible(%rip), %rdx # assume address < 4G
118 Compatible:
178 # Now we are in compatible mode
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
PlatformPeiLib.c 40 CONST CHAR8 *Compatible;
77 Compatible = fdt_getprop (Base, Node, "compatible", &Len);
80 // Iterate over the NULL-separated items in the compatible string
82 for (CompItem = Compatible; CompItem != NULL && CompItem < Compatible + Len;
  /device/linaro/bootloader/edk2/ArmVirtPkg/FdtClientDxe/
FdtClientDxe.c 89 CONST CHAR8 *Type, *Compatible;
101 Type = fdt_getprop (mDeviceTreeBase, Next, "compatible", &Len);
107 // A 'compatible' node may contain a sequence of NUL terminated
108 // compatible strings so check each one
110 for (Compatible = Type; Compatible < Type + Len && *Compatible;
111 Compatible += 1 + AsciiStrLen (Compatible)) {
112 if (AsciiStrCmp (CompatibleString, Compatible) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPL011SerialPortLib/
EarlyFdtPL011SerialPortLib.c 68 CONST CHAR8 *Compatible;
89 Compatible = fdt_getprop (DeviceTreeBase, Node, "compatible", &Len);
90 if (Compatible == NULL) {
95 // Iterate over the NULL-separated items in the compatible string
97 for (CompatibleItem = Compatible; CompatibleItem < Compatible + Len;
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
profile.go 437 // must be compatible (same Type and SampleType).
441 if err := p.Compatible(pb); err != nil {
478 // Compatible determines if two profiles can be compared/merged.
479 // returns nil if the profiles are compatible; otherwise an error with
481 func (p *Profile) Compatible(pb *Profile) error {
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
profile.go 437 // must be compatible (same Type and SampleType).
441 if err := p.Compatible(pb); err != nil {
478 // Compatible determines if two profiles can be compared/merged.
479 // returns nil if the profiles are compatible; otherwise an error with
481 func (p *Profile) Compatible(pb *Profile) error {
  /external/tensorflow/tensorflow/contrib/eager/python/
network_test.py 398 class Compatible(network.Network):
401 super(Compatible, self).__init__(name=name)
407 successful_checkpoint = Compatible()
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
kernel.h 136 // Thread-compatible.
497 // Thread-compatible.
606 // compatible type. This is for inexact type matches, so that it doesn't have
627 // Returns whether ParamT and ArgT are compatible for data parallel kernel
636 // Checks whether ParamT and ArgT are compatible for data parallel kernel
642 // ...::Compatible<const perftools::gputools::DeviceMemory<OneThing> &,
652 static constexpr bool Compatible() {
655 "parameter type (LHS) is not compatible with argument type (RHS)");
679 return Compatible<ParamT, ArgT, kShouldStaticAssert, kArgumentNumber>() &&
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 527 // tensorflow::StringPiece is not compatible with internal RE2 StringPiece, so
615 /* static */ bool ShapeUtil::Compatible(const Shape& lhs, const Shape& rhs) {
618 ContainersEqual(lhs.tuple_shapes(), rhs.tuple_shapes(), Compatible);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 112 Compatible,
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 45 Compatible = 0,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 546 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 553 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h 596 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h 596 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h 617 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Sema.h 617 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Sema.h 617 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Sema.h 617 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 553 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Sema.h 596 /// check whether they are compatible with the default specification, and
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Sema.h 596 /// check whether they are compatible with the default specification, and
    [all...]

Completed in 1145 milliseconds

1 2