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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12SelfTest.c 38 UINT32 Length;
46 Length = sizeof (Response);
47 return Tpm12SubmitCommand (sizeof (Command), (UINT8 *)&Command, &Length, (UINT8 *)&Response);
Tpm12Ownership.c 35 UINT32 Length;
43 Length = sizeof (Response);
45 Status = Tpm12SubmitCommand (sizeof (Command), (UINT8 *)&Command, &Length, (UINT8 *)&Response);
  /libcore/ojluni/src/main/java/sun/security/util/
Length.java 29 * The Length interface defines the length of an object
31 public interface Length {
34 * Gets the length of this object
37 * the length should be measured in bits.
39 * @return the length of this object
42 public int length(); method in interface:Length
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ArmShellCmdRunAxf.h 36 UINTN Length; // Number of bytes.
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/
FdtParser.c 26 INT32 Length;
48 Prop = fdt_getprop (DeviceTreeBlob, 0, "#address-cells", &Length);
49 if (Length == 4) {
53 Prop = fdt_getprop (DeviceTreeBlob, 0, "#size-cells", &Length);
54 if (Length == 4) {
62 Prop = fdt_getprop (DeviceTreeBlob, MemoryNode, "reg", &Length);
64 if (Length < (AddressCells + SizeCells) * sizeof (INT32)) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
FdtParser.c 26 INT32 Length;
48 Prop = fdt_getprop (DeviceTreeBlob, 0, "#address-cells", &Length);
49 if (Length == 4) {
53 Prop = fdt_getprop (DeviceTreeBlob, 0, "#size-cells", &Length);
54 if (Length == 4) {
62 Prop = fdt_getprop (DeviceTreeBlob, MemoryNode, "reg", &Length);
64 if (Length < (AddressCells + SizeCells) * sizeof (INT32)) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hmac/
CryptHmacMd5.c 181 UINT32 Length;
193 HMAC_Final (HmacMd5Context, HmacValue, &Length);
CryptHmacSha1.c 181 UINT32 Length;
193 HMAC_Final (HmacSha1Context, HmacValue, &Length);
CryptHmacSha256.c 181 UINT32 Length;
193 HMAC_Final (HmacSha256Context, HmacValue, &Length);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverSupportedEfiVersion/
DriverSupportedEfiVersion.h 41 UINT32 Length;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
Hob.h 31 UINT64 Length;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
FaultTolerantWrite.h 39 /// The length of data that have been backed up in spare block.
40 /// It is also the length of target block that has been erased.
42 UINT64 Length;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverSupportedEfiVersion.h 37 UINT32 Length;
  /external/google-breakpad/src/testing/gtest/samples/
sample2.h 76 size_t Length() const {
  /external/googletest/googletest/samples/
sample2.h 76 size_t Length() const {
  /external/libmojo/ui/gfx/geometry/
vector2d.cc 32 float Vector2d::Length() const {
  /external/llvm/lib/Support/
LineIterator.cpp 88 size_t Length = 0;
89 while (Pos[Length] != '\0' && !isAtLineEnd(&Pos[Length])) {
90 ++Length;
93 CurrentLine = StringRef(Pos, Length);
  /external/protobuf/gtest/samples/
sample2.h 77 size_t Length() const {
  /external/v8/testing/gtest/samples/
sample2.h 76 size_t Length() const {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample2.h 76 size_t Length() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 29 uint32_t Length;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 29 uint32_t Length;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 29 uint32_t Length;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 29 uint32_t Length;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/MSF/
MSFStreamLayout.h 29 uint32_t Length;

Completed in 511 milliseconds

1 2 3 4 5 6 7 8 91011>>