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

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 188 long Previous;
236 Previous = Result;
238 if( Result <= Previous) { // Detect Overflow
277 unsigned long Previous;
319 Previous = Result;
321 if( Result < Previous) { // If we overflowed
352 long long Previous;
400 Previous = Result;
402 if( Result <= Previous) { // Detect Overflow
441 unsigned long long Previous;
    [all...]
  /external/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
edit_distance.h 57 // iteration, and the top-left entry is stored in Previous.
77 unsigned Previous = y - 1;
82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u),
86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous;
89 Previous = OldRow;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
SynchronizationGcc.c 110 UINT64 Previous;
150 Previous = Current;
152 Delta = (INT64) (Current - Previous);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/
Synchronization.c 99 UINT64 Previous;
139 Previous = Current;
141 Delta = (INT64) (Current - Previous);
SynchronizationGcc.c 109 UINT64 Previous;
149 Previous = Current;
151 Delta = (INT64) (Current - Previous);
SynchronizationMsc.c 111 UINT64 Previous;
151 Previous = Current;
153 Delta = (INT64) (Current - Previous);
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 58 unsigned Previous;
  /external/llvm/lib/MC/
StringTableBuilder.cpp 122 StringRef Previous;
128 if (Optimize && Previous.endswith(S)) {
148 Previous = S;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.h 87 unsigned Previous;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 143 UINT32 Previous;
197 // If the previous Memory Type Information is not available, then set defaults
212 DEBUG ((EFI_D_INFO, "Memory Previous Current Next \n"));
228 // Previous is the number of pages pre-allocated
231 Previous = PreviousMemoryTypeInformation[Index].NumberOfPages;
233 Next = Previous;
241 if ((Current + (Current >> 1)) < Previous) {
245 } else if (Current > Previous) {
252 if (Next != Previous) {
257 DEBUG ((EFI_D_INFO, " %02x %08x %08x %08x\n", PreviousMemoryTypeInformation[Index].Type, Previous, Current, Next));
    [all...]
  /external/clang/include/clang/AST/
DeclContextInternals.h 248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclContextInternals.h 248 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;

Completed in 1057 milliseconds

1 2 3