Searched refs:fdx (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Dfloor0.c165 int fdx=n; local
166 int fbase=nyq/fdx;
168 int fdy=nyq-fbase*fdx;
321 if(ferr>=fdx){
322 ferr-=fdx;
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c76 PR_FALSE, /* fdx */
689 ss->opt.fdx = on;
738 if (on && ss->opt.fdx) {
853 case SSL_ENABLE_FDX: on = ss->opt.fdx; break;
917 case SSL_ENABLE_FDX: on = ssl_defaults.fdx; break;
1034 ssl_defaults.fdx = on;
1071 if (on && ssl_defaults.fdx) {
2226 if (!ss->opt.fdx)
2247 if (!ss->opt.fdx)
2267 if (!ss->opt.fdx)
[all...]
H A Dsslsecur.c180 if (ss->opt.fdx) {
184 if (ss->opt.fdx) {
1196 if (!ssl_SocketIsBlocking(ss) && !ss->opt.fdx) {
H A Dsslimpl.h325 unsigned int fdx : 1; /* 12 */ member in struct:sslOptionsStr

Completed in 308 milliseconds