Home
last modified time | relevance | path

Searched refs:S_DONE (Results 1 – 5 of 5) sorted by relevance

/trueos/lib/libc/stdio/
HDvfwscanf.c798 S_START, S_GOTSIGN, S_INF, S_NAN, S_DONE, S_MAYBEHEX, in parsefloat() enumerator
879 state = S_DONE; in parsefloat()
886 case S_DONE: in parsefloat()
HDvfscanf.c932 S_START, S_GOTSIGN, S_INF, S_NAN, S_DONE, S_MAYBEHEX, in parsefloat() enumerator
1006 state = S_DONE; in parsefloat()
1013 case S_DONE: in parsefloat()
/trueos/crypto/openssl/crypto/threads/
HDmttest.c351 #define S_DONE 2 macro
544 if (do_server && !(done & S_DONE)) { in doit()
593 done |= S_DONE; in doit()
598 if ((done & S_DONE) && (done & C_DONE)) in doit()
/trueos/crypto/openssl/ssl/
HDssltest.c1507 #define S_DONE 2 macro
1654 done = S_DONE | C_DONE; in doit()
1660 if (do_server && !(done & S_DONE)) { in doit()
1724 done |= S_DONE; in doit()
1729 if ((done & S_DONE) && (done & C_DONE)) in doit()
/trueos/sys/dev/cxgbe/common/
HDt4_regs.h40005 #define S_DONE 12 macro
40006 #define V_DONE(x) ((x) << S_DONE)