HomeSort by relevance Sort by last modified time
    Searched defs:region_end (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/utils/
mem_region.c 58 uintptr_t region_start, region_end, start, end; local
66 region_end = addr + (nbytes - 1);
72 if (region_start >= start && region_end <= end)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_persistent_allocator.h 32 atomic_uintptr_t region_end; member in class:__sanitizer::PersistentAllocator
39 uptr end = atomic_load(&region_end, memory_order_acquire);
60 atomic_store(&region_end, mem + allocsz, memory_order_release);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 549 region_iterator region_end() const { return RegionRoots.end(); } function in class:clang::ento::SymbolReaper
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 166 __u64 region_end; member in struct:fw_cdev_allocate
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 451 * and &fw_cdev_allocate.region_end
546 * @region_end: First address above the address range (added in ABI v4, 2.6.36)
565 * spot of size @length inside [@offset..@region_end) and, if found, writes
568 * address range is not desired, the client simply needs to set @region_end
571 * If the kernel or the client implements ABI version <= 3, @region_end is
574 * @region_end is only present in a kernel header >= 2.6.36. If necessary,
582 __u64 region_end; /* available since kernel version 2.6.36 */ member in struct:fw_cdev_allocate
    [all...]
  /external/u-boot/drivers/mtd/onenand/
onenand_base.c 1736 unsigned int region_end = 0; local
    [all...]

Completed in 255 milliseconds