HomeSort by relevance Sort by last modified time
    Searched defs:Mode (Results 226 - 250 of 703) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 128 // Enables "plugins". In this mode, if a command-line flag ends with "_out"
172 // mode is generally more intuitive and easier to use, especially e.g. when
295 enum Mode {
296 MODE_COMPILE, // Normal mode: parse .proto files and compile them.
301 Mode mode_;
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 59 BYTE Mode : 2;
64 BYTE Mode : 2;
70 BYTE Mode : 2;
76 DWORD Mode : 2;
81 DWORD Mode : 2;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHcDxe.h 138 SD_MMC_HC_TRANSFER_MODE Mode;
156 // Task for Non-blocking mode.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThruExt/
ScsiPassThruExt.h 353 EFI_EXT_SCSI_PASS_THRU_MODE *Mode;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c 71 Snp->Mode = SnpMode;
93 // Start completing simple network mode structure
102 // Claim that all receive filter settings are supported, though the MULTICAST mode
108 // We claim that the perfect MULTICAST filtering mode is supported because
109 // we do not want the user to switch directly to the PROMISCOUS_MULTICAST mode
150 CopyMem (&Lan9118Path->Lan9118.MacAddress, &Snp->Mode->CurrentAddress, NET_ETHER_ADDR_LEN);
151 Lan9118Path->Lan9118.IfType = Snp->Mode->IfType;
195 if ((Snp->Mode->State == EfiSimpleNetworkStarted) ||
196 (Snp->Mode->State == EfiSimpleNetworkInitialized) ) {
201 Snp->Mode->State = EfiSimpleNetworkStarted;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 506 &SerialIo->Mode->BaudRate,
512 &SerialIo->Mode->DataBits,
518 &SerialIo->Mode->Parity,
524 &SerialIo->Mode->StopBits,
1019 Get mode number according to column and row
1032 UINTN Mode;
1038 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
1042 for (Mode = 0; Mode < MaxMode; Mode++) {
    [all...]
UpdatePage.c 777 Refresh the text mode page.
787 UINTN Mode;
803 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
810 // Check valid mode
812 for (Mode = 0; Mode < MaxMode; Mode++) {
813 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
831 // Determin which mode should be the first entry in menu
836 // Build text mode options
    [all...]
Variable.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c 85 EfiAtaUnknownMode, // Work Mode
156 used by non-blocking mode.
190 EFI_ATA_HC_WORK_MODE Mode;
195 Mode = Instance->Mode;
196 switch (Mode) {
199 // Reassign IDE mode io port registers' base addresses
432 // For Non blocking mode, the Status of EFI_NOT_READY means the operation
753 Instance->AtaPassThru.Mode = &Instance->AtaPassThruMode;
754 Instance->ExtScsiPassThru.Mode = &Instance->ExtScsiPassThruMode;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHcDxe.h 138 SD_MMC_HC_TRANSFER_MODE Mode;
156 // Task for Non-blocking mode.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
ConsoleOption.c 507 &SerialIo->Mode->BaudRate,
513 &SerialIo->Mode->DataBits,
519 &SerialIo->Mode->Parity,
525 &SerialIo->Mode->StopBits,
983 Get mode number according to column and row
996 UINTN Mode;
1002 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
1006 for (Mode = 0; Mode < MaxMode; Mode++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 35 EFI_PXE_BASE_CODE_MODE *Mode;
43 Mode = Private->PxeBc.Mode;
58 Mode->ArpCacheEntries = MIN (
62 for (Index = 0; Index < Mode->ArpCacheEntries; Index ++) {
64 &Mode->ArpCache[Index].IpAddr,
69 &Mode->ArpCache[Index].MacAddr,
102 @param PxeBcMode The PXE BC mode to look into.
151 EFI_PXE_BASE_CODE_MODE *Mode;
157 Mode = &Private->Mode;
    [all...]
PxeBcImpl.h 90 EFI_PXE_BASE_CODE_MODE Mode;
116 // Cached packets as complements of pxe mode data
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AtaPassThru.h 459 EFI_ATA_PASS_THRU_MODE *Mode;
ScsiPassThruExt.h 382 EFI_EXT_SCSI_PASS_THRU_MODE *Mode;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.h 92 EFI_IPSEC_MODE Mode;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 399 EFI_SIMPLE_NETWORK_MODE Mode;
403 // Get IfType and HwAddressSize from SNP mode data.
405 Udp4->GetModeData (Udp4, NULL, NULL, NULL, &Mode);
412 Header->HwType = Mode.IfType;
413 Header->HwAddrLen = (UINT8) Mode.HwAddressSize;
414 CopyMem (Header->ClientHwAddr, &Mode.CurrentAddress, Header->HwAddrLen);
628 @param[in] Verified If TRUE, parse the ACK packet and store info into mode data.
641 EFI_PXE_BASE_CODE_MODE *Mode;
644 Mode = Private->PxeBc.Mode;
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 56 /// Describes the kind of LTO mode selected via -f(no-)?lto(=.*)? options.
78 } Mode;
92 /// LTO mode selected via -f(no-)?lto(=.*)? options.
158 bool CCCIsCXX() const { return Mode == GXXMode; }
161 bool CCCIsCPP() const { return Mode == CPPMode; }
164 bool IsCLMode() const { return Mode == CLMode; }
169 /// Set CC_PRINT_OPTIONS mode, which is like -v but logs the commands to
173 /// Set CC_PRINT_HEADERS mode, which causes the frontend to log header include
177 /// Set CC_LOG_DIAGNOSTICS mode, which causes the frontend to log diagnostics
217 // getFinalPhase - Determine which compilation mode we are in and record
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 21 * \param Mode can be either \c #Lower or \c #Upper
31 template<typename MatrixType, unsigned int Mode>
32 struct traits<SparseSelfAdjointView<MatrixType,Mode> > : traits<MatrixType> {
38 template<int Mode,typename MatrixType,int DestOrder>
49 Mode = _Mode,
50 TransposeMode = ((Mode & Upper) ? Lower : 0) | ((Mode & Lower) ? Upper : 0),
127 SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const
129 return SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode>(m_matrix, perm);
191 template<typename MatrixType, unsigned int Mode>
    [all...]
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 61 BYTE Mode:2; /* b00 */
66 BYTE Mode:2; /* b01 */
72 BYTE Mode:2; /* b10 */
79 DWORD Mode:2;
85 DWORD Mode:2;
  /external/skia/gm/
reveal.cpp 315 enum Mode {
477 fMode = (Mode)((fMode + 1) % kModeCount);
505 Mode fMode;
  /external/skia/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 203 enum Mode {
222 Mode firstMode() const { return fFirstMode; }
224 Mode secondMode() const { return fSecondMode; }
235 void emitModeCode(Mode mode,
249 switch (mode) {
484 static Mode ComputeMode(const SkRRect& rr) {
507 Mode fFirstMode;
509 Mode fSecondMode;
  /external/skqp/gm/
reveal.cpp 315 enum Mode {
477 fMode = (Mode)((fMode + 1) % kModeCount);
505 Mode fMode;
  /external/skqp/src/effects/
SkRRectsGaussianEdgeMaskFilter.cpp 203 enum Mode {
222 Mode firstMode() const { return fFirstMode; }
224 Mode secondMode() const { return fSecondMode; }
235 void emitModeCode(Mode mode,
249 switch (mode) {
482 static Mode ComputeMode(const SkRRect& rr) {
505 Mode fFirstMode;
507 Mode fSecondMode;
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 339 unsigned Mode; // Mode to treat source module.
347 ModuleLinker(Module *dstM, Module *srcM, unsigned mode)
348 : DstM(dstM), SrcM(srcM), Mode(mode) { }
821 if (Mode == Linker::DestroySource) {
    [all...]

Completed in 876 milliseconds

1 2 3 4 5 6 7 8 91011>>