Searched refs:old_result (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/common/
H A Ddns.c342 u_int32_t old_result; local
345 old_result = htonl((u_int32_t)result);
349 iov[0].len = sizeof(old_result);
350 iov[0].buf = (char *)&old_result;
366 u_int32_t old_result; local
372 if (length < (sizeof(old_result) + TRACE_PTR_LEN)) {
377 memcpy(&old_result, buf, sizeof(old_result));
378 memcpy(old_pointer, buf + sizeof(old_result), TRACE_PTR_LEN);
409 eventp->result = ntohl(old_result);
448 u_int32_t old_result; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc2273 tree old_result = DECL_TEMPLATE_RESULT (olddecl);
2275 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
2281 DECL_ATTRIBUTES (old_result)
2282 = (*targetm.merge_decl_attributes) (old_result, new_result);
2297 (old_result, new_result);
2305 DECL_UNIQUE_FRIEND_P (old_result) = false;
2309 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
2312 if (DECL_INITIAL (old_result))
2313 DECL_UNINLINABLE (old_result) = 1;
2315 DECL_UNINLINABLE (old_result)
2268 tree old_result = DECL_TEMPLATE_RESULT (olddecl); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c2124 tree old_result = DECL_TEMPLATE_RESULT (olddecl);
2126 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
2132 DECL_ATTRIBUTES (old_result)
2133 = (*targetm.merge_decl_attributes) (old_result, new_result);
2148 (old_result, new_result, olddecl_hidden_friend);
2153 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
2156 if (DECL_INITIAL (old_result))
2157 DECL_UNINLINABLE (old_result) = 1;
2159 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
2160 DECL_EXTERNAL (old_result)
2119 tree old_result = DECL_TEMPLATE_RESULT (olddecl); local
[all...]

Completed in 234 milliseconds