/third_party/elfutils/backends/ |
H A D | linux-core-note.c | 65 #define FIELD(type, name) type name __attribute__ ((aligned (ALIGN_##type))) macro 69 FIELD (INT, si_signo); in EBLHOOK() 70 FIELD (INT, si_code); in EBLHOOK() 71 FIELD (INT, si_errno); in EBLHOOK() 76 FIELD (ULONG, tv_sec); in EBLHOOK() 77 FIELD (ULONG, tv_usec); in EBLHOOK() 83 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2) 85 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2) 92 FIELD (SHORT, pr_cursig); in EBLHOOK() 93 FIELD (ULON in EBLHOOK() 138 #undef FIELD global() macro 140 #define FIELD global() macro 174 #undef FIELD global() macro 176 #define FIELD global() macro 210 #undef FIELD global() macro [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | memory-chunk-layout.h | 42 #define FIELD(Type, Name) \ macro 46 FIELD(size_t, Size), enumerator 47 FIELD(uintptr_t, Flags), enumerator 48 FIELD(Heap*, Heap), enumerator 49 FIELD(Address, AreaStart), enumerator 50 FIELD(Address, AreaEnd), enumerator 51 FIELD(size_t, AllocatedBytes), enumerator 52 FIELD(size_t, WastedMemory), enumerator 53 FIELD(std::atomic<intptr_t>, HighWaterMark), enumerator 54 FIELD(Addres enumerator 55 FIELD(VirtualMemory, Reservation), global() enumerator 57 FIELD(SlotSet* [kNumSets], SlotSet), global() enumerator 58 FIELD(ProgressBar, ProgressBar), global() enumerator 59 FIELD(std::atomic<intptr_t>, LiveByteCount), global() enumerator 60 FIELD(TypedSlotsSet* [kNumSets], TypedSlotSet), global() enumerator 61 FIELD(void* [kNumSets], InvalidatedSlots), global() enumerator 62 FIELD(base::Mutex*, Mutex), global() enumerator 63 FIELD(std::atomic<intptr_t>, ConcurrentSweeping), global() enumerator 64 FIELD(base::Mutex*, PageProtectionChangeMutex), global() enumerator 65 FIELD(uintptr_t, WriteUnprotectCounter), global() enumerator 66 FIELD(std::atomic<size_t>[kNumTypes], ExternalBackingStoreBytes), global() enumerator 67 FIELD(heap::ListNode<MemoryChunk>, ListNode), global() enumerator 68 FIELD(FreeListCategory**, Categories), global() enumerator 69 FIELD(std::atomic<intptr_t>, YoungGenerationLiveByteCount), global() enumerator 70 FIELD(Bitmap*, YoungGenerationBitmap), global() enumerator 71 FIELD(CodeObjectRegistry*, CodeObjectRegistry), global() enumerator 72 FIELD(PossiblyEmptyBuckets, PossiblyEmptyBuckets), global() enumerator 73 FIELD(ActiveSystemPages, ActiveSystemPages), global() enumerator 75 FIELD(ObjectStartBitmap, ObjectStartBitmap), global() enumerator [all...] |
/third_party/node/deps/uvwasi/src/ |
H A D | wasi_serdes.c | 55 #define ALL_TYPES(STRUCT, FIELD, ALIAS) \ 88 FIELD( 0, dircookie_t, d_next); \ 89 FIELD( 8, inode_t, d_ino); \ 90 FIELD(16, uint32_t, d_namlen); \ 91 FIELD(20, filetype_t, d_type); \ 95 FIELD( 0, filetype_t, fs_filetype); \ 96 FIELD( 2, fdflags_t, fs_flags); \ 97 FIELD( 8, rights_t, fs_rights_base); \ 98 FIELD(16, rights_t, fs_rights_inheriting); \ 102 FIELD( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 21 #define FIELD(name) FIELD2(name, name, name) macro 74 FIELD(kernel_code_entry_byte_offset), 75 FIELD(kernel_code_prefetch_byte_size), 120 FIELD(workitem_private_segment_byte_size), 121 FIELD(workgroup_group_segment_byte_size), 122 FIELD(gds_segment_byte_size), 123 FIELD(kernarg_segment_byte_size), 124 FIELD(workgroup_fbarrier_count), 125 FIELD(wavefront_sgpr_count), 126 FIELD(workitem_vgpr_coun 147 #undef FIELD global() macro [all...] |
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 336 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ 339 execute_CTX_##SETN##_##GETN##_##FIELD(OSSL_CMP_CTX_TEST_FIXTURE *fixture) \ 343 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \ 345 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \ 469 static int test_CTX_##SETN##_##GETN##_##FIELD(void) \ 472 EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \ 510 #define DEFINE_SET_GET_TEST(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE) \ 511 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, DUP, FIELD, \ 514 #define DEFINE_SET_GET_SK_TEST_DEFAULT(OSSL_CMP, CTX, N, M, FIELD, ELEM_TYPE, \ 516 DEFINE_SET_GET_BASE_TEST(OSSL_CMP##_##CTX, set##N, get##M, 1, FIELD, \ [all...] |
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_type_test.cc | 278 // ALL_FIELDS() calls the macro FIELD(ADDR, TYPE, NAME, SUFFIX) in TEST_F() 281 FIELD(0x0000, int, a, /*NO SUFFIX*/) \ in TEST_F() 282 FIELD(0x0004, int8_t, tint_pad, [124]) \ in TEST_F() 283 FIELD(0x0080, float, b, /*NO SUFFIX*/) \ in TEST_F() 284 FIELD(0x0084, int8_t, tint_pad_1, [124]) \ in TEST_F() 285 FIELD(0x0100, float2, c, /*NO SUFFIX*/) \ in TEST_F() 286 FIELD(0x0108, uint, d, /*NO SUFFIX*/) \ in TEST_F() 287 FIELD(0x010c, int8_t, tint_pad_2, [4]) \ in TEST_F() 288 FIELD(0x0110, packed_float3, e, /*NO SUFFIX*/) \ in TEST_F() 289 FIELD( in TEST_F() 322 #define FIELD TEST_F() macro 325 #undef FIELD TEST_F() macro 338 #define FIELD TEST_F() macro 340 #undef FIELD TEST_F() macro 343 #define FIELD TEST_F() macro 346 #undef FIELD TEST_F() macro 400 #define FIELD TEST_F() macro 403 #undef FIELD TEST_F() macro 428 #define FIELD TEST_F() macro 430 #undef FIELD TEST_F() macro 433 #define FIELD TEST_F() macro 436 #undef FIELD TEST_F() macro 496 #define FIELD TEST_F() macro 499 #undef FIELD TEST_F() macro 530 #define FIELD TEST_F() macro 532 #undef FIELD TEST_F() macro 535 #define FIELD TEST_F() macro 538 #undef FIELD TEST_F() macro 579 #define FIELD TEST_F() macro 582 #undef FIELD TEST_F() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_vector_ops.h | 25 #define FIELD(TYNAME, FIELDNAME) VectorOps<TYNAME>::FIELDNAME macro 26 #define TY(TYNAME) FIELD(TYNAME, Ty) 27 #define CASTTY(TYNAME) FIELD(TYNAME, CastTy) 48 (*FIELD(NAME, insertelement))(TY(NAME), CASTTY(NAME), int32_t) = \ 51 (*FIELD(NAME, Subzero_insertelement))(TY(NAME), CASTTY(NAME), int32_t) = \ 54 (*FIELD(NAME, extractelement))(TY(NAME), int32_t) = &extractelement_##NAME; \ 56 (*FIELD(NAME, Subzero_extractelement))(TY(NAME), int32_t) = \ 59 (*FIELD(NAME, shufflevector))(TY(NAME), TY(NAME), uint32_t) = \ 62 (*FIELD(NAME, Subzero_shufflevector))(TY(NAME), TY(NAME), uint32_t) = \ 64 uint32_t (*FIELD(NAM [all...] |
/third_party/elfio/elfio/ |
H A D | elfio_utils.hpp | 39 #define ELFIO_GET_ACCESS( TYPE, NAME, FIELD ) \ 42 return ( *convertor )( FIELD ); \ 45 #define ELFIO_SET_ACCESS( TYPE, NAME, FIELD ) \ 48 FIELD = decltype( FIELD )( value ); \ 49 FIELD = ( *convertor )( FIELD ); \ 51 #define ELFIO_GET_SET_ACCESS( TYPE, NAME, FIELD ) \ 54 return ( *convertor )( FIELD ); \ 58 FIELD [all...] |
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 980 #define INT_FIELD(FIELD) \ in __libelf_next_arhdr_wrlock() 983 char buf[sizeof (ar_hdr->FIELD) + 1]; \ in __libelf_next_arhdr_wrlock() 984 const char *string = ar_hdr->FIELD; \ in __libelf_next_arhdr_wrlock() 985 if (ar_hdr->FIELD[sizeof (ar_hdr->FIELD) - 1] != ' ') \ in __libelf_next_arhdr_wrlock() 987 *((char *) mempcpy (buf, ar_hdr->FIELD, sizeof (ar_hdr->FIELD))) \ in __libelf_next_arhdr_wrlock() 991 if (sizeof (elf_ar_hdr->FIELD) <= sizeof (long int)) \ in __libelf_next_arhdr_wrlock() 992 elf_ar_hdr->FIELD = (__typeof (elf_ar_hdr->FIELD)) ato in __libelf_next_arhdr_wrlock() [all...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 137-expand-macro-after-period.c | 1 #define FIELD(x) foo.x macro 3 FIELD(bar)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ConstrainedFieldPosition.java | 54 FIELD, enum constant 133 fConstraint = ConstraintType.FIELD; in constrainField() 328 case FIELD: in matchesField()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ConstrainedFieldPosition.java | 54 FIELD, enum constant 128 fConstraint = ConstraintType.FIELD; in constrainField() 312 case FIELD: in matchesField()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | spirv_validator_options.cpp | 64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() 66 options->universal_limits_.FIELD = limit; \ in spvValidatorOptionsSetUniversalLimit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | spirv_validator_options.cpp | 64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() 66 options->universal_limits_.FIELD = limit; \ in spvValidatorOptionsSetUniversalLimit()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 626 #define DEFINE_OSSL_CMP_CTX_set1(FIELD, TYPE) /* this uses _dup */ \ 627 int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, const TYPE *val) \ 638 TYPE##_free(ctx->FIELD); \ 639 ctx->FIELD = val_dup; \ 645 #define DEFINE_OSSL_CMP_CTX_set1_up_ref(FIELD, TYPE) \ 646 int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, TYPE *val) \ 660 TYPE##_free(ctx->FIELD); \ 661 ctx->FIELD = val; \
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 626 #define DEFINE_OSSL_CMP_CTX_set1(FIELD, TYPE) /* this uses _dup */ \ 627 int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, const TYPE *val) \ 638 TYPE##_free(ctx->FIELD); \ 639 ctx->FIELD = val_dup; \ 645 #define DEFINE_OSSL_CMP_CTX_set1_up_ref(FIELD, TYPE) \ 646 int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, TYPE *val) \ 660 TYPE##_free(ctx->FIELD); \ 661 ctx->FIELD = val; \
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-function-literal-id-reindexer.cc | 57 if (prop->kind() == ClassLiteralProperty::Kind::FIELD) { in VisitClassLiteral() 71 prop->kind() == ClassLiteralProperty::Kind::FIELD) { in VisitClassLiteral()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvlcar.c | 57 #define GXV_LCAR_DATA( FIELD ) GXV_TABLE_DATA( lcar, FIELD )
|
H A D | gxvopbd.c | 58 #define GXV_OPBD_DATA( FIELD ) GXV_TABLE_DATA( opbd, FIELD )
|
H A D | gxvtrak.c | 82 #define GXV_TRAK_DATA( FIELD ) GXV_TABLE_DATA( trak, FIELD )
|
/third_party/spirv-tools/source/ |
H A D | spirv_validator_options.cpp | 64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() 66 options->universal_limits_.FIELD = limit; \ in spvValidatorOptionsSetUniversalLimit()
|
/third_party/mesa3d/src/util/ |
H A D | macros.h | 321 * Check that STRUCT::FIELD can hold MAXVAL. We use a lot of bitfields 328 #define ASSERT_BITFIELD_SIZE(STRUCT, FIELD, MAXVAL) \ 331 s.FIELD = (MAXVAL); \ 332 assert((int) s.FIELD == (MAXVAL) && "Insufficient bitfield size!"); \
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-negatives.c | 422 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ 424 static int execute_CTX_##SETN##_##GETN##_##FIELD( \ 429 (int (*)(CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
|
/third_party/openssl/util/ |
H A D | check-format-test-negatives.c | 422 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ 424 static int execute_CTX_##SETN##_##GETN##_##FIELD( \ 429 (int (*)(CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.h | 1979 #define PROTOBUF_DEFINE_ACCESSOR(CLASS, FIELD, TYPE) \ 1980 inline TYPE CLASS::FIELD() const { return FIELD##_; } 1983 #define PROTOBUF_DEFINE_STRING_ACCESSOR(CLASS, FIELD) \ 1984 inline const std::string& CLASS::FIELD() const { return *FIELD##_; } 1987 #define PROTOBUF_DEFINE_ARRAY_ACCESSOR(CLASS, FIELD, TYPE) \ 1988 inline TYPE CLASS::FIELD(int index) const { return FIELD##s_ + index; }
|