| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_mul.c | 179 int tna = n + dna, tnb = n + dnb; local 209 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); 214 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 221 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */ 231 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 239 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_mul.c | 179 int tna = n + dna, tnb = n + dnb; local 209 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); 214 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 221 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */ 231 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 239 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_mul.c | 179 int tna = n + dna, tnb = n + dnb; local 209 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n); 214 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 221 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */ 231 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 239 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n) [all...] |
| /src/external/bsd/zstd/dist/tests/ |
| zstreamtest.c | 2666 const U32 tnb[2] = { 1, 3 }; /* barely/highly compressible */ local 2667 buffNb = tnb[buffNb >> 3]; 2669 const U32 tnb[2] = { 0, 4 }; /* not compressible / sparse */ local 2670 buffNb = tnb[buffNb >> 3]; 2942 const U32 tnb[2] = { 1, 3 }; /* barely/highly compressible */ local 2943 buffNb = tnb[buffNb >> 3]; 2945 const U32 tnb[2] = { 0, 4 }; /* not compressible / sparse */ local 2946 buffNb = tnb[buffNb >> 3];
|
| fuzzer.c | 495 static void test_compressBound(unsigned tnb) 497 DISPLAYLEVEL(3, "test%3u : compressBound : ", tnb); 517 static void test_decompressBound(unsigned tnb) 519 DISPLAYLEVEL(3, "test%3u : decompressBound : ", tnb); 570 static void test_setCParams(unsigned tnb) 576 DISPLAYLEVEL(3, "test%3u : ZSTD_CCtx_setCParams : ", tnb); 4730 const U32 tnb[2] = { 1, 3 }; /* barely/highly compressible */ local 4731 buffNb = tnb[buffNb >> 3]; 4733 const U32 tnb[2] = { 0, 4 }; /* not compressible / sparse */ local 4734 buffNb = tnb[buffNb >> 3] [all...] |