/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 41 #define DEREF(memory, type) *(type*)(memory) macro 128 DEREF(memory, float) = NUM2DBL(value); in native_slot_set_value_and_case() 134 DEREF(memory, double) = NUM2DBL(value); in native_slot_set_value_and_case() 145 DEREF(memory, int8_t) = val; in native_slot_set_value_and_case() 154 DEREF(memory, VALUE) = value; in native_slot_set_value_and_case() 165 DEREF(memory, VALUE) = value; in native_slot_set_value_and_case() 186 DEREF(memory, int32_t) = int_val; in native_slot_set_value_and_case() 196 DEREF(memory, int32_t) = NUM2INT(value); in native_slot_set_value_and_case() 199 DEREF(memory, int64_t) = NUM2LL(value); in native_slot_set_value_and_case() 202 DEREF(memory, uint32_t) = NUM2UINT(value); in native_slot_set_value_and_case() [all …]
|
D | encode_decode.c | 51 #define DEREF(msg, ofs, type) *(type*)(((uint8_t *)msg) + ofs) macro 111 return (void*)DEREF(msg, *ofs, VALUE); in startseq_handler() 161 DEREF(msg, *ofs, VALUE) = str; in str_handler() 173 DEREF(msg, *ofs, VALUE) = str; in bytes_handler() 211 if (DEREF(msg, submsgdata->ofs, VALUE) == Qnil) { in submsg_handler() 212 DEREF(msg, submsgdata->ofs, VALUE) = in submsg_handler() 216 submsg_rb = DEREF(msg, submsgdata->ofs, VALUE); in submsg_handler() 250 VALUE map_rb = DEREF(msg, mapdata->ofs, VALUE); in startmapentry_handler() 320 DEREF(closure, oneofdata->case_ofs, uint32_t) = \ 322 DEREF(closure, oneofdata->ofs, ctype) = val; \ [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 17 #define DEREF(memory, type) *(type*)(memory) macro 88 return int32_to_zval(DEREF(memory, int32_t)); in native_slot_get() 104 DEREF(memory, float) = 0.0; in native_slot_init() 107 DEREF(memory, double) = 0.0; in native_slot_init() 110 DEREF(memory, int8_t) = 0; in native_slot_init() 125 DEREF(memory, int32_t) = 0; in native_slot_init() 128 DEREF(memory, int64_t) = 0; in native_slot_init() 131 DEREF(memory, uint32_t) = 0; in native_slot_init() 134 DEREF(memory, uint64_t) = 0; in native_slot_init() 155 DEREF(memory, float) = Z_DVAL_P(value); in native_slot_set_value_and_case() [all …]
|
/external/clang/test/Analysis/ |
D | html-diags-multifile.h | 1 #define DEREF(p) *p = 0xDEADBEEF macro 3 DEREF(p); in has_bug()
|
D | html-diags.c | 16 #define DEREF(p) *p = 0xDEADBEEF macro 19 DEREF(p); in has_bug()
|
/external/llvm/test/Transforms/InstCombine/ |
D | load-combine-metadata-4.ll | 8 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]] 17 ; CHECK: ![[DEREF]] = !{i64 4}
|
D | load-combine-metadata-3.ll | 8 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]] 17 ; CHECK: ![[DEREF]] = !{i64 4}
|
D | phi-load-metadata-2.ll | 9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]] 27 ; CHECK: ![[DEREF]] = !{i64 8}
|
D | phi-load-metadata-3.ll | 9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]] 27 ; CHECK: ![[DEREF]] = !{i64 8}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | load-combine-metadata-4.ll | 8 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]] 17 ; CHECK: ![[DEREF]] = !{i64 4}
|
D | load-combine-metadata-3.ll | 8 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]] 17 ; CHECK: ![[DEREF]] = !{i64 4}
|
D | phi-load-metadata-2.ll | 9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]] 27 ; CHECK: ![[DEREF]] = !{i64 8}
|
D | phi-load-metadata-3.ll | 9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]] 27 ; CHECK: ![[DEREF]] = !{i64 8}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-load-metadata-2.ll | 9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]] 29 ; CHECK: ![[DEREF]] = !{i64 8}
|
D | preserve-load-metadata-3.ll | 9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]] 29 ; CHECK: ![[DEREF]] = !{i64 8}
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-load-metadata-3.ll | 9 ; CHECK-SAME: !dereferenceable_or_null ![[DEREF:[0-9]+]] 29 ; CHECK: ![[DEREF]] = !{i64 8}
|
D | preserve-load-metadata-2.ll | 9 ; CHECK-SAME: !dereferenceable ![[DEREF:[0-9]+]] 29 ; CHECK: ![[DEREF]] = !{i64 8}
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 1491 #define STRING_HASH(TYPE, STR, STRLEN, DEREF) \ argument 1499 hash = (hash * 37) + DEREF; \
|