HomeSort by relevance Sort by last modified time
    Searched defs:End (Results 1 - 25 of 1072) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaF86Compress.bat 19 if "%1"=="" goto End
30 :End
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Bds.h 84 EFI_DEVICE_PATH_PROTOCOL End;
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
Ui.h 47 EFI_DEVICE_PATH_PROTOCOL End;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.h 49 EFI_DEVICE_PATH_PROTOCOL End;
  /external/clang/test/Analysis/
cxx-for-range-cfg.cpp 11 T *End;
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
SetVisualStudio.bat 73 @goto End
99 @goto End
107 :End
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FvbInfo.c 47 EFI_FV_BLOCK_MAP_ENTRY End[1];
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
BdsPlatform.h 55 EFI_DEVICE_PATH_PROTOCOL End;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 19 // The structure representing a range of block numbers, [Start, End].
26 INTN End;
35 RRQ and WRQ have different requirements for Start and End.
47 @param End The last block number.
57 IN UINT16 End
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 20 // The structure representing a range of block numbers, [Start, End].
27 INTN End;
35 different requirements for Start and End. For example, during startup,
47 @param[in] End The last block number.
57 IN UINT16 End
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FvbInfo.c 57 EFI_FV_BLOCK_MAP_ENTRY End[1];
  /external/llvm/utils/count/
count.c 15 char Buffer[4096], *End;
22 Count = strtol(argv[1], &End, 10);
23 if (*End != '\0' && End != argv[1]) {
  /external/swiftshader/third_party/LLVM/utils/count/
count.c 15 char Buffer[4096], *End;
22 Count = strtol(argv[1], &End, 10);
23 if (*End != '\0' && End != argv[1]) {
  /toolchain/binutils/binutils-2.27/
djunpack.bat 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
24 GoTo End
40 GoTo End
43 GoTo End
46 GoTo End
50 GoTo End
51 :End
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformConsole.h 41 EFI_DEVICE_PATH_PROTOCOL End;
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FvbInfo.c 27 EFI_FV_BLOCK_MAP_ENTRY End;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/
HiiResourcesSample.c 31 EFI_DEVICE_PATH_PROTOCOL End;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FvbInfo.c 45 EFI_FV_BLOCK_MAP_ENTRY End[1];
97 } // End[1]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
IohBds.h 74 EFI_DEVICE_PATH_PROTOCOL End;
81 EFI_DEVICE_PATH_PROTOCOL End;
  /external/llvm/lib/Support/
StringExtras.cpp 43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
45 return std::make_pair(Source.slice(Start, End), Source.substr(End));
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 151 unsigned Start, End;
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
  /external/llvm/unittests/Support/
IteratorTest.cpp 29 test_iterator Begin, End;
31 End = test_iterator(V.end());
44 EXPECT_NE(I, End);
45 EXPECT_GT(End, I);
46 EXPECT_LT(I, End);
57 EXPECT_EQ(End, I);
70 test_iterator Begin, End;
72 End = test_iterator(V.end());
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringExtras.cpp 43 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
45 return std::make_pair(Source.slice(Start, End), Source.substr(End));
  /prebuilts/go/darwin-x86/src/net/textproto/
pipeline.go 53 p.request.End(id)
65 p.response.End(id)
79 // That is, except for the first event, it waits until End(id-1) has
96 // End notifies the sequencer that the event numbered id has completed,
98 // to call End with an id that is not the number of the active event.
99 func (s *sequencer) End(id uint) {
  /prebuilts/go/linux-x86/src/net/textproto/
pipeline.go 53 p.request.End(id)
65 p.response.End(id)
79 // That is, except for the first event, it waits until End(id-1) has
96 // End notifies the sequencer that the event numbered id has completed,
98 // to call End with an id that is not the number of the active event.
99 func (s *sequencer) End(id uint) {

Completed in 516 milliseconds

1 2 3 4 5 6 7 8 91011>>