Home
last modified time | relevance | path

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

1234

/external/clang/test/CodeGen/
Dms_struct-bitfield-2.c4 #define ATTR __attribute__((__ms_struct__)) macro
20 } ATTR; variable
27 } ATTR; variable
39 } ATTR; variable
47 } ATTR; variable
58 } ATTR; variable
67 } ATTR; variable
79 } ATTR; variable
86 } ATTR; variable
100 } ATTR; variable
[all …]
Dms_struct-bitfield-3.c4 #define ATTR __attribute__((__ms_struct__)) macro
17 } ATTR; variable
31 } ATTR; variable
Dtbaa-struct.cpp42 #define ATTR __attribute__ ((ms_struct)) macro
48 } ATTR; variable
Dms_struct.c3 #define ATTR __attribute__((__ms_struct__)) macro
Dms_struct-bitfield-init.c5 #define ATTR __attribute__((__ms_struct__)) macro
/external/python/cpython3/Python/
Dpathconfig.c60 #define CLEAR(ATTR) \ in _PyPathConfig_ClearGlobal() argument
86 #define COPY(ATTR) \ in _PyPathConfig_ReadGlobal() argument
94 #define COPY2(ATTR, SRCATTR) \ in _PyPathConfig_ReadGlobal() argument
102 #define COPY_INT(ATTR) \ in _PyPathConfig_ReadGlobal() argument
132 #define COPY(ATTR) \ in _PyPathConfig_UpdateGlobal() argument
141 #define COPY2(ATTR, SRCATTR) \ in _PyPathConfig_UpdateGlobal() argument
150 #define COPY_INT(ATTR) \ in _PyPathConfig_UpdateGlobal() argument
Dpreconfig.c134 #define COPY_ATTR(ATTR) \ in precmdline_get_preconfig() argument
150 #define COPY_ATTR(ATTR) \ in precmdline_set_preconfig() argument
164 #define COPY_ATTR(ATTR) \ in _PyPreCmdline_SetConfig() argument
382 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in preconfig_copy() argument
412 #define SET_ITEM_INT(ATTR) \ in _PyPreConfig_AsDict() argument
451 #define COPY_ATTR(ATTR) \ in _PyPreConfig_GetConfig() argument
473 #define COPY_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument
477 #define COPY_NOT_FLAG(ATTR, VALUE) \ in preconfig_get_global_vars() argument
502 #define COPY_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
506 #define COPY_NOT_FLAG(ATTR, VAR) \ in preconfig_set_global_vars() argument
/external/libnl/include/nl-priv-dynamic-core/
Dobject-api.h200 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR)) argument
211 #define AVAILABLE_MISMATCH(A, B, ATTR) (((A)->ce_mask ^ (B)->ce_mask) & (ATTR)) argument
228 #define ATTR_MISMATCH(A, B, ATTR, EXPR) (AVAILABLE_MISMATCH(A, B, ATTR) || \ argument
252 #define ATTR_DIFF(LIST, ATTR, A, B, EXPR) \ argument
/external/harfbuzz_ng/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
155 #define GET_METRIC_X(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
158 #define GET_METRIC_Y(TABLE, ATTR) \ in hb_ot_metrics_get_position() argument
/external/e2fsprogs/resize/
Dtest_extent.c120 #define ATTR(x) __attribute__(x) macro
122 #define ATTR(x) macro
/external/e2fsprogs/lib/uuid/
Dtst_uuid.c60 #define ATTR(x) __attribute__(x) macro
62 #define ATTR(x) macro
/external/clang/test/CodeGenCXX/
Dms_struct.cpp6 #define ATTR __attribute__((__ms_struct__)) macro
/external/clang/include/clang/Basic/
DAttrKinds.h24 #define ATTR(X) X, macro
/external/python/cpython3/Modules/
D_localemodule.c186 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in locale_decode_monetary() argument
194 #define RESULT_STRING(ATTR) \ in locale_decode_monetary() argument
265 #define GET_LOCALE_STRING(ATTR) PyUnicode_FromWideChar(lc->_W_ ## ATTR, -1) in _locale_localeconv_impl() argument
267 #define GET_LOCALE_STRING(ATTR) PyUnicode_DecodeLocale(lc->ATTR, NULL) in _locale_localeconv_impl() argument
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_verif_scale2.c5 #define ATTR __always_inline macro
Dtest_verif_scale3.c5 #define ATTR __attribute__((noinline)) macro
Dtest_verif_scale1.c5 #define ATTR __attribute__((noinline)) macro
/external/clang/test/Sema/
Dattr-sentinel.c5 #define ATTR __attribute__ ((__sentinel__)) macro
/external/python/cpython3/Programs/
D_bootstrap_python.c82 #define CLEAR(ATTR) \ in wmain() argument
/external/libnl/lib/netfilter/
Dexp_obj.c318 #define _DIFF(ATTR, EXPR) ATTR_DIFF(attrs, ATTR, a, b, EXPR) in exp_compare() argument
319 #define _DIFF_VAL(ATTR, FIELD) _DIFF(ATTR, a->FIELD != b->FIELD) in exp_compare() argument
320 #define _DIFF_STRING(ATTR, FIELD) _DIFF(ATTR, (strcmp(a->FIELD, b->FIELD) != 0)) in exp_compare() argument
321 #define _DIFF_ADDR(ATTR, FIELD) \ in exp_compare() argument
325 #define _DIFF_L4PROTO_PORTS(ATTR, FIELD) \ in exp_compare() argument
327 #define _DIFF_L4PROTO_ICMP(ATTR, FIELD) \ in exp_compare() argument
Dqueue_obj.c178 #define _DIFF(ATTR, EXPR) ATTR_DIFF(attrs, ATTR, a, b, EXPR) in nfnl_queue_compare() argument
179 #define _DIFF_VAL(ATTR, FIELD) _DIFF(ATTR, a->FIELD != b->FIELD) in nfnl_queue_compare() argument
Dlog_obj.c257 #define NFNL_LOG_DIFF(ATTR, EXPR) \ in nfnl_log_compare() argument
259 #define NFNL_LOG_DIFF_VAL(ATTR, FIELD) \ in nfnl_log_compare() argument
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c64 #define ATTR(x) {.attr = x, .name = #x} macro
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m5 #define ATTR __attribute__ ((__sentinel__)) macro
/external/bazelbuild-rules_android/src/tools/ak/res/proto/
Dres_data.proto16 ATTR = 3; enumerator

1234