HomeSort by relevance Sort by last modified time
    Searched defs:cth (Results 1 - 12 of 12) sorted by null

  /external/libnetfilter_conntrack/src/
main.c 27 struct nfct_handle *cth; local
29 cth = malloc(sizeof(struct nfct_handle));
30 if (!cth)
32 memset(cth, 0, sizeof(*cth));
33 cth->nfnlh = nfnlh;
36 cth->nfnlssh_ct = nfnl_subsys_open2(cth->nfnlh,
41 if (!cth->nfnlssh_ct)
46 cth->nfnlssh_exp = nfnl_subsys_open2(cth->nfnlh
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lattice.c 39 float cth[MAX_AR_MODEL_ORDER]; local
53 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
59 gain1 *= cth[k];
60 inv_cth[k] = 1/cth[k];
77 g[i][0] = cth[i-1]*stateG[i-1] + sth[i-1]* f[i][0];
86 g[k+1][n+1] = cth[k]*g[k][n] + sth[k]* f[k+1][n+1];
120 float cth[MAX_AR_MODEL_ORDER]; local
133 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
138 gain1 = cth[k]*gain1;
151 ARf[i][0] = cth[i]*ARf[i+1][0] - sth[i]*stateG[i]
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java 838 ContentTypeHeader cth = new ContentType(contentType[i],contentSubtype[i]); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 418 ContentTypeHeader cth = new ContentType("message", "sipfrag"); local
419 buf.append("\r\n" + cth.toString());
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 117 milliseconds