HomeSort by: relevance | last modified time | path
    Searched refs:t_one (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
asn1_encode_test.c 38 static unsigned char t_one[] = { variable
97 { v, sizeof(v), t_one, sizeof(t_one) }, \
99 t_one, sizeof(t_one), v, sizeof(v) \
105 CUSTOM_DATA(t_one),
210 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
248 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
301 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
349 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
asn1_encode_test.c 38 static unsigned char t_one[] = { variable
97 { v, sizeof(v), t_one, sizeof(t_one) }, \
98 { t_one, sizeof(t_one), v, sizeof(v) }
103 CUSTOM_DATA(t_one),
205 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
241 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
294 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
342 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_encode_test.c 38 static unsigned char t_one[] = { variable
97 { v, sizeof(v), t_one, sizeof(t_one) }, \
98 { t_one, sizeof(t_one), v, sizeof(v) }
103 CUSTOM_DATA(t_one),
205 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
241 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
294 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
342 CUSTOM_EXPECTED_SUCCESS(1, 1), /* t_one */
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 6168 tree t_one = build_one_cst (type);
6172 (rdiv @0 (sqrts (plus (mult @0 @0) { t_one; })))
6173 (copysigns { t_one; } @0))))))
6187 tree t_one = build_one_cst (type);
6192 (rdiv { t_one; } (sqrts (plus (mult @0 @0) { t_one; })))
6202 (with { tree t_one = build_one_cst (type); }
6203 (rdiv @0 (sqrts (mult (minus { t_one; } @0) (plus { t_one; } @0)))))))
6211 (with { tree t_one = build_one_cst (type);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
match.pd 7727 tree t_one = build_one_cst (type);
7731 (rdiv @0 (sqrts (plus (mult @0 @0) { t_one; })))
7732 (copysigns { t_one; } @0))))))
7746 tree t_one = build_one_cst (type);
7751 (rdiv { t_one; } (sqrts (plus (mult @0 @0) { t_one; })))
7761 (with { tree t_one = build_one_cst (type); }
7762 (rdiv @0 (sqrts (mult (minus { t_one; } @0) (plus { t_one; } @0)))))))
7770 (with { tree t_one = build_one_cst (type);
    [all...]

Completed in 32 milliseconds