Home
last modified time | relevance | path

Searched refs:equal (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Doption.h89 #error COAP_OPT_FILTER_SHORT + COAP_OPT_FILTER_LONG must be less or equal 16
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c6665 * umax_val is equal to umin_val. in scalar32_min_max_arsh()
6686 /* Upon reaching here, src_known is true and umax_val is equal in scalar_min_max_arsh()
7603 /* Regs are known to be equal, so intersect their min/max/var_off */
8985 bool equal; in regsafe() local
8992 equal = memcmp(rold, rcur, offsetof(struct bpf_reg_state, parent)) == 0; in regsafe()
8995 /* two stack pointers are equal only if they're pointing to in regsafe()
8998 return equal && rold->frameno == rcur->frameno; in regsafe()
9001 if (equal) { in regsafe()
9252 /* for states to be equal callsites have to be the same in states_equal()

Completed in 17 milliseconds