| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
| Mtftp4Wrq.c | 43 UINT64 Start;
67 Start = MultU64x32 (BlockNum - 1, Instance->BlkSize);
69 if (Token->BufferSize < Start + Instance->BlkSize) {
70 DataLen = (UINT16) (Token->BufferSize - Start);
77 CopyMem (Packet->Data.Data, (UINT8 *) Token->Buffer + Start, DataLen);
313 // which will start the transmission of the first data block.
490 Start the MTFTP session for upload.
493 and start receiving the packet.
500 @retval Others Failed to start the upload.
514 // ACK with an ACK0 to let client start transfer the first [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| Tpm2Acpi.h | 41 UINT32 Start;
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| LegacyRegion2.h | 35 Start to (Start + Length - 1).
37 Start to (Start + Length - 1).
40 @param Start[in] The beginning of the physical address of the region whose attributes
52 @retval EFI_INVALID_PARAMETER If Start or Length describe an address not in the Legacy Region.
59 IN UINT32 Start,
72 @param Start[in] The beginning of the physical address of the region whose
83 @retval EFI_INVALID_PARAMETER If Start or Length describe an address not in the Legacy Region.
90 IN UINT32 Start,
[all...] |
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/ |
| Synchronization.c | 101 UINT64 Start;
120 Start = 0;
130 GetPerformanceCounterProperties (&Start, &End),
135 Cycle = End - Start;
146 if (Start > End) {
|
| SynchronizationGcc.c | 111 UINT64 Start;
130 Start = 0;
140 GetPerformanceCounterProperties (&Start, &End),
145 Cycle = End - Start;
156 if (Start > End) {
|
| SynchronizationMsc.c | 113 UINT64 Start;
132 Start = 0;
142 GetPerformanceCounterProperties (&Start, &End),
147 Cycle = End - Start;
158 if (Start > End) {
|
| /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
| Mtftp6Wrq.c | 43 UINT64 Start;
71 Start = MultU64x32 (BlockNum - 1, Instance->BlkSize);
73 if (Token->BufferSize < Start + Instance->BlkSize) {
74 DataLen = (UINT16) (Token->BufferSize - Start);
81 CopyMem (Packet->Data.Data, (UINT8 *) Token->Buffer + Start, DataLen);
358 // which will start the transmission of the first data block.
561 Start the Mtftp6 instance to upload. It will first init some states,
562 then send the WRQ request packet, and start to receive the packet.
568 @retval Others Failed to start to upload.
582 // ACK with an ACK0 to let client start transfer the first [all...] |
| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/ |
| TisPc.c | 168 UINT64 Start;
182 Start = 0;
193 GetPerformanceCounterProperties (&Start, &End),
198 Cycle = End - Start;
213 if (Start > End) {
269 UINT64 Start;
291 Start = 0;
302 GetPerformanceCounterProperties (&Start, &End),
307 Cycle = End - Start;
322 if (Start > End) { [all...] |
| /external/autotest/client/cros/cellular/pseudomodem/ |
| pseudomodem_context.py | 166 return self.Start() 173 def Start(self): 174 """ Start the context. This launches pseudomodem. """
|
| /external/autotest/client/site_tests/platform_MetricsUploader/ |
| platform_MetricsUploader.py | 53 Provides helpers to start/stop the instance and hold the list of 62 def Start(self): 64 Start the server on a new thread. 67 self.server_thread.start() 110 self.server.Start() 150 self.server.Start() 184 self.server.Start()
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| logcat_monitor.py | 190 self._record_thread.start() 200 def Start(self): 246 self.Start()
|
| /external/clang/lib/Analysis/ |
| ScanfFormatString.cpp | 36 const char *start = I - 1; local 41 H.HandleIncompleteScanList(start, I); 48 H.HandleIncompleteScanList(start, I - 1); 57 H.HandleIncompleteScanList(start, I - 1); 65 H.HandleIncompleteScanList(start, I - 1); 85 const char *Start = nullptr; 88 // Look for a '%' character that indicates the start of a format specifier. 97 Start = I++; // Record the start of the format specifier. 103 if (!Start) [all...] |
| /external/clang/lib/Format/ |
| AffectedRangeManager.cpp | 75 SourceLocation Start = First.WhitespaceRange.getBegin(); 77 Start = Start.getLocWithOffset(First.LastNewlineOffset); 80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End);
|
| /external/clang/lib/Lex/ |
| MacroArgs.cpp | 114 // The unexpanded argument tokens start immediately after the MacroArgs object 116 const Token *Start = (const Token *)(this+1); 117 const Token *Result = Start; 120 assert(Result < Start+NumUnexpArgTokens && "Invalid arg #"); 124 assert(Result < Start+NumUnexpArgTokens && "Invalid arg #");
|
| /external/compiler-rt/lib/esan/ |
| esan_shadow.h | 93 uptr Start; 140 static inline bool getAppRegion(u32 i, uptr *Start, uptr *End) { 143 *Start = AppRegions[i].Start; 151 if (Mem >= AppRegions[i].Start && Mem < AppRegions[i].End) 162 static inline bool getShadowRegion(u32 i, uptr *Start, uptr *End) { 176 *Start = appToShadow(AppRegions[AppIdx].Start); 183 *Start = Min(*Start, appToShadow(AppRegions[AppIdx].Start)) [all...] |
| /external/dng_sdk/source/ |
| dng_area_task.cpp | 80 void dng_area_task::Start (uint32 /* threadCount */, 262 task.Start (1, tileSize, allocator, sniffer);
|
| dng_opcodes.cpp | 306 virtual void Start (uint32 threadCount, 312 dng_filter_task::Start (threadCount, 385 // Else start with a clone of the existing image. 446 virtual void Start (uint32 threadCount,
|
| /external/google-breakpad/src/client/mac/crash_generation/ |
| crash_generation_server.cc | 68 bool CrashGenerationServer::Start() {
|
| /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
| Start.java | 8 public final class Start extends Node 13 public Start() 18 public Start( 29 return new Start(
|
| /external/libchrome/base/timer/ |
| timer.cc | 116 void Timer::Start(const tracked_objects::Location& posted_from, 132 // If there's no pending task, start one up and return.
|
| /external/llvm/lib/CodeGen/ |
| InterferenceCache.cpp | 125 SlotIndex Start, Stop; 126 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); 129 if (PrevPos != Start) { 130 if (!PrevPos.isValid() || Start < PrevPos) { 133 RUI.VirtI.find(Start); 134 RUI.FixedI = RUI.Fixed->find(Start); 139 RUI.VirtI.advanceTo(Start); 141 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); 144 PrevPos = Start; 161 SlotIndex StartI = I.start(); [all...] |
| /external/llvm/lib/IR/ |
| Dominators.cpp | 41 const TerminatorInst *TI = Start->getTerminator(); 148 const BasicBlock *Start = BBE.getStart(); 181 if (BB == Start)
|
| /external/llvm/lib/MC/ |
| StringTableBuilder.cpp | 113 // Start the table with a NUL byte. 137 size_t Start = alignTo(StringTable.size(), Alignment); 138 P->second = Start; 139 StringTable.append(Start - StringTable.size(), '\0'); 186 size_t Start = alignTo(Size, Alignment); 187 auto P = StringIndexMap.insert(std::make_pair(S, Start)); 189 Size = Start + S.size() + (K != RAW);
|
| /external/llvm/lib/Target/Hexagon/ |
| BitTracker.cpp | 112 // "Start" will be the index of the beginning of the most recent segment. 113 unsigned Start = 0; 119 const BT::BitValue &SV = RC[Start]; 121 // If the current value is the same as Start, skip to the next one. 125 if (Start+1 == i) { 129 if (SeqRef && V.RefI.Pos == SV.RefI.Pos+(i-Start)) 136 // the Start. 137 OS << " [" << Start; 138 unsigned Count = i - Start; 149 Start = i [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| LiveRangeCalc.cpp | 40 SlotIndex Start, End; 41 tie(Start, End) = Indexes->getMBBRange(MBB); 44 I->LI->addRange(LiveRange(Start, I->Kill, VNI)); 46 I->LI->addRange(LiveRange(Start, End, VNI)); 131 SlotIndex Start, End; 132 tie(Start, End) = Indexes->getMBBRange(Pred); 136 VNInfo *VNI = LI->extendInBlock(Start, End); 238 SlotIndex Start, End; 239 tie(Start, End) = Indexes->getMBBRange(MBB); 240 VNInfo *VNI = I->LI->getNextValue(Start, 0, *Alloc) [all...] |