Home
last modified time | relevance | path

Searched refs:value_p (Results 1 – 25 of 28) sorted by relevance

12

/external/dynamic_depth/internal/strings/
Dnumbers.cc161 IntType* value_p) { in safe_parse_positive_int() argument
174 *value_p = value; in safe_parse_positive_int()
178 *value_p = vmax; in safe_parse_positive_int()
183 *value_p = vmax; in safe_parse_positive_int()
188 *value_p = value; in safe_parse_positive_int()
194 IntType* value_p) { in safe_parse_negative_int() argument
215 *value_p = value; in safe_parse_negative_int()
219 *value_p = vmin; in safe_parse_negative_int()
224 *value_p = vmin; in safe_parse_negative_int()
229 *value_p = value; in safe_parse_negative_int()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_map_in_map.c30 int *value_p; in xdp_mimtest0() local
39 value_p = bpf_map_lookup_elem(map, &key); in xdp_mimtest0()
40 if (!value_p || *value_p != 123) in xdp_mimtest0()
Dtest_stacktrace_build_id.c55 __u32 key = 0, val = 0, *value_p; in oncpu() local
58 value_p = bpf_map_lookup_elem(&control_map, &key); in oncpu()
59 if (value_p && *value_p) in oncpu()
Dtest_stacktrace_map.c57 __u32 key = 0, val = 0, *value_p; in oncpu() local
60 value_p = bpf_map_lookup_elem(&control_map, &key); in oncpu()
61 if (value_p && *value_p) in oncpu()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int() argument
810 *value_p = value; in safe_parse_positive_int()
814 *value_p = vmax; in safe_parse_positive_int()
819 *value_p = vmax; in safe_parse_positive_int()
824 *value_p = value; in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int() argument
853 *value_p = value; in safe_parse_negative_int()
857 *value_p = vmin; in safe_parse_negative_int()
862 *value_p = vmin; in safe_parse_negative_int()
867 *value_p = value; in safe_parse_negative_int()
[all …]
/external/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int() argument
810 *value_p = value; in safe_parse_positive_int()
814 *value_p = vmax; in safe_parse_positive_int()
819 *value_p = vmax; in safe_parse_positive_int()
824 *value_p = value; in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int() argument
853 *value_p = value; in safe_parse_negative_int()
857 *value_p = vmin; in safe_parse_negative_int()
862 *value_p = vmin; in safe_parse_negative_int()
867 *value_p = value; in safe_parse_negative_int()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int() argument
810 *value_p = value; in safe_parse_positive_int()
814 *value_p = vmax; in safe_parse_positive_int()
819 *value_p = vmax; in safe_parse_positive_int()
824 *value_p = value; in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int() argument
853 *value_p = value; in safe_parse_negative_int()
857 *value_p = vmin; in safe_parse_negative_int()
862 *value_p = vmin; in safe_parse_negative_int()
867 *value_p = value; in safe_parse_negative_int()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/
Dnumbers.cc794 IntType* value_p) { in safe_parse_positive_int() argument
810 *value_p = value; in safe_parse_positive_int()
814 *value_p = vmax; in safe_parse_positive_int()
819 *value_p = vmax; in safe_parse_positive_int()
824 *value_p = value; in safe_parse_positive_int()
830 IntType* value_p) { in safe_parse_negative_int() argument
853 *value_p = value; in safe_parse_negative_int()
857 *value_p = vmin; in safe_parse_negative_int()
862 *value_p = vmin; in safe_parse_negative_int()
867 *value_p = value; in safe_parse_negative_int()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/
Dnumbers.cc908 IntType* value_p) { in safe_parse_positive_int() argument
924 *value_p = value; in safe_parse_positive_int()
928 *value_p = vmax; in safe_parse_positive_int()
933 *value_p = vmax; in safe_parse_positive_int()
938 *value_p = value; in safe_parse_positive_int()
944 IntType* value_p) { in safe_parse_negative_int() argument
967 *value_p = value; in safe_parse_negative_int()
971 *value_p = vmin; in safe_parse_negative_int()
976 *value_p = vmin; in safe_parse_negative_int()
981 *value_p = value; in safe_parse_negative_int()
[all …]
/external/freetype/src/gxvalid/
Dgxvopbd.c71 GXV_LookupValueCPtr value_p, in gxv_opbd_LookupValue_validate() argument
75 FT_Bytes p = gxvalid->root->base + value_p->u; in gxv_opbd_LookupValue_validate()
81 if ( value_p->u < GXV_OPBD_DATA( valueOffset_min ) ) in gxv_opbd_LookupValue_validate()
82 GXV_OPBD_DATA( valueOffset_min ) = value_p->u; in gxv_opbd_LookupValue_validate()
Dgxvjust.c408 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate() argument
413 if ( value_p->u > GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate()
414 GXV_JUST_DATA( pc_offset_max ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate()
415 if ( value_p->u < GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate()
416 GXV_JUST_DATA( pc_offset_min ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate()
544 GXV_LookupValueCPtr value_p, in gxv_just_wdcTable_LookupValue_validate() argument
549 if ( value_p->u > GXV_JUST_DATA( wdc_offset_max ) ) in gxv_just_wdcTable_LookupValue_validate()
550 GXV_JUST_DATA( wdc_offset_max ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate()
551 if ( value_p->u < GXV_JUST_DATA( wdc_offset_min ) ) in gxv_just_wdcTable_LookupValue_validate()
552 GXV_JUST_DATA( wdc_offset_min ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate()
Dgxvmort4.c44 GXV_LookupValueCPtr value_p, in gxv_mort_subtable_type4_lookupval_validate() argument
49 gxv_glyphid_validate( value_p->u, gxvalid ); in gxv_mort_subtable_type4_lookupval_validate()
Dgxvmorx1.c162 GXV_LookupValueCPtr value_p, in gxv_morx_subtable_type1_LookupValue_validate() argument
167 GXV_TRACE(( "morx subtable type1 subst.: %d -> %d\n", glyph, value_p->u )); in gxv_morx_subtable_type1_LookupValue_validate()
169 if ( value_p->u > gxvalid->face->num_glyphs ) in gxv_morx_subtable_type1_LookupValue_validate()
Dgxvlcar.c87 GXV_LookupValueCPtr value_p, in gxv_lcar_LookupValue_validate() argument
90 FT_Bytes p = gxvalid->root->base + value_p->u; in gxv_lcar_LookupValue_validate()
Dgxvprop.c190 GXV_LookupValueCPtr value_p, in gxv_prop_LookupValue_validate() argument
193 gxv_prop_property_validate( value_p->u, glyph, gxvalid ); in gxv_prop_LookupValue_validate()
Dgxvbsln.c75 GXV_LookupValueCPtr value_p, in gxv_bsln_LookupValue_validate() argument
78 FT_UShort v = value_p->u; in gxv_bsln_LookupValue_validate()
/external/llvm-project/polly/test/Isl/CodeGen/
Dsimple_vec_ptr_ptr_ty.ll29 ; CHECK: %value_p.splatinsert = insertelement <4 x float**> undef, float** %.load, i32 0
30 ; CHECK: %value_p.splat = shufflevector <4 x float**> %value_p.splatinsert, <4 x float**> undef, <4…
31 ; CHECK: store <4 x float**> %value_p.splat, <4 x float**>* bitcast ([1024 x float**]* @B to <4 x f…
Dinvariant_load_hoist_alignment.ll20 ; CHECK: %value_p.splatinsert = insertelement <4 x i32> undef, i32 [[T2]], i32 0
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops.cc400 PartialTensorShape value_p; in __anonc8e9eead0c02() local
401 TF_RETURN_IF_ERROR(c->GetAttr("value_shape", &value_p)); in __anonc8e9eead0c02()
403 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(value_p, &value_s)); in __anonc8e9eead0c02()
435 PartialTensorShape value_p; in __anonc8e9eead0d02() local
436 TF_RETURN_IF_ERROR(c->GetAttr("value_shape", &value_p)); in __anonc8e9eead0d02()
438 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(value_p, &value_s)); in __anonc8e9eead0d02()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc716 string text, IntType* value_p) { in safe_parse_positive_int() argument
730 *value_p = value; in safe_parse_positive_int()
734 *value_p = vmax; in safe_parse_positive_int()
739 *value_p = vmax; in safe_parse_positive_int()
744 *value_p = value; in safe_parse_positive_int()
750 const string& text, IntType* value_p) { in safe_parse_negative_int() argument
771 *value_p = value; in safe_parse_negative_int()
775 *value_p = vmin; in safe_parse_negative_int()
780 *value_p = vmin; in safe_parse_negative_int()
785 *value_p = value; in safe_parse_negative_int()
[all …]
/external/google-breakpad/src/common/
Dtest_assembler.cc104 bool Label::IsKnownConstant(uint64_t *value_p) const { in IsKnownConstant()
109 if (value_p) *value_p = addend; in IsKnownConstant()
Dtest_assembler.h138 bool IsKnownConstant(uint64_t *value_p = NULL) const;
/external/python/cpython3/Python/
Dpathconfig.c748 wchar_t **value_p) in _Py_FindEnvConfigValue() argument
750 *value_p = NULL; in _Py_FindEnvConfigValue()
781 *value_p = _PyMem_RawWcsdup(tok); in _Py_FindEnvConfigValue()
784 if (*value_p == NULL) { in _Py_FindEnvConfigValue()
/external/python/cpython3/Include/internal/
Dpycore_pathconfig.h60 wchar_t **value_p);
/external/libcap/libcap/
Dcap_text.c297 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name() argument
301 if (((n = lookupname(&name)) >= 0) && (value_p != NULL)) { in cap_from_name()
302 *value_p = (unsigned) n; in cap_from_name()

12