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

1 2

  /external/skia/experimental/svg/model/
SkPEG.h 67 template <size_t, typename... Es> struct SelectV;
69 template <typename E, typename... Es>
70 struct SelectV<0, E, Es...> {
74 template <size_t idx, typename E, typename... Es>
75 struct SelectV<idx, E, Es...> {
76 using V = typename SelectV<idx - 1, Es...>::V;
99 template <typename E, typename... Es>
100 struct Seq<E, Es...> {
103 V(const typename E::V& head, const typename Seq<Es...>::V& tail)
112 const typename SelectV<idx, E, Es...>::V& get() const
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.h 78 UINT16 Es; // 44
Thunk.c 76 DwordRegs.Es = Regs->X.ES;
77 DwordRegs.Fs = Regs->X.ES;
78 DwordRegs.Gs = Regs->X.ES;
  /external/clang/test/SemaTemplate/
deduction.cpp 239 template <int i, typename... Es> struct tup_impl;
249 template <typename... Es> struct tup : tup_impl<0, Es...> {};
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 85 std::vector<std::string> Es = AL.getAllArgValues(OPT_E);
86 EXPECT_EQ("apple", Es[0]);
87 EXPECT_EQ("bloom", Es[1]);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 150 "DS - %08x, ES - %08x, FS - %08x, GS - %08x, SS - %08x\n",
152 SystemContext.SystemContextIa32->Es,
ExceptionHandlerAsm.asm 208 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
215 mov eax, es
362 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
369 pop es
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 188 UINT32 Es;
279 UINT64 Es;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 141 UINT32 Es;
248 UINT64 Es;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 227 IN OUT UINT16 Es;
292 IN UINT16 Es; ///< system BIOS.
Misc.c 99 DEBUG ((DEBUG_NET, "\t_ES_= 0x%X\n\r", DisplayPointer->Es));
640 UndiLoaderTable->Es = 0x0;
672 InOutRegs.X.ES = 0;
821 call dword ptr (s_PXE ptr es:[di]).EntryPointSP
881 InOutRegs.X.ES = SimpleNetworkDevice->PxeEntrySegment;
  /external/syslinux/dosutil/
mdiskchk.com 53 ~Es!w????O? ?T?]???;c?4\+?5
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 120 UINT32 Es;
214 UINT64 Es;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 236 mov rax, Es
350 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
358 mov es, rax
AsmFuncs.S 266 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
276 mov %es, %rax
381 ## UINT64 Gs, Fs, Es, Ds, Cs, Ss;
388 mov %rax, %es
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 174 "DS - %016lx, ES - %016lx, FS - %016lx\n",
176 SystemContext.SystemContextX64->Es,
ExceptionHandlerAsm.S 186 #; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
193 mov %es, %rax
323 #; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
330 mov %rax, %es
ExceptionHandlerAsm.asm 167 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
174 mov rax, es
305 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
312 mov es, rax
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 89 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
221 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
306 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
317 mov rax, es
459 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
470 mov es, rax
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 122 UINT32 Es;
217 UINT64 Es;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.asm 172 DW 0 ; ES
213 DW DATA_SEL ; ES
323 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
330 mov eax, es
456 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
463 pop es
523 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
658 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 264 mov ecx, Es
382 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
389 pop es
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.asm 232 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
239 mov rax, es
361 ;; UINT64 Gs, Fs, Es, Ds, Cs, Ss;
368 mov es, rax
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 91 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
220 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss;
278 ;; UINT32 Gs, Fs, Es, Ds, Cs, Ss; insure high 16 bits of each is zero
289 mov eax, es
436 pop es
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 631 UINT16 Es;
670 UINT16 Es;
    [all...]

Completed in 1132 milliseconds

1 2