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

  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 85 int yylex(FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0) {
86 switch_streams(new_in, new_out);
93 FLEX_STD ostream* new_out = 0) = 0;
134 FLEX_STD ostream* new_out = 0);
  /external/boringssl/src/crypto/bn/
gcd.c 402 BIGNUM *new_out = NULL; local
404 new_out = BN_new();
405 if (new_out == NULL) {
409 out = new_out;
438 BN_free(new_out);

Completed in 981 milliseconds