Lines Matching refs:equal
46 je .equal
51 je .equal / Used all n chars?
54 jne .notequal_0 / Are the bytes equal?
56 je .equal / End of string?
59 je .equal / Used all n chars?
62 jne .notequal_1 / Are the bytes equal?
64 je .equal / End of string?
67 je .equal / Used all n chars?
70 jne .notequal_2 / Are the bytes equal?
72 je .equal / End of string?
75 je .equal / Used all n chars?
78 jne .notequal_3 / Are the bytes equal?
84 .equal: