Lines Matching refs:n
39 combt,<,n r0,count,search /* N <= 0 yields equality */
42 search: combf,=,n s1,s2,findout /* s1 != s2? */
46 comibf,=,n 0,s1,checks1 /* s1 == NULL? */
51 comibf,=,n 0,s2,checkitout /* s2 == NULL? */
75 combt,=,n s1word,s2word,chknulls /* are these words equal? */
82 comibt,=,n 0,tmp3,done /* have we reached the end of string */
84 addibt,<=,n -1,count,done /* have we checked N chars? ret0 == 0 */
89 comibt,=,n 0,tmp3,done /* have we reached the end of string */
91 addibt,<=,n -1,count,done /* have we checked N chars? */
96 comibt,=,n 0,tmp3,done /* have we reached the end of string */
98 addibt,<=,n -1,count,done /* have we checked N chars? */
108 addibt,<=,n -4,count,zero /* have we checked N chars? */
119 combt,<,n r0,tmp3,shifts1 /* Do we shift s1 or s2 */
123 combt,=,n r0,tmp5,masks2 /* Do we need to mask beginning of s1 */
136 b,n chunk1 /* */
139 combf,=,n s1word,s2word,ckbyte2 /* */
141 addibt,<=,n -4,count,zero /* have we checked N chars? */
143 b,n zero
159 combt,=,n r0,tmp1,masks1 /* Do we need to mask beginning of s2 */
172 b,n chunk2 /* */
175 combf,=,n s2word,s1word,ckbyte2 /* */
177 addibt,<=,n -4,count,zero /* have we checked N chars? */
179 b,n zero /* zero ret0 and quit */