Home
last modified time | relevance | path

Searched defs:value_p (Results 1 – 14 of 14) sorted by relevance

/external/dynamic_depth/internal/strings/
Dnumbers.cc161 IntType* value_p) { in safe_parse_positive_int()
194 IntType* value_p) { in safe_parse_negative_int()
236 inline bool safe_int_internal(const string& text, IntType* value_p, int base) { in safe_int_internal()
251 inline bool safe_uint_internal(const string& text, IntType* value_p, int base) { in safe_uint_internal()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_stacktrace_build_id.c55 __u32 key = 0, val = 0, *value_p; in oncpu() local
Dtest_stacktrace_map.c55 __u32 key = 0, val = 0, *value_p; in oncpu() local
/external/freetype/src/gxvalid/
Dgxvmort4.c44 GXV_LookupValueCPtr value_p, in gxv_mort_subtable_type4_lookupval_validate()
Dgxvopbd.c71 GXV_LookupValueCPtr value_p, in gxv_opbd_LookupValue_validate()
Dgxvlcar.c87 GXV_LookupValueCPtr value_p, in gxv_lcar_LookupValue_validate()
Dgxvprop.c190 GXV_LookupValueCPtr value_p, in gxv_prop_LookupValue_validate()
Dgxvjust.c406 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate()
542 GXV_LookupValueCPtr value_p, in gxv_just_wdcTable_LookupValue_validate()
Dgxvbsln.c75 GXV_LookupValueCPtr value_p, in gxv_bsln_LookupValue_validate()
Dgxvmorx1.c162 GXV_LookupValueCPtr value_p, in gxv_morx_subtable_type1_LookupValue_validate()
Dgxvcommn.c1339 GXV_LookupValueCPtr value_p, in gxv_XClassTable_lookupval_validate()
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops.cc400 PartialTensorShape value_p; in __anonc8e9eead0c02() local
435 PartialTensorShape value_p; in __anonc8e9eead0d02() local
/external/libcap/libcap/
Dcap_text.c270 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc699 string text, IntType* value_p) { in safe_parse_positive_int()
733 const string& text, IntType* value_p) { in safe_parse_negative_int()
773 bool safe_int_internal(string text, IntType* value_p) { in safe_int_internal()
787 bool safe_uint_internal(string text, IntType* value_p) { in safe_uint_internal()