HomeSort by relevance Sort by last modified time
    Searched refs:partition_end (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 349 PacketIterator partition_end = FindPartitionEnd(it); local
355 (*partition_end).dataPtr + (*partition_end).sizeBytes - (*it).dataPtr;
359 ++partition_end;
360 it = FindNextPartitionBeginning(partition_end);
  /external/u-boot/lib/efi_loader/
efi_device_path_to_text.c 172 memcpy(&end, &hddp->partition_end, sizeof(end));
efi_device_path.c 671 cddp->partition_end = info.size;
682 hddp->partition_end = info.size;
  /external/u-boot/include/
efi_api.h 450 u64 partition_end; member in struct:efi_device_path_hard_drive_path
460 u64 partition_end; member in struct:efi_device_path_cdrom_path

Completed in 162 milliseconds