Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunctioncontext.c310 bool is_different; in CeedQFunctionContextSetGeneric() local
319 is_different = memcmp(&data[field_label->offset], values, field_label->size); in CeedQFunctionContextSetGeneric()
321 if (is_different) { in CeedQFunctionContextSetGeneric()