HomeSort by relevance Sort by last modified time
    Searched refs:DP_F_PLUS (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/util/
snprintf.c 128 #define DP_F_PLUS (1 << 1)
186 flags |= DP_F_PLUS;
467 if (flags & DP_F_PLUS) /* Do a sign (+/i) */
599 if (flags & DP_F_PLUS) /* Do a sign (+/i) */
  /external/openssl/crypto/bio/
b_print.c 151 #define DP_F_PLUS (1 << 1)
213 flags |= DP_F_PLUS;
500 } else if (flags & DP_F_PLUS)
629 else if (flags & DP_F_PLUS)

Completed in 270 milliseconds