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

  /src/usr.bin/ruptime/
ruptime.c 74 static int tcmp(const void *, const void *);
106 cmp = tcmp;
228 return (tcmp(a1, a2));
244 return (tcmp(a1, a2));
255 tcmp(const void *a1, const void *a2) function
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 958 tree tcmp; local
963 tcmp = lower_struct_comparison (code, ts->sym, t1ref, t2ref);
968 tcmp = build_boolop (code, t1ref, t2ref);
974 tcmp = build_float_identity (code, t1ref, t2ref);
982 tcmp = build_boolop (tcode, req, ieq);
1003 tcmp = build_boolop (code, t1ref, t2ref);
1008 tcmp = build_memcmp_call (build_address (t1ref),
1011 tcmp = build_boolop (code, tcmp, integer_zero_node);
1015 tmemcmp = (tmemcmp) ? build_boolop (tcode, tmemcmp, tcmp) : tcmp
    [all...]

Completed in 48 milliseconds