Home
last modified time | relevance | path

Searched refs:is_complete (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_dtls.c34 #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 Dstatem_dtls.c34 #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 Dpicohttpparser.c220 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 Dcvt.c1244 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 Dcall.c191 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 Dcvt.cc1251 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 Dcall.cc182 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 DChangeLog-19972387 (is_complete): Likewise.
H A DChangeLog-2002475 ,implicit_conversion, is_complete, promoted_arithmetic_type_p,
H A DChangeLog-20005245 * call.c (is_complete, convert_like_real,
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py286 def is_complete (self, match): member in Copyright
308 while not self.is_complete (match):
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py289 def is_complete (self, match): member in Copyright
311 while not self.is_complete (match):
/netbsd-src/external/mit/isl/dist/
H A Disl_test.c4473 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 DFSFChangeLog.119320 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 DFSFChangeLog.119320 is_complete.
9321 (gen_enumeration_type_die): Lose is_complete.
9322 (gen_type_die): Lose is_complete.