Lines Matching refs:equal
42 je .equal
46 je .equal / Used all n chars?
49 jne .notequal_0 / Are the bytes equal?
51 je .equal / End of string?
54 je .equal / Used all n chars?
57 jne .notequal_1 / Are the bytes equal?
59 je .equal / End of string?
62 je .equal / Used all n chars?
65 jne .notequal_2 / Are the bytes equal?
67 je .equal / End of string?
70 je .equal / Used all n chars?
73 jne .notequal_3 / Are the bytes equal?
79 .equal: label