Searched refs:tailcnt (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/src/regex/ |
H A D | fnmatch.c | 167 size_t pinc, sinc, tailcnt=0; in fnmatch_internal() local 212 tailcnt=0; in fnmatch_internal() 216 tailcnt++; in fnmatch_internal() 227 if (n < tailcnt) return FNM_NOMATCH; in fnmatch_internal() 229 /* Find the final tailcnt chars of str, accounting for UTF-8. in fnmatch_internal() 232 for (s=endstr; s>str && tailcnt; tailcnt--) { in fnmatch_internal() 236 if (tailcnt) return FNM_NOMATCH; in fnmatch_internal()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2216 # Encryption will process the (length -tailcnt) bytes as mentioned 2219 # Decryption will process the (length -tailcnt -1) bytes as mentioned 2228 my ($tailcnt,$midnum,$midnumx,$constnum,$constnumx)=("x21","w22","x22","w19","x19"); 2337 stp $tailcnt,$midnumx,[sp,#48] 2341 // tailcnt store the tail value of length%16. 2342 and $tailcnt,$len,#0xf 2850 tst $tailcnt,#0xf 2857 subs $tailcnt,$tailcnt,#1 2858 ldrb $l2outp,[$out,$tailcnt] [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2232 # Encryption will process the (length -tailcnt) bytes as mentioned 2235 # Decryption will process the (length -tailcnt -1) bytes as mentioned 2244 my ($tailcnt,$midnum,$midnumx,$constnum,$constnumx)=("x21","w22","x22","w19","x19"); 2353 stp $tailcnt,$midnumx,[sp,#48] 2357 // tailcnt store the tail value of length%16. 2358 and $tailcnt,$len,#0xf 2866 tst $tailcnt,#0xf 2873 subs $tailcnt,$tailcnt,#1 2874 ldrb $l2outp,[$out,$tailcnt] [all...] |
Completed in 7 milliseconds