/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | statem_dtls.c | 34 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \ argument 36 is_complete = 1; \ 37 … if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \ 38 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \ 39 if (bitmask[ii] != 0xff) { is_complete = 0; break; } } 535 int i = -1, is_complete; in dtls1_reassemble_fragment() local 606 is_complete); in dtls1_reassemble_fragment() 608 if (is_complete) { in dtls1_reassemble_fragment()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | statem_dtls.c | 34 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \ argument 36 is_complete = 1; \ 37 … if (bitmask[(((msg_len) - 1) >> 3)] != bitmask_end_values[((msg_len) & 7)]) is_complete = 0; \ 38 if (is_complete) for (ii = (((msg_len) - 1) >> 3) - 1; ii >= 0 ; ii--) \ 39 if (bitmask[ii] != 0xff) { is_complete = 0; break; } } 600 int i = -1, is_complete; in dtls1_reassemble_fragment() local 671 is_complete); in dtls1_reassemble_fragment() 673 if (is_complete) { in dtls1_reassemble_fragment()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | picohttpparser.c | 220 is_complete(const char *buf, const char *buf_end, size_t last_len, int *ret) { in is_complete() function 458 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) { in phr_parse_request() 542 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) { in phr_parse_response() 567 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) { in phr_parse_headers()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cvt.c | 1244 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void() local 1247 if (is_volatile && !is_complete) in convert_to_void() 1377 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type)) in convert_to_void() 1404 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void() local 1406 if (TYPE_VOLATILE (type) && !is_complete && (complain & tf_warning)) in convert_to_void()
|
H A D | call.c | 191 static bool is_complete (tree); 2627 is_complete (tree t) in is_complete() function 2768 || is_complete (TYPE_PTRMEM_POINTED_TO_TYPE (type2)))) in add_builtin_candidate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cvt.cc | 1251 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void() local 1254 if (is_volatile && !is_complete) in convert_to_void() 1384 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type)) in convert_to_void() 1411 int is_complete = COMPLETE_TYPE_P (complete_type (type)); in convert_to_void() local 1413 if (TYPE_VOLATILE (type) && !is_complete && (complain & tf_warning)) in convert_to_void()
|
H A D | call.cc | 182 static bool is_complete (tree); 2691 is_complete (tree t) in is_complete() function 2837 || is_complete (TYPE_PTRMEM_POINTED_TO_TYPE (type2)))) in add_builtin_candidate()
|
H A D | ChangeLog-1997 | 2387 (is_complete): Likewise.
|
H A D | ChangeLog-2002 | 475 ,implicit_conversion, is_complete, promoted_arithmetic_type_p,
|
H A D | ChangeLog-2000 | 5245 * call.c (is_complete, convert_like_real,
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | update-copyright.py | 286 def is_complete (self, match): member in Copyright 308 while not self.is_complete (match):
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | update-copyright.py | 289 def is_complete (self, match): member in Copyright 311 while not self.is_complete (match):
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test.c | 4473 int is_nonneg, is_parallel, is_tilable, is_injection, is_complete; in test_one_schedule() local 4516 is_complete = isl_union_set_is_subset(D, domain); in test_one_schedule() 4569 is_injection < 0 || is_complete < 0) in test_one_schedule() 4571 if (!is_complete) in test_one_schedule()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.11 | 9320 is_complete. 9321 (gen_enumeration_type_die): Lose is_complete. 9322 (gen_type_die): Lose is_complete.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 9320 is_complete. 9321 (gen_enumeration_type_die): Lose is_complete. 9322 (gen_type_die): Lose is_complete.
|