Searched refs:max_value (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | Config.cpp | 122 size_t min_value, size_t max_value, size_t* parsed_value) const { in ParseValue() argument 154 if (static_cast<size_t>(long_value) > max_value) { in ParseValue() 156 getprogname(), option.c_str(), max_value, long_value); in ParseValue() 164 size_t min_value, size_t max_value, size_t* new_value) const { in ParseValue() argument 169 return ParseValue(option, value, min_value, max_value, new_value); in ParseValue()
|
D | Config.h | 98 size_t min_value, size_t max_value, size_t* new_value) const; 101 size_t max_value, size_t* parsed_value) const;
|
/bionic/linker/ |
D | linker.cpp | 2695 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT32_MAX); in relocate() 2697 ((sym_addr + addend) <= max_value)) { in relocate() 2701 sym_addr + addend, min_value, max_value); in relocate() 2713 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate() 2715 ((sym_addr + addend) <= max_value)) { in relocate() 2719 sym_addr + addend, min_value, max_value); in relocate() 2738 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT32_MAX); in relocate() 2740 ((sym_addr + addend - rel->r_offset) <= max_value)) { in relocate() 2744 sym_addr + addend - rel->r_offset, min_value, max_value); in relocate() 2756 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate() [all …]
|
/bionic/libc/kernel/uapi/drm/ |
D | i915_drm.h | 588 __u32 max_value; member
|