HomeSort by relevance Sort by last modified time
    Searched defs:End (Results 1 - 25 of 490) 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/bison/djgpp/
djunpack.bat 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
40 GoTo End
70 GoTo End
75 GoTo End
79 GoTo End
83 GoTo End
87 :End
  /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]) {
  /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...]
  /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) {
  /build/kati/
stats.cc 56 double Stats::End() {
75 double e = st_->End();
  /build/soong/androidmk/parser/
ast.go 10 End() Pos
35 func (x *Assignment) End() Pos { return x.Value.End() }
47 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
61 func (x *Directive) End() Pos {
65 return x.Args.End()
84 func (x *Rule) End() Pos { return Pos(int(x.RecipePos) + len(x.Recipe)) }
91 func (x *Variable) End() Pos { return x.Name.End() }

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 91011>>