Home
last modified time | relevance | path

Searched refs:ptr_data (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-common.c225 struct ptr_data struct
239 struct saving_hasher : free_ptr_hash <ptr_data> argument
242 static inline hashval_t hash (const ptr_data *);
243 static inline bool equal (const ptr_data *, const void *);
247 saving_hasher::hash (const ptr_data *p) in hash()
253 saving_hasher::equal (const ptr_data *p1, const void *p2) in equal()
266 struct ptr_data **slot; in gt_pch_note_object()
271 slot = (struct ptr_data **) in gt_pch_note_object()
280 *slot = XCNEW (struct ptr_data); in gt_pch_note_object()
297 struct ptr_data *data; in gt_pch_note_reorder()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc-common.c300 struct ptr_data struct
320 struct ptr_data **slot; in gt_pch_note_object() argument
325 slot = (struct ptr_data **) in gt_pch_note_object()
335 *slot = XCNEW (struct ptr_data); in gt_pch_note_object()
353 struct ptr_data *data; in gt_pch_note_reorder()
358 data = (struct ptr_data *) in gt_pch_note_reorder()
370 return POINTER_HASH (((const struct ptr_data *)p)->obj); in saving_htab_hash()
376 return ((const struct ptr_data *)p1)->obj == p2; in saving_htab_eq()
386 struct ptr_data **ptrs;
395 struct ptr_data *d = (struct ptr_data *)*slot; in call_count()
[all …]
/dflybsd-src/contrib/tcpdump/
H A Dprint-radius.c104 #define PRINT_HEX(bytes_len, ptr_data) \ argument
107 ND_PRINT("%02X", *ptr_data ); \
108 ptr_data++; \