Searched refs:_fname (Results 1 – 2 of 2) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | psaux.h | 244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument 248 FT_FIELD_OFFSET( _fname ), \ 249 FT_FIELD_SIZE( _fname ), \ 263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument 267 FT_FIELD_OFFSET( _fname ), \ 268 FT_FIELD_SIZE_DELTA( _fname ), \ 270 FT_FIELD_OFFSET( num_ ## _fname ), \ 274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument 278 FT_FIELD_OFFSET( _fname ), \ 279 FT_FIELD_SIZE_DELTA( _fname ), \ [all …]
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 120 gpointer _arg = (gpointer) (arg); const gchar *_tname = (type_name), *_fname = (func); \ 122 g_error ("%s(%p)%s`%s'", _fname, _arg, _action, _tname); \ 124 g_error ("%s()%s`%s'", _fname, _action, _tname); \
|