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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenHwModes.h 50 return Modes[Id-1];
53 unsigned getNumModeIds() const { return Modes.size()+1; }
59 std::vector<HwMode> Modes;
CodeGenHwModes.cpp 33 std::vector<Record*> Modes = R->getValueAsListOfDefs("Modes");
35 if (Modes.size() != Objects.size()) {
37 " derived from HwModeSelect: the lists Modes and Objects should "
41 for (unsigned i = 0, e = Modes.size(); i != e; ++i) {
42 unsigned ModeId = CGH.getHwModeId(Modes[i]->getName());
67 Modes.emplace_back(R);
68 unsigned NewId = Modes.size();
69 ModeIds.insert(std::make_pair(Modes[NewId-1].Name, NewId));
96 dbgs() << "Modes: {\n"
    [all...]
CodeGenDAGPatterns.cpp 102 SmallDenseSet<unsigned, 4> Modes;
105 Modes.insert(M);
111 // modes in "this" that do not exist in VVT.
112 if (Modes.count(DefaultMode)) {
115 if (!Modes.count(I.first))
168 SmallVector<unsigned, 4> Modes;
169 Modes.reserve(Map.size());
172 Modes.push_back(I.first);
173 if (Modes.empty()) {
177 array_pod_sort(Modes.begin(), Modes.end())
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.h 20 // Implementation of the DecisionLogic class for playout modes kPlayoutOn and
55 Modes prev_mode,
65 Modes prev_mode,
71 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
80 Operations CngOperation(Modes prev_mode, uint32_t target_timestamp,
defines.h 34 enum Modes {
decision_logic.h 80 Modes prev_mode,
139 Modes prev_mode,
145 void FilterBufferLevel(size_t buffer_size_packets, Modes prev_mode);
decision_logic_fax.h 20 // Implementation of the DecisionLogic class for playout modes kPlayoutFax and
51 Modes prev_mode,
normal.h 54 Modes last_mode,
decision_logic_normal.cc 32 Modes prev_mode,
87 Operations DecisionLogicNormal::CngOperation(Modes prev_mode,
131 Operations DecisionLogicNormal::ExpectedPacketAvailable(Modes prev_mode,
153 Modes prev_mode,
decision_logic_fax.cc 27 Modes prev_mode,
decision_logic.cc 109 Modes prev_mode,
154 Modes prev_mode) {
normal.cc 29 Modes last_mode,
neteq_impl.h 382 Modes last_mode_ GUARDED_BY(crit_sect_);
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java 85 tl.setup(Modes.SEQUENCE);
95 tl.setup(Modes.PARALLEL);
103 private enum Modes {SEQUENCE, PARALLEL}
108 private Modes mode;
129 private void setup(Modes mode) {
185 tl.mode = Modes.SEQUENCE;
201 tl.mode = Modes.PARALLEL;
  /external/swiftshader/src/Pipeline/
SpirvShader.hpp 127 struct Modes
140 Modes const &getModes() const
142 return modes;
218 Modes modes;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 95 @param Modes Bit-mapped flags indicating operations (R, W, RW, ...) permitted to this device.
107 IN UINT32 Modes
133 Node->OpModes = Modes;
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 35 UINT32 OpModes; ///< Supported modes of operation
57 @param Modes Bit-mapped flags indicating operations (R, W, RW, ...) permitted to this device.
61 void *InstanceList, int NumInstance, UINT32 InstanceSize, UINT32 Modes);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IdeControllerInit.h 103 /// and associated modes are not applicable to SATA devices.
157 /// This field specifies the PIO mode. PIO modes are defined in the ATA/ATAPI
165 /// This field specifies the single word DMA mode. Single word DMA modes are defined
175 /// This field specifies the multiword DMA mode. Various multiword DMA modes are
182 /// This field specifies the ultra DMA (UDMA) mode. UDMA modes are defined in the
188 /// The number of extended-mode bitmap entries. Extended modes describe transfer
365 Disqualifies specific modes for an IDE device.
368 drivers) to reject certain timing modes and request the IDE controller driver
369 to recalculate modes. This function allows the driver entity and the IDE
372 is when the IDE device fails to accept the timing modes that are calculated
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.h 248 Disqualifies specific modes for an IDE device.
251 drivers) to reject certain timing modes and request the IDE controller driver
252 to recalculate modes. This function allows the driver entity and the IDE
255 is when the IDE device fails to accept the timing modes that are calculated
258 If the driver entity does not want to limit the ATA timing modes and leave that
261 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
263 The driver entity may disqualify modes for a device in any order and any number
266 This function can be called multiple times to invalidate multiple modes of the
267 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
268 specification for more information on PIO modes.
    [all...]
IdeController.c 460 Disqualifies specific modes for an IDE device.
463 drivers) to reject certain timing modes and request the IDE controller driver
464 to recalculate modes. This function allows the driver entity and the IDE
467 is when the IDE device fails to accept the timing modes that are calculated
470 If the driver entity does not want to limit the ATA timing modes and leave that
473 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
475 The driver entity may disqualify modes for a device in any order and any number
478 This function can be called multiple times to invalidate multiple modes of the
479 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
480 specification for more information on PIO modes.
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/SataControllerDxe/
SataController.h 96 // the modes higher than it is also not supported
312 Disqualifies specific modes for an IDE device.
315 drivers) to reject certain timing modes and request the IDE controller driver
316 to recalculate modes. This function allows the driver entity and the IDE
319 is when the IDE device fails to accept the timing modes that are calculated
322 If the driver entity does not want to limit the ATA timing modes and leave that
325 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
327 The driver entity may disqualify modes for a device in any order and any number
330 This function can be called multiple times to invalidate multiple modes of the
331 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/
SataController.h 96 // the modes higher than it is also not supported
312 Disqualifies specific modes for an IDE device.
315 drivers) to reject certain timing modes and request the IDE controller driver
316 to recalculate modes. This function allows the driver entity and the IDE
319 is when the IDE device fails to accept the timing modes that are calculated
322 If the driver entity does not want to limit the ATA timing modes and leave that
325 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
327 The driver entity may disqualify modes for a device in any order and any number
330 This function can be called multiple times to invalidate multiple modes of the
331 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.h 98 // the modes higher than it is also not supported
310 Disqualifies specific modes for an IDE device.
313 drivers) to reject certain timing modes and request the IDE controller driver
314 to recalculate modes. This function allows the driver entity and the IDE
317 is when the IDE device fails to accept the timing modes that are calculated
320 If the driver entity does not want to limit the ATA timing modes and leave that
323 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
325 The driver entity may disqualify modes for a device in any order and any number
328 This function can be called multiple times to invalidate multiple modes of the
329 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
SataController.h 101 // the modes higher than it is also not supported
317 Disqualifies specific modes for an IDE device.
320 drivers) to reject certain timing modes and request the IDE controller driver
321 to recalculate modes. This function allows the driver entity and the IDE
324 is when the IDE device fails to accept the timing modes that are calculated
327 If the driver entity does not want to limit the ATA timing modes and leave that
330 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
332 The driver entity may disqualify modes for a device in any order and any number
335 This function can be called multiple times to invalidate multiple modes of the
336 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
IdeControllerInit.h 65 // and associated modes are not applicable to SATA devices.
331 IN EFI_ATA_COLLECTIVE_MODE *Modes

Completed in 643 milliseconds

1 2