Searched refs:taillen (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/aes/asm/ |
D | aesp8-ppc.pl | 1931 my $taillen = $key2; 2028 andi. $taillen,$len,15 2030 subi $taillen,$taillen,16 2032 and r0,r0,$taillen 2085 and r0,r0,$taillen 2414 my $taillen=$x70; 2526 andi. $taillen,$len,15 2537 sub $len,$len,$taillen 2854 add $inp,$inp,$taillen 2855 cmpwi $taillen,0 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aesp8-ppc.pl | 1931 my $taillen = $key2; 2028 andi. $taillen,$len,15 2030 subi $taillen,$taillen,16 2032 and r0,r0,$taillen 2085 and r0,r0,$taillen 2414 my $taillen=$x70; 2526 andi. $taillen,$len,15 2537 sub $len,$len,$taillen 2854 add $inp,$inp,$taillen 2855 cmpwi $taillen,0 [all …]
|
/third_party/python/Python/ |
D | traceback.c | 301 size_t taillen; in _Py_FindSourceFile() local 323 taillen = strlen(tail); in _Py_FindSourceFile() 344 if (len + 1 + (Py_ssize_t)taillen >= (Py_ssize_t)namelen - 1) { in _Py_FindSourceFile()
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
D | pem_lib.c | 925 int len, taillen, headerlen, ret = 0; in PEM_read_bio_ex() local 967 &taillen) < 0) { in PEM_read_bio_ex() 971 len += taillen; in PEM_read_bio_ex()
|
/third_party/openssl/crypto/pem/ |
D | pem_lib.c | 925 int len, taillen, headerlen, ret = 0; in PEM_read_bio_ex() local 967 &taillen) < 0) { in PEM_read_bio_ex() 971 len += taillen; in PEM_read_bio_ex()
|
/third_party/tzdata/ |
D | zic.c | 1399 size_t i, taillen, dir_len = 0, dotdots = 0; in relname() local 1419 taillen = strlen(f + dir_len); in relname() 1420 dotdotetcsize = size_sum(size_product(dotdots, 3), taillen + 1); in relname() 1426 memmove(result + 3 * dotdots, f + dir_len, taillen + 1); in relname()
|