Searched refs:min_value (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | Config.cpp | 143 bool Config::ParseValue(const std::string& option, const std::string& value, size_t min_value, in ParseValue() argument 170 if (static_cast<size_t>(long_value) < min_value) { in ParseValue() 172 option.c_str(), min_value, long_value); in ParseValue() 185 size_t min_value, size_t max_value, size_t* new_value) const { in ParseValue() argument 190 return ParseValue(option, value, min_value, max_value, new_value); in ParseValue()
|
D | Config.h | 103 size_t min_value, size_t max_value, size_t* new_value) const; 105 bool ParseValue(const std::string& option, const std::string& value, size_t min_value,
|
/bionic/linker/ |
D | linker.cpp | 3202 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT32_MIN); in relocate() 3204 if ((min_value <= (sym_addr + addend)) && in relocate() 3209 sym_addr + addend, min_value, max_value); in relocate() 3220 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate() 3222 if ((min_value <= (sym_addr + addend)) && in relocate() 3227 sym_addr + addend, min_value, max_value); in relocate() 3245 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT32_MIN); in relocate() 3247 if ((min_value <= (sym_addr + addend - rel->r_offset)) && in relocate() 3252 sym_addr + addend - rel->r_offset, min_value, max_value); in relocate() 3263 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate() [all …]
|
/bionic/libc/kernel/uapi/drm/ |
D | i915_drm.h | 654 __u32 min_value; member
|