Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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.c406 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()
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()
Dgxvcommn.c1344 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()
Dgxvcommn.h108 GXV_LookupValueCPtr value_p,
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc628 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 …]
Dstrutil.h354 LIBPROTOBUF_EXPORT bool safe_int(string text, int32* value_p);
/external/dbus/tools/
Ddbus-uuidgen.c54 const char **value_p) in get_arg() argument
76 *value_p = fn; in get_arg()
/external/libcap/libcap/
Dcap_text.c270 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/
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/dbus/dbus/
Ddbus-message.c1806 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()