Home
last modified time | relevance | path

Searched defs:ATTR (Results 1 – 25 of 45) sorted by relevance

12

/third_party/harfbuzz/src/
Dhb-ot-metrics.cc72 #define GET_METRIC_X(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument
76 #define GET_METRIC_Y(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument
150 #define GET_METRIC_X(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
153 #define GET_METRIC_Y(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-metrics.cc72 #define GET_METRIC_X(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument
76 #define GET_METRIC_Y(TABLE, ATTR) \ in _hb_ot_metrics_get_position_common() argument
150 #define GET_METRIC_X(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
153 #define GET_METRIC_Y(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h101 struct ATTR { struct
102 u64 inode;
103 u64 lsn;
104 le32 type;
105 u16 key;
106 u16 namelen;
107 le16 name[1];
/third_party/python/Python/
Dpreconfig.c133 #define COPY_ATTR(ATTR) \ in precmdline_get_preconfig() argument
149 #define COPY_ATTR(ATTR) \ in precmdline_set_preconfig() argument
163 #define COPY_ATTR(ATTR) \ in _PyPreCmdline_SetConfig() argument
372 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in preconfig_copy() argument
402 #define SET_ITEM_INT(ATTR) \ in _PyPreConfig_AsDict() argument
441 #define COPY_ATTR(ATTR) \ in _PyPreConfig_GetConfig() argument
463 #define COPY_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument
467 #define COPY_NOT_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument
489 #define COPY_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
493 #define COPY_NOT_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
Dinitconfig.c580 #define CLEAR(ATTR) \ in PyConfig_Clear() argument
797 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in _PyConfig_Copy() argument
798 #define COPY_WSTR_ATTR(ATTR) \ in _PyConfig_Copy() argument
906 #define SET_ITEM_INT(ATTR) \ in config_as_dict() argument
908 #define SET_ITEM_UINT(ATTR) \ in config_as_dict() argument
914 #define SET_ITEM_WSTR(ATTR) \ in config_as_dict() argument
1050 #define COPY_FLAG(ATTR, VALUE) \ in config_get_global_vars() argument
1054 #define COPY_NOT_FLAG(ATTR, VALUE) \ in config_get_global_vars() argument
1087 #define COPY_FLAG(ATTR, VAR) \ in config_set_global_vars() argument
1091 #define COPY_NOT_FLAG(ATTR, VAR) \ in config_set_global_vars() argument
Dpathconfig.c48 #define CLEAR(ATTR) \ in pathconfig_clear() argument
75 #define COPY_ATTR(ATTR) \ in pathconfig_copy() argument
Dfileutils.c2081 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in _Py_GetLocaleconvNumeric() argument
2084 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in _Py_GetLocaleconvNumeric() argument
/third_party/libnl/include/netlink-private/
Dobject-api.h210 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR)) argument
221 #define AVAILABLE_MISMATCH(A, B, ATTR) (((A)->ce_mask ^ (B)->ce_mask) & (ATTR)) argument
238 #define ATTR_MISMATCH(A, B, ATTR, EXPR) (AVAILABLE_MISMATCH(A, B, ATTR) || \ argument
262 #define ATTR_DIFF(LIST, ATTR, A, B, EXPR) \ argument
/third_party/e2fsprogs/resize/
Dtest_extent.c117 #define ATTR(x) __attribute__(x) macro
119 #define ATTR(x) macro
/third_party/e2fsprogs/lib/uuid/
Dtst_uuid.c66 #define ATTR(x) __attribute__(x) macro
68 #define ATTR(x) macro
/third_party/python/Modules/
D_localemodule.c183 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in locale_decode_monetary() argument
191 #define RESULT_STRING(ATTR) \ in locale_decode_monetary() argument
258 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in PyLocale_localeconv() argument
260 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in PyLocale_localeconv() argument
/third_party/libnl/lib/netfilter/
Dqueue_obj.c172 #define NFNL_QUEUE_DIFF(ATTR, EXPR) \ in nfnl_queue_compare() argument
174 #define NFNL_QUEUE_DIFF_VAL(ATTR, FIELD) \ in nfnl_queue_compare() argument
Dexp_obj.c312 #define EXP_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, EXP_ATTR_##ATTR, a, b, EXPR) in exp_compare() argument
313 #define EXP_DIFF_VAL(ATTR, FIELD) EXP_DIFF(ATTR, a->FIELD != b->FIELD) in exp_compare() argument
314 #define EXP_DIFF_STRING(ATTR, FIELD) EXP_DIFF(ATTR, (strcmp(a->FIELD, b->FIELD) != 0)) in exp_compare() argument
315 #define EXP_DIFF_ADDR(ATTR, FIELD) \ in exp_compare() argument
319 #define EXP_DIFF_L4PROTO_PORTS(ATTR, FIELD) \ in exp_compare() argument
321 #define EXP_DIFF_L4PROTO_ICMP(ATTR, FIELD) \ in exp_compare() argument
Dlog_obj.c240 #define NFNL_LOG_DIFF(ATTR, EXPR) \ in nfnl_log_compare() argument
242 #define NFNL_LOG_DIFF_VAL(ATTR, FIELD) \ in nfnl_log_compare() argument
Dct_obj.c308 #define CT_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, CT_ATTR_##ATTR, a, b, EXPR) in ct_compare() argument
309 #define CT_DIFF_VAL(ATTR, FIELD) CT_DIFF(ATTR, a->FIELD != b->FIELD) in ct_compare() argument
310 #define CT_DIFF_ADDR(ATTR, FIELD) \ in ct_compare() argument
/third_party/selinux/libselinux/src/
Dselinux_internal.h48 #define __pthread_mutex_init(LOCK, ATTR) \ argument
/third_party/libnl/lib/fib_lookup/
Drequest.c64 #define REQ_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, REQUEST_ATTR_##ATTR, a, b, EXPR) in request_compare() argument
/third_party/libnl/lib/genl/
Dfamily.c160 #define FAM_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, FAMILY_ATTR_##ATTR, a, b, EXPR) in family_compare() argument
/third_party/libnl/lib/route/
Dnexthop.c120 #define NH_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, NH_ATTR_##ATTR, a, b, EXPR) in rtnl_route_nh_compare() argument
Dnetconf.c309 #define NETCONF_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, NETCONF_ATTR_##ATTR, a, b, EXPR) in netconf_compare() argument
Dneightbl.c65 #define NT_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, NEIGHTBL_ATTR_##ATTR, a, b, EXPR) in neightbl_compare() argument
Dtc.c980 #define TC_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, TCA_ATTR_##ATTR, a, b, EXPR) in rtnl_tc_compare() argument
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp204 #define ApplyLazyInheritedAttribute(ATTR) \ in applyPresentationAttributes() argument
/third_party/e2fsprogs/lib/ext2fs/
Dundo_io.c51 #define ATTR(x) __attribute__(x) macro
53 #define ATTR(x) macro
/third_party/flutter/skia/experimental/svg/model/
DSkSVGRenderContext.cpp323 #define ApplyLazyInheritedAttribute(ATTR) \ in applyPresentationAttributes() argument

12