Searched refs:value_p (Results 1 – 4 of 4) sorted by relevance
699 string text, IntType* value_p) { in safe_parse_positive_int() argument713 *value_p = value; in safe_parse_positive_int()717 *value_p = vmax; in safe_parse_positive_int()722 *value_p = vmax; in safe_parse_positive_int()727 *value_p = value; in safe_parse_positive_int()733 const string& text, IntType* value_p) { in safe_parse_negative_int() argument754 *value_p = value; in safe_parse_negative_int()758 *value_p = vmin; in safe_parse_negative_int()763 *value_p = vmin; in safe_parse_negative_int()768 *value_p = value; in safe_parse_negative_int()[all …]
270 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name() argument274 if (((n = lookupname(&name)) >= 0) && (value_p != NULL)) { in cap_from_name()275 *value_p = (unsigned) n; in cap_from_name()
104 bool Label::IsKnownConstant(uint64_t *value_p) const { in IsKnownConstant()109 if (value_p) *value_p = addend; in IsKnownConstant()
138 bool IsKnownConstant(uint64_t *value_p = NULL) const;