Searched defs:value (Results 1 – 5 of 5) sorted by relevance
/tf-rmm-v0.2.0/runtime/rmi/ |
A D | feature.c | 44 static bool validate_feature_register_0(unsigned long value) in validate_feature_register_0() 64 bool validate_feature_register(unsigned long index, unsigned long value) in validate_feature_register()
|
/tf-rmm-v0.2.0/plat/host/common/include/ |
A D | host_utils.h | 51 u_register_t value; member
|
/tf-rmm-v0.2.0/lib/libc/src/ |
A D | printf.c | 306 size_t maxlen, unsigned long value, bool negative, in _ntoa_long() 336 size_t maxlen, unsigned long long value, in _ntoa_long_long() 380 double value, unsigned int prec, unsigned int width, in _ftoa() 534 double value, unsigned int prec, unsigned int width, in _etoa() 835 const long long value = va_arg(va, long long); in _vsnprintf() local 840 const long value = va_arg(va, long); in _vsnprintf() local 844 …const int value = (flags & FLAGS_CHAR) ? (char)va_arg(va, int) : (flags & FLAGS_SHORT) ? (short in… in _vsnprintf() local 857 …const unsigned int value = (flags & FLAGS_CHAR) ? (unsigned char)va_arg(va, unsigned int) : (flags… in _vsnprintf() local
|
/tf-rmm-v0.2.0/cmake/Modules/ |
A D | ArmConfigOption.cmake | 339 set(value "${${arg_NAME}}") variable
|
/tf-rmm-v0.2.0/lib/common/include/ |
A D | utils_def.h | 58 #define round_boundary(value, boundary) \ argument 61 #define round_up(value, boundary) \ argument 64 #define round_down(value, boundary) \ argument
|
Completed in 15 milliseconds