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

  /external/embunit/src/
stdImpl.c 111 static char* _xtoa(unsigned long v,char *string, int r, int is_neg)
122 if (is_neg) {
  /external/srec/portable/src/
LCHAR.c 252 static void pxtoa(unsigned long val, LCHAR *buf, unsigned radix, int is_neg)
261 if (is_neg)
  /external/openssl/crypto/ec/
ec_mult.c 665 int is_neg; local
669 is_neg = digit < 0;
671 if (is_neg)
674 if (is_neg != r_is_inverted)

Completed in 378 milliseconds