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

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
crypto.c 2591 BIGNUM *c_n = n; local
2600 if (c_n == NULL || c_e == NULL || c_d == NULL || c_p == NULL ||
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 3754 HOST_WIDE_INT c_n = 1; local
3756 c_n = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (co));
3757 if (o_n != c_n)
3763 "%<ordered%> argument %wd", c_n, o_n); local

Completed in 40 milliseconds