/external/dynamic_depth/internal/strings/ |
D | numbers.cc | 161 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/ |
D | test_stacktrace_map.c | 55 __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()
|
D | test_stacktrace_build_id.c | 55 __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()
|
/external/freetype/src/gxvalid/ |
D | gxvopbd.c | 71 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()
|
D | gxvjust.c | 406 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate() argument 411 if ( value_p->u > GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate() 412 GXV_JUST_DATA( pc_offset_max ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate() 413 if ( value_p->u < GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate() 414 GXV_JUST_DATA( pc_offset_min ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate() 542 GXV_LookupValueCPtr value_p, in gxv_just_wdcTable_LookupValue_validate() argument 547 if ( value_p->u > GXV_JUST_DATA( wdc_offset_max ) ) in gxv_just_wdcTable_LookupValue_validate() 548 GXV_JUST_DATA( wdc_offset_max ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate() 549 if ( value_p->u < GXV_JUST_DATA( wdc_offset_min ) ) in gxv_just_wdcTable_LookupValue_validate() 550 GXV_JUST_DATA( wdc_offset_min ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate()
|
D | gxvmort4.c | 44 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()
|
D | gxvmorx1.c | 162 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()
|
D | gxvlcar.c | 87 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()
|
D | gxvprop.c | 190 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()
|
D | gxvbsln.c | 75 GXV_LookupValueCPtr value_p, in gxv_bsln_LookupValue_validate() argument 78 FT_UShort v = value_p->u; in gxv_bsln_LookupValue_validate()
|
D | gxvcommn.c | 1339 GXV_LookupValueCPtr value_p, in gxv_XClassTable_lookupval_validate() argument 1344 if ( value_p->u >= gxvalid->xstatetable.nClasses ) in gxv_XClassTable_lookupval_validate() 1346 if ( value_p->u > gxvalid->xstatetable.maxClassID ) in gxv_XClassTable_lookupval_validate() 1347 gxvalid->xstatetable.maxClassID = value_p->u; in gxv_XClassTable_lookupval_validate()
|
D | gxvcommn.h | 108 GXV_LookupValueCPtr value_p,
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 699 string text, IntType* value_p) { in safe_parse_positive_int() argument 713 *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() argument 754 *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 …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | lookup_ops.cc | 400 PartialTensorShape value_p; in __anon8a0811960c02() local 401 TF_RETURN_IF_ERROR(c->GetAttr("value_shape", &value_p)); in __anon8a0811960c02() 403 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(value_p, &value_s)); in __anon8a0811960c02() 435 PartialTensorShape value_p; in __anon8a0811960d02() local 436 TF_RETURN_IF_ERROR(c->GetAttr("value_shape", &value_p)); in __anon8a0811960d02() 438 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(value_p, &value_s)); in __anon8a0811960d02()
|
/external/google-breakpad/src/common/ |
D | test_assembler.cc | 104 bool Label::IsKnownConstant(uint64_t *value_p) const { in IsKnownConstant() 109 if (value_p) *value_p = addend; in IsKnownConstant()
|
D | test_assembler.h | 138 bool IsKnownConstant(uint64_t *value_p = NULL) const;
|
/external/libcap/libcap/ |
D | cap_text.c | 270 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name() argument 274 if (((n = lookupname(&name)) >= 0) && (value_p != NULL)) { in cap_from_name() 275 *value_p = (unsigned) n; in cap_from_name()
|