/external/clang/test/CodeGen/ |
D | ms_struct-bitfield-2.c | 4 #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 …]
|
D | ms_struct-bitfield-3.c | 4 #define ATTR __attribute__((__ms_struct__)) macro 17 } ATTR; variable 31 } ATTR; variable
|
D | tbaa-struct.cpp | 42 #define ATTR __attribute__ ((ms_struct)) macro 48 } ATTR; variable
|
D | ms_struct.c | 3 #define ATTR __attribute__((__ms_struct__)) macro
|
D | ms_struct-bitfield-init.c | 5 #define ATTR __attribute__((__ms_struct__)) macro
|
/external/python/cpython3/Python/ |
D | pathconfig.c | 60 #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
|
D | preconfig.c | 134 #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/ |
D | object-api.h | 200 #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/ |
D | hb-ot-metrics.cc | 72 #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/ |
D | test_extent.c | 120 #define ATTR(x) __attribute__(x) macro 122 #define ATTR(x) macro
|
/external/e2fsprogs/lib/uuid/ |
D | tst_uuid.c | 60 #define ATTR(x) __attribute__(x) macro 62 #define ATTR(x) macro
|
/external/clang/test/CodeGenCXX/ |
D | ms_struct.cpp | 6 #define ATTR __attribute__((__ms_struct__)) macro
|
/external/clang/include/clang/Basic/ |
D | AttrKinds.h | 24 #define ATTR(X) X, macro
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 186 #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/ |
D | test_verif_scale2.c | 5 #define ATTR __always_inline macro
|
D | test_verif_scale3.c | 5 #define ATTR __attribute__((noinline)) macro
|
D | test_verif_scale1.c | 5 #define ATTR __attribute__((noinline)) macro
|
/external/clang/test/Sema/ |
D | attr-sentinel.c | 5 #define ATTR __attribute__ ((__sentinel__)) macro
|
/external/python/cpython3/Programs/ |
D | _bootstrap_python.c | 82 #define CLEAR(ATTR) \ in wmain() argument
|
/external/libnl/lib/netfilter/ |
D | exp_obj.c | 318 #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
|
D | queue_obj.c | 178 #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
|
D | log_obj.c | 257 #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/ |
D | statx04.c | 64 #define ATTR(x) {.attr = x, .name = #x} macro
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 5 #define ATTR __attribute__ ((__sentinel__)) macro
|
/external/bazelbuild-rules_android/src/tools/ak/res/proto/ |
D | res_data.proto | 16 ATTR = 3; enumerator
|