/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
Smbus2.h | 32 Executes an SMBus operation to an SMBus controller. Returns when either
33 the command has been executed or an error is encountered in doing the operation.
43 @param Operation Signifies which particular SMBus hardware protocol instance that it
47 @param PecCheck Defines if Packet Error Code (PEC) checking is required for this operation.
48 @param Length Signifies the number of bytes that this operation will do.
49 The maximum number of bytes can be revision specific and operation specific.
51 for this operation. Not all operations require this argument.
60 @retval EFI_TIMEOUT Timeout expired before the operation was completed.
66 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
69 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not supported. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
SmbusHc.h | 32 operation as defined in the System Management Bus (SMBus)
55 @param Operation Signifies the particular SMBus
66 is required for this operation. SMBus Host
70 @param Length Signifies the number of bytes that this operation will do.
72 specific and operation specific. This field
74 are executed for this operation. Not all
88 @retval EFI_TIMEOUT Timeout expired before the operation was
105 @retval EFI_INVALID_PARAMETER Operation is not defined in
115 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not
119 this operation. [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
DxeQNCSmbus.h | 43 Executes an SMBus operation to an SMBus controller. Returns when either the command has been
44 executed or an error is encountered in doing the operation.
46 The Execute() function provides a standard way to execute an operation as defined in the System
57 @param Operation Signifies which particular SMBus hardware protocol instance that
62 operation.
63 @param Length Signifies the number of bytes that this operation will do. The
64 maximum number of bytes can be revision specific and operation
66 are executed for this operation. Not all operations require this
75 @retval EFI_TIMEOUT Timeout expired before the operation was completed. Timeout is
82 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION. [all...] |
/external/brotli/java/org/brotli/wrapper/enc/ |
BrotliEncoderChannel.java | 66 while (src.hasRemaining() && encode(EncoderJNI.Operation.PROCESS)) {
|
/external/pdfium/xfa/fde/ |
cfde_texteditengine.h | 57 class Operation { 59 virtual ~Operation() = default; 185 void AddOperationRecord(std::unique_ptr<Operation> op); 218 std::vector<std::unique_ptr<Operation>> operation_buffer_; 219 // Next edit operation to undo. 221 // Next index to insert an edit operation into.
|
/frameworks/av/media/libaaudio/src/legacy/ |
AudioStreamTrack.h | 95 const android::media::VolumeShaper::Operation& operation) override;
|
/frameworks/av/media/libaudioclient/include/media/ |
IAudioTrack.h | 85 const sp<media::VolumeShaper::Operation>& operation) = 0;
|
PlayerBase.h | 44 const media::VolumeShaper::Operation& operation) override;
|
/external/tensorflow/tensorflow/go/ |
graph.go | 159 // Operation returns the Operation named name in the Graph, or nil if no such 160 // operation is present. 161 func (g *Graph) Operation(name string) *Operation { 168 return &Operation{cop, g} 172 func (g *Graph) Operations() []Operation { 174 ops := []Operation{} 180 ops = append(ops, Operation{cop, g}) 240 op := &Operation{co.oper, g [all...] |
/external/v8/src/ic/ |
binary-op-assembler.cc | 30 // If rhs is known to be an Smi we want to fast path Smi operation. This is 31 // for AddSmi operation. For the normal Add operation, we want to fast path 60 Comment("perform smi operation"); 61 // If rhs is known to be an Smi we want to fast path Smi operation. This 62 // is for AddSmi operation. For the normal Add operation, we want to fast 188 SmiConstant(Operation::kAdd))); 219 Operation op, bool rhs_is_smi) { 231 // bytecode handlers) we want to fast path Smi operation. For the norma [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
PciIo.c | 41 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
189 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
242 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
920 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
945 if ((UINT32)Operation >= EfiPciIoOperationMaximum) {
954 Operation = (EFI_PCI_IO_PROTOCOL_OPERATION) (Operation + EfiPciOperationBusMasterRead64);
959 (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION) Operation,
1226 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
1267 switch (Operation) {
[all...] |
/external/v8/src/interpreter/ |
interpreter-generator.cc | 900 void BitwiseBinaryOpWithFeedback(Operation bitwise_op) { [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VirtualEhciPciIo/ |
VirtualEhciPciIo.c | 30 EFI_PCI_IO_PROTOCOL_OPERATION Operation;
354 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
370 if ((UINT32)Operation >= EfiPciIoOperationMaximum) {
428 Map->Operation = Operation;
448 if ((Map->Operation == EfiPciIoOperationBusMasterWrite) || (Map->Operation == EfiPciIoOperationBusMasterCommonBuffer)) {
458 if (Map->Operation == EfiPciIoOperationBusMasterWrite) {
553 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/ |
MvI2cDxe.c | 561 EFI_I2C_OPERATION *Operation;
567 Operation = &RequestPacket->Operation[Count];
568 ReadMode = Operation->Flags & I2C_FLAG_READ;
575 } else if (!(Operation->Flags & I2C_FLAG_NORESTART)) {
584 Operation->Buffer,
585 Operation->LengthInBytes,
592 Operation->Buffer,
593 Operation->LengthInBytes,
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
PciEmulation.c | 268 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
277 if (Operation == EfiPciIoOperationBusMasterRead) {
279 } else if (Operation == EfiPciIoOperationBusMasterWrite) {
281 } else if (Operation == EfiPciIoOperationBusMasterCommonBuffer) {
400 Performs an operation on the attributes that this PCI controller supports.
407 @param[in] Operation The operation to perform on the attributes for this
416 @retval EFI_SUCCESS The operation on the PCI controller's
417 attributes was completed. If the operation
420 @retval EFI_INVALID_PARAMETER Operation is greater than or equal to [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
AcpiPlatform.c | 174 UINT8 *Operation;
189 // MNVS operation region
197 Operation = DsdtPointer - 1;
198 if (*Operation == AML_OPREGION_OP) {
216 Operation = DsdtPointer - 8;
217 if ((*Operation == AML_EXT_OP) && (*(Operation + 1) == AML_EXT_PROCESSOR_OP)) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/ |
PciRootBridgeIo.c | 250 @param[in] OperationType I/O operation type: IO/MMIO/PCI.
252 @param[in] Width Signifies the width of the I/O or Memory operation.
254 @param[in] Address The base address of the I/O operation.
409 memory read operation is performed at the PCI memory address specified by
411 operation is stored in Result. This PCI memory read operation is repeated
520 read operation is performed at the PCI I/O address specified by Address for
522 The result of this PCI I/O read operation is stored in Result. This PCI I/O
523 read operation is repeated until either a timeout of Delay 100 ns units has
632 @param[in] Width Signifies the width of the memory operation. [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/ |
PciRootBridgeIo.c | 177 Width - Width of the memory operation.
178 Address - The base address of the memory operation.
290 Width - Width of I/O operation.
291 Address - The base address of the I/O operation.
398 Width - The width of memory operation.
399 Address - Base address of the memory operation.
466 Width - The width of memory operation.
467 Address - Base address of the memory operation.
537 Width - Signifies the width of the memory operation.
538 Address - The base address of the I/O operation. [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/ |
EblNetworkLib.c | 140 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
161 Operation,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ISDOpcodes.h | 294 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a 347 // integer shift operations, just like ADD/SUB_PARTS. The operation 354 // wider or narrower (depending on the operation) than the source 410 /// in a register of the same size. This operation effectively just 656 /// store operation (i.e. the load / store does the address 713 // Opcode N U L G E Intuitive operation [all...] |
/external/tensorflow/tensorflow/cc/client/ |
client_session.cc | 87 const std::vector<Operation>& run_outputs, 107 const std::vector<Operation>& run_outputs,
|
/external/tensorflow/tensorflow/contrib/copy_graph/python/util/ |
copy_elements.py | 102 """Returns a copy of an operation from another Graph under a specified scope. 104 Given an `Operation` `org_instance` from one `Graph`, 108 The copying is done recursively, so any `Operation` whose output 116 org_instance: An `Operation` from some `Graph`. Could be a 123 The copied `Operation` from `to_graph`. 126 TypeError: If `org_instance` is not an `Operation` or `Tensor`. 178 elif isinstance(org_instance, ops.Operation): 203 #Unique to every Operation instance. 213 #Its unique to every _type_ of Operation. 216 #Initialize a new Operation instanc [all...] |
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/models/ |
decisions_to_data_then_nn_test.py | 28 from tensorflow.python.framework.ops import Operation 119 self.assertTrue(isinstance(graph, Operation))
|
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/ |
JAudioTrack.h | 150 * - NO_ERROR: successful operation 227 const sp<media::VolumeShaper::Operation>& operation); 242 * - NO_ERROR: successful operation 352 * - NO_ERROR: successful operation 446 /* Creates a Java VolumeShaper.Operation object from VolumeShaper::Operation */ 448 const sp<media::VolumeShaper::Operation>& operation);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/ |
DeviceIo.h | 80 IN EFI_IO_OPERATION_TYPE Operation,
|