Home
last modified time | relevance | path

Searched refs:is_unknown (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h48 unsigned int is_unknown:1; /**< resource created for unknown handler */ member
/third_party/mesa3d/src/freedreno/rnn/
Drnndec.c153 static int is_unknown(const char *name) in is_unknown() function
210 if (((value & type_mask) == 0) && is_unknown(bitfields[i]->name)) in rnndec_decodeval()
214 const char *color = is_unknown(bitfields[i]->name) ? in rnndec_decodeval()
228 if (is_unknown(bitfields[i]->name) && (bitfields[i]->typeinfo.type != RNN_TTYPE_A3XX_REGID)) { in rnndec_decodeval()
/third_party/openssl/test/
Drun_tests.pl194 if ($self->is_unknown) {
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs246 fn is_unknown(&self) -> bool { in is_unknown() method
571 if abi.is_unknown() { in from_ty()
/third_party/libcoap/src/
Dresource.c343 r->is_unknown = 1;
537 if (resource->is_unknown) {
569 if (resource->is_unknown && (context->unknown_resource == resource)) {
Dnet.c2640 if ((resource == NULL) || (resource->is_unknown == 1) || in handle_request()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11092 bool is_unknown = p->top->m == NULL; in end_subobject() local
11094 if (!is_unknown) { in end_subobject()