/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 | 1344 GXV_LookupValueCPtr value_p, in gxv_XClassTable_lookupval_validate() argument 1349 if ( value_p->u >= gxvalid->xstatetable.nClasses ) in gxv_XClassTable_lookupval_validate() 1351 if ( value_p->u > gxvalid->xstatetable.maxClassID ) in gxv_XClassTable_lookupval_validate() 1352 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 | 628 string text, int32* value_p) { in safe_parse_positive_int() argument 642 *value_p = value; in safe_parse_positive_int() 646 *value_p = vmax; in safe_parse_positive_int() 651 *value_p = vmax; in safe_parse_positive_int() 656 *value_p = value; in safe_parse_positive_int() 661 string text, int32* value_p) { in safe_parse_negative_int() argument 682 *value_p = value; in safe_parse_negative_int() 686 *value_p = vmin; in safe_parse_negative_int() 691 *value_p = vmin; in safe_parse_negative_int() 696 *value_p = value; in safe_parse_negative_int() [all …]
|
D | strutil.h | 354 LIBPROTOBUF_EXPORT bool safe_int(string text, int32* value_p);
|
/external/dbus/tools/ |
D | dbus-uuidgen.c | 54 const char **value_p) in get_arg() argument 76 *value_p = fn; in get_arg()
|
/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()
|
/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/dbus/dbus/ |
D | dbus-message.c | 1806 const char ***value_p; in dbus_message_append_args_valist() local 1811 value_p = va_arg (var_args, const char***); in dbus_message_append_args_valist() 1814 value = *value_p; in dbus_message_append_args_valist()
|