HomeSort by: relevance | last modified time | path
    Searched defs:third (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
several_tcs_helper.c 55 ATF_TC_WITHOUT_HEAD(third); variable
56 ATF_TC_BODY(third, tc)
64 ATF_TP_ADD_TC(tp, third);
  /src/external/public-domain/xz/dist/tests/
test_index.c 282 // Test with a third Stream
283 lzma_index *third = lzma_index_init(NULL); local
284 assert_true(third != NULL);
287 assert_lzma_ret(lzma_index_stream_flags(third, &stream_flags),
290 assert_uint_eq(lzma_index_checks(third),
293 assert_lzma_ret(lzma_index_cat(idx, third, NULL), LZMA_OK);
668 lzma_index *third = lzma_index_init(NULL); local
669 assert_true(third != NULL);
672 assert_lzma_ret(lzma_index_cat(first, third, NULL), LZMA_OK);
730 lzma_index *third = lzma_index_init(NULL) local
869 lzma_index *third = lzma_index_init(NULL); local
1337 lzma_index *third = lzma_index_init(NULL); local
    [all...]
  /src/sbin/nvmectl/
bignum.c 1744 third(mp_int * a, mp_int *c, mp_digit * d) function
2020 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2024 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
2887 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2891 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
4433 return third(a, c, d);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 1748 third(mp_int * a, mp_int *c, mp_digit * d) function
2024 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2028 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
2891 if ((res = third(&w1, &w1, NULL)) != MP_OKAY) {
2895 if ((res = third(&w3, &w3, NULL)) != MP_OKAY) {
4456 return third(a, c, d);
  /src/external/bsd/libevent/dist/test/
regress_http.c 1673 struct evhttp *second = NULL, *third = NULL; local
1684 third = evhttp_new(NULL);
1685 evhttp_set_cb(third, "/blackcoffee", http_basic_cb, http);
1691 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) {
1697 tt_assert(evhttp_add_server_alias(third, "bonkers.org") == 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 1670 struct evhttp *second = NULL, *third = NULL; local
1681 third = evhttp_new(NULL);
1682 evhttp_set_cb(third, "/blackcoffee", http_basic_cb, http);
1688 if (evhttp_add_virtual_host(http, "bar.*.foo.com", third) == -1) {
1694 tt_assert(evhttp_add_server_alias(third, "bonkers.org") == 0);
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 3455 /* The third production is ambiguous with the old unresolved-name syntax
3683 struct demangle_component *third; local
3693 third = d_expression_1 (di);
3694 if (third == NULL)
3702 third = d_expression_1 (di);
3703 if (third == NULL)
3716 third = NULL;
3723 third = d_exprlist (di, 'E');
3728 third = d_expression_1 (di);
3740 second, third)));
6007 struct demangle_component *third = d_right (d_right (d_right (dc))); local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 3455 /* The third production is ambiguous with the old unresolved-name syntax
3683 struct demangle_component *third; local
3693 third = d_expression_1 (di);
3694 if (third == NULL)
3702 third = d_expression_1 (di);
3703 if (third == NULL)
3716 third = NULL;
3723 third = d_exprlist (di, 'E');
3728 third = d_expression_1 (di);
3740 second, third)));
6007 struct demangle_component *third = d_right (d_right (d_right (dc))); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 3327 /* The third production is ambiguous with the old unresolved-name syntax
3555 struct demangle_component *third; local
3565 third = d_expression_1 (di);
3566 if (third == NULL)
3574 third = d_expression_1 (di);
3575 if (third == NULL)
3588 third = NULL;
3595 third = d_exprlist (di, 'E');
3600 third = d_expression_1 (di);
3612 second, third)));
5694 struct demangle_component *third = d_right (d_right (d_right (dc))); local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 3455 /* The third production is ambiguous with the old unresolved-name syntax
3683 struct demangle_component *third; local
3693 third = d_expression_1 (di);
3694 if (third == NULL)
3702 third = d_expression_1 (di);
3703 if (third == NULL)
3716 third = NULL;
3723 third = d_exprlist (di, 'E');
3728 third = d_expression_1 (di);
3740 second, third)));
6007 struct demangle_component *third = d_right (d_right (d_right (dc))); local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 3455 /* The third production is ambiguous with the old unresolved-name syntax
3683 struct demangle_component *third; local
3693 third = d_expression_1 (di);
3694 if (third == NULL)
3702 third = d_expression_1 (di);
3703 if (third == NULL)
3716 third = NULL;
3723 third = d_exprlist (di, 'E');
3728 third = d_expression_1 (di);
3740 second, third)));
6007 struct demangle_component *third = d_right (d_right (d_right (dc))); local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
cp-demangle.c 3467 /* The third production is ambiguous with the old unresolved-name syntax
3695 struct demangle_component *third; local
3705 third = d_expression_1 (di);
3706 if (third == NULL)
3714 third = d_expression_1 (di);
3715 if (third == NULL)
3728 third = NULL;
3735 third = d_exprlist (di, 'E');
3740 third = d_expression_1 (di);
3752 second, third)));
6048 struct demangle_component *third = d_right (d_right (d_right (dc))); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 1399 const char *first, *second, *third;
1398 const char *first, *second, *third; member in struct:c_omp_directive
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 1266 const char *first, *second, *third;
1265 const char *first, *second, *third; member in struct:c_omp_directive

Completed in 63 milliseconds