HomeSort by: relevance | last modified time | path
    Searched defs:is_complete (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/etc/
update-copyright.py 297 def is_complete (self, match): member in class:Copyright
319 while not self.is_complete (match):
  /src/external/gpl3/binutils.old/dist/etc/
update-copyright.py 297 def is_complete (self, match): member in class:Copyright
319 while not self.is_complete (match):
  /src/external/gpl3/gcc/dist/contrib/
update-copyright.py 290 def is_complete (self, match): member in class:Copyright
312 while not self.is_complete (match):
  /src/external/gpl3/gcc.old/dist/contrib/
update-copyright.py 289 def is_complete (self, match): member in class:Copyright
311 while not self.is_complete (match):
  /src/external/mpl/bind/dist/lib/isc/
picohttpparser.c 222 is_complete(const char *buf, const char *buf_end, size_t last_len, int *ret) { function
460 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) {
544 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) {
569 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) {
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_dtls.c 37 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) \
40 is_complete = 1; \
42 is_complete = 0; \
43 if (is_complete) \
46 is_complete = 0; \
618 int i = -1, is_complete; local
687 is_complete);
689 if (is_complete) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_dtls.c 34 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
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; local
671 is_complete);
673 if (is_complete) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_dtls.c 34 #define RSMBLY_BITMASK_IS_COMPLETE(bitmask, msg_len, is_complete) { \
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; local
606 is_complete);
608 if (is_complete) {
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 1288 int is_complete = COMPLETE_TYPE_P (type);
1343 else if (is_volatile && !is_complete)
1429 if (!is_volatile || !is_complete || TREE_ADDRESSABLE (type))
1286 int is_complete = COMPLETE_TYPE_P (type); local
call.cc 191 static bool is_complete (tree);
2792 is_complete (tree t) function
2938 || is_complete (TYPE_PTRMEM_POINTED_TO_TYPE (type2))))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 1253 int is_complete = COMPLETE_TYPE_P (complete_type (type));
1256 if (is_volatile && !is_complete)
1386 if (is_reference || !is_volatile || !is_complete || TREE_ADDRESSABLE (type))
1413 int is_complete = COMPLETE_TYPE_P (complete_type (type));
1415 if (TYPE_VOLATILE (type) && !is_complete && (complain & tf_warning))
1251 int is_complete = COMPLETE_TYPE_P (complete_type (type)); local
1411 int is_complete = COMPLETE_TYPE_P (complete_type (type)); local
call.cc 182 static bool is_complete (tree);
2691 is_complete (tree t) function
2837 || is_complete (TYPE_PTRMEM_POINTED_TO_TYPE (type2))))
  /src/external/bsd/wpa/dist/src/radius/
radius_server.c 1370 int is_complete = 0; local
1486 is_complete = 1;
1544 if (is_complete) {
  /src/external/gpl3/gdb/dist/gdb/
rust-parse.c 1549 bool is_complete = current_token == COMPLETE;
1552 if (is_complete)
1548 bool is_complete = current_token == COMPLETE; local
  /src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c 1552 bool is_complete = current_token == COMPLETE;
1555 if (is_complete)
1551 bool is_complete = current_token == COMPLETE; local
  /src/external/mit/isl/dist/
isl_test.c 4473 int is_nonneg, is_parallel, is_tilable, is_injection, is_complete; local
4516 is_complete = isl_union_set_is_subset(D, domain);
4569 is_injection < 0 || is_complete < 0)
4571 if (!is_complete)

Completed in 94 milliseconds