OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentLength
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c
704
UINT64
CurrentLength
;
732
CurrentLength
= Descriptor.BaseAddress + Descriptor.Length - CurrentBase;
733
if (CurrentBase +
CurrentLength
> StartAddress + Length) {
734
CurrentLength
= StartAddress + Length - CurrentBase;
739
CurrentLength
,
/external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp
562
Value *
CurrentLength
= Checks.front().getLength();
567
return RC.getBase() == CurrentBase && RC.getLength() ==
CurrentLength
;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h
[
all
...]
Completed in 618 milliseconds