Searched refs:istissame (Results 1 – 7 of 7) sorted by relevance
59 if (istissame(FIX_4_0, version) && (ret <= 140)) in fix_check_id()61 else if (istissame(FIX_4_1, version) && (ret <= 211)) in fix_check_id()63 else if (istissame(FIX_4_2, version) && (ret <= 446)) in fix_check_id()65 else if (istissame(FIX_4_3, version) && (ret <= 659)) in fix_check_id()67 else if (istissame(FIX_4_4, version) && (ret <= 956)) in fix_check_id()72 else if (istissame(FIX_5_0, version) && (ret <= 1621)) in fix_check_id()
851 static inline int istissame(const struct ist ist1, const struct ist ist2) in istissame() function
776 static inline int istissame(const struct ist ist1, const struct ist ist2) in istissame() function
1528 - MINOR: ist: add istissame() function
2095 - MINOR: ist: add istissame() function
3511 - MINOR: ist: add istissame() function