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

  /external/tremolo/Tremolo/
floor0.c 165 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/
sslsock.c 76 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) {
    [all...]
sslsecur.c 180 if (ss->opt.fdx) {
184 if (ss->opt.fdx) {
    [all...]
sslimpl.h 325 unsigned int fdx : 1; /* 12 */ member in struct:sslOptionsStr
    [all...]

Completed in 60 milliseconds