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

  /src/external/bsd/unbound/dist/daemon/
cachedump.c 856 tA = 0, tAAAA = 0, tother = 0;
872 &ri, &delay, *worker->env.now, &tA, &tAAAA, &tother);
874 if(!ssl_printf(ssl, "expired, rto %d msec, tA %d "
875 "tAAAA %d tother %d.\n", ri.rto, tA, tAAAA,
897 "ping %d var %d rtt %d, tA %d, tAAAA %d, tother %d",
902 tA, tAAAA, tother))
  /src/external/bsd/unbound/dist/services/cache/
infra.c 599 uint8_t tA = ((struct infra_data*)e->data)->timeout_A;
615 ((struct infra_data*)e->data)->timeout_A = tA;
780 int* tA, int* tAAAA, int* tother)
795 *tA = (int)data->timeout_A;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
structs.c 30 #ifndef tA
31 typedef t tA;
34 typedef tA tB;
85 struct struct1 {tA a;};
86 struct struct2 {tA a; tB b;};
87 struct struct3 {tA a; tB b; tC c; };
88 struct struct4 {tA a; tB b; tC c; tD d; };
89 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
90 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
91 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; }
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
structs.c 30 #ifndef tA
31 typedef t tA;
34 typedef tA tB;
85 struct struct1 {tA a;};
86 struct struct2 {tA a; tB b;};
87 struct struct3 {tA a; tB b; tC c; };
88 struct struct4 {tA a; tB b; tC c; tD d; };
89 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
90 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
91 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; }
    [all...]

Completed in 21 milliseconds