Home
last modified time | relevance | path

Searched defs:value_p (Results 1 – 22 of 22) 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/progs/
Dtest_map_in_map.c30 int *value_p; in xdp_mimtest0() local
Dtest_stacktrace_build_id.c55 __u32 key = 0, val = 0, *value_p; in oncpu() local
Dtest_stacktrace_map.c57 __u32 key = 0, val = 0, *value_p; in oncpu() local
/external/libtextclassifier/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int()
874 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
889 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/external/openscreen/third_party/abseil/src/absl/strings/
Dnumbers.cc908 IntType* value_p) { in safe_parse_positive_int()
944 IntType* value_p) { in safe_parse_negative_int()
988 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
1003 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int()
874 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
889 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int()
874 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
889 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/external/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int()
874 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
889 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/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.c408 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate()
544 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.c297 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc716 string text, IntType* value_p) { in safe_parse_positive_int()
750 const string& text, IntType* value_p) { in safe_parse_negative_int()
790 bool safe_int_internal(string text, IntType* value_p) { in safe_int_internal()
804 bool safe_uint_internal(string text, IntType* value_p) { in safe_uint_internal()
/external/python/cpython3/Python/
Dpathconfig.c748 wchar_t **value_p) in _Py_FindEnvConfigValue()
/external/libusb/libusb/os/
Dlinux_usbfs.c490 const char *sysfs_dir, const char *attr, int max_value, int *value_p) in read_sysfs_attr()