HomeSort by relevance Sort by last modified time
    Searched refs:Selector (Results 226 - 250 of 521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpInitialize.c 33 @param[in] Selector Identifies the transfer direction (virtio queue) of
36 corresponding to Selector.
50 IN UINT16 Selector,
60 Status = Dev->VirtIo->SetQueueSel (Dev->VirtIo, Selector);
  /external/clang/include/clang/AST/
ExternalASTSource.h 32 class Selector;
87 /// \brief Resolve a selector ID into a selector.
93 virtual Selector GetExternalSelector(uint32_t ID);
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 89 public static interface Selector<E> {
437 * Attempts to pin the greatest element for which {@code selector} returns
442 public Pair<Long, E> tryPinGreatestSelected(Selector<E> selector) {
461 // selector.selected() returns true).
468 selected = selector.select(pinnedCandidate.second);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTSource.h 33 class Selector;
88 /// \brief Resolve a selector ID into a selector.
94 virtual Selector GetExternalSelector(uint32_t ID);
  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 850 // reverse the order of the operands. If the selector operand
853 // is equivalent to reversing the two bits of the selector
861 unsigned Selector = MI->getOperand(3).getImm();
862 if (Selector == 0 || Selector == 3)
863 Selector = 3 - Selector;
864 MI->getOperand(3).setImm(Selector);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 117 /// at a minimum, an object and a selector, and is the generic type for
175 /// different modules. Used for EH typeinfo names, selector strings, and a
325 /// For each variant of a selector, we store the type encoding and a
326 /// placeholder value. For an untyped selector, the type will be the empty
327 /// string. Selector references are all done via the module's selector table,
331 /// Type of the selector map. This is roughly equivalent to the structure
333 /// types for a selector in a table.
334 typedef llvm::DenseMap<Selector, SmallVector<TypedSelector, 2> >
336 /// A map from selectors to selector types. This allows us to emit al
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 440 dw 10h ; selector (flat CS)
516 db 0eah ; Far Jump $+9:Selector to reload CS
519 dw 038h ; Selector is our code selector, 38h
595 NULL_SEL equ $-GDT_BASE ; Selector [0x0]
604 LINEAR_SEL equ $-GDT_BASE ; Selector [0x8]
613 LINEAR_CODE_SEL equ $-GDT_BASE ; Selector [0x10]
622 SYS_DATA_SEL equ $-GDT_BASE ; Selector [0x18]
631 SYS_CODE_SEL equ $-GDT_BASE ; Selector [0x20]
640 SPARE3_SEL equ $-GDT_BASE ; Selector [0x28]
    [all...]
st32_64.asm 456 dw 10h ; selector (flat CS)
532 db 0eah ; Far Jump $+9:Selector to reload CS
535 dw 038h ; Selector is our code selector, 38h
611 NULL_SEL equ $-GDT_BASE ; Selector [0x0]
620 LINEAR_SEL equ $-GDT_BASE ; Selector [0x8]
629 LINEAR_CODE_SEL equ $-GDT_BASE ; Selector [0x10]
638 SYS_DATA_SEL equ $-GDT_BASE ; Selector [0x18]
647 SYS_CODE_SEL equ $-GDT_BASE ; Selector [0x20]
656 SPARE3_SEL equ $-GDT_BASE ; Selector [0x28]
    [all...]
start64.asm 447 dw 10h ; selector (flat CS)
523 db 0eah ; Far Jump $+9:Selector to reload CS
526 dw 038h ; Selector is our code selector, 38h
602 NULL_SEL equ $-GDT_BASE ; Selector [0x0]
611 LINEAR_SEL equ $-GDT_BASE ; Selector [0x8]
620 LINEAR_CODE_SEL equ $-GDT_BASE ; Selector [0x10]
629 SYS_DATA_SEL equ $-GDT_BASE ; Selector [0x18]
638 SYS_CODE_SEL equ $-GDT_BASE ; Selector [0x20]
647 SPARE3_SEL equ $-GDT_BASE ; Selector [0x28]
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 3959 Selector selector = method->getSelector(); local
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 308 /// \brief A string containing the Objective-C selector entered thus far for a
310 std::string Selector;
560 AllocatedResults.Selector = "";
566 AllocatedResults.Selector += selIdent->getName();
567 AllocatedResults.Selector += ":";
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 557 int Selector = SVI.getMaskValue(I);
558 if (Selector < 0)
560 else if (unsigned(Selector) < Op0.size())
561 Res[I] = Op0[Selector];
563 Res[I] = Op1[Selector - Op0.size()];
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 295 /// \brief The selector ID that will be assigned to the next new selector.
298 /// \brief Map that provides the ID numbers of each Selector.
299 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
301 /// \brief Offset of each selector within the method pool/selector
302 /// table, indexed by the Selector ID (-1).
562 /// \brief Get the unique number used to refer to the given selector.
563 serialization::SelectorID getSelectorRef(Selector Sel);
643 /// \brief Note that the selector Sel occurs at the given offse
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 295 /// \brief The selector ID that will be assigned to the next new selector.
298 /// \brief Map that provides the ID numbers of each Selector.
299 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
301 /// \brief Offset of each selector within the method pool/selector
302 /// table, indexed by the Selector ID (-1).
562 /// \brief Get the unique number used to refer to the given selector.
563 serialization::SelectorID getSelectorRef(Selector Sel);
643 /// \brief Note that the selector Sel occurs at the given offse
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 295 /// \brief The selector ID that will be assigned to the next new selector.
298 /// \brief Map that provides the ID numbers of each Selector.
299 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
301 /// \brief Offset of each selector within the method pool/selector
302 /// table, indexed by the Selector ID (-1).
562 /// \brief Get the unique number used to refer to the given selector.
563 serialization::SelectorID getSelectorRef(Selector Sel);
643 /// \brief Note that the selector Sel occurs at the given offse
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 295 /// \brief The selector ID that will be assigned to the next new selector.
298 /// \brief Map that provides the ID numbers of each Selector.
299 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
301 /// \brief Offset of each selector within the method pool/selector
302 /// table, indexed by the Selector ID (-1).
562 /// \brief Get the unique number used to refer to the given selector.
563 serialization::SelectorID getSelectorRef(Selector Sel);
643 /// \brief Note that the selector Sel occurs at the given offse
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 295 /// \brief The selector ID that will be assigned to the next new selector.
298 /// \brief Map that provides the ID numbers of each Selector.
299 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
301 /// \brief Offset of each selector within the method pool/selector
302 /// table, indexed by the Selector ID (-1).
562 /// \brief Get the unique number used to refer to the given selector.
563 serialization::SelectorID getSelectorRef(Selector Sel);
643 /// \brief Note that the selector Sel occurs at the given offse
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 295 /// \brief The selector ID that will be assigned to the next new selector.
298 /// \brief Map that provides the ID numbers of each Selector.
299 llvm::MapVector<Selector, serialization::SelectorID> SelectorIDs;
301 /// \brief Offset of each selector within the method pool/selector
302 /// table, indexed by the Selector ID (-1).
562 /// \brief Get the unique number used to refer to the given selector.
563 serialization::SelectorID getSelectorRef(Selector Sel);
643 /// \brief Note that the selector Sel occurs at the given offse
    [all...]

Completed in 2287 milliseconds

1 2 3 4 5 6 7 8 91011>>