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

  /external/openssl/crypto/asn1/
tasn_fre.c 82 const ASN1_EXTERN_FUNCS *ef; local
141 ef = it->funcs;
142 if (ef && ef->asn1_ex_free)
143 ef->asn1_ex_free(pval, it);
tasn_new.c 93 const ASN1_EXTERN_FUNCS *ef; local
114 ef = it->funcs;
115 if (ef && ef->asn1_ex_new)
117 if (!ef->asn1_ex_new(pval, it))
232 const ASN1_EXTERN_FUNCS *ef; local
238 ef = it->funcs;
239 if (ef && ef->asn1_ex_clear)
240 ef->asn1_ex_clear(pval, it)
    [all...]
tasn_enc.c 137 const ASN1_EXTERN_FUNCS *ef; local
180 ef = it->funcs;
181 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
tasn_prn.c 196 const ASN1_EXTERN_FUNCS *ef; local
244 ef = it->funcs;
245 if (ef && ef->asn1_ex_print)
247 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
tasn_dec.c 160 const ASN1_EXTERN_FUNCS *ef; local
238 ef = it->funcs;
239 return ef->asn1_ex_d2i(pval, in, len,
  /external/quake/quake/src/QW/client/
gl_refrag.c 53 efrag_t *ef, *old, *walk, **prev; local
55 ef = ent->efrag;
57 while (ef)
59 prev = &ef->leaf->efrags;
65 if (walk == ef)
67 *prev = ef->leafnext;
74 old = ef;
75 ef = ef->entnext;
92 efrag_t *ef; local
    [all...]
r_efrag.c 54 efrag_t *ef, *old, *walk, **prev; local
56 ef = ent->efrag;
58 while (ef)
60 prev = &ef->leaf->efrags;
66 if (walk == ef)
68 *prev = ef->leafnext;
75 old = ef;
76 ef = ef->entnext;
93 efrag_t *ef; local
    [all...]
  /external/quake/quake/src/WinQuake/
gl_refrag.cpp 53 efrag_t *ef, *old, *walk, **prev; local
55 ef = ent->efrag;
57 while (ef)
59 prev = &ef->leaf->efrags;
65 if (walk == ef)
67 *prev = ef->leafnext;
74 old = ef;
75 ef = ef->entnext;
92 efrag_t *ef; local
    [all...]
r_efrag.cpp 54 efrag_t *ef, *old, *walk, **prev; local
56 ef = ent->efrag;
58 while (ef)
60 prev = &ef->leaf->efrags;
66 if (walk == ef)
68 *prev = ef->leafnext;
75 old = ef;
76 ef = ef->entnext;
93 efrag_t *ef; local
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 200 const RSExportForEach *ef = *I; local
201 if (ef->isDummyRoot()) {
208 ss << "void forEach_" << ef->getName() << "(";
210 if (ef->hasIn()) {
215 if (ef->hasOut() || ef->hasReturn()) {
220 const RSExportRecordType *ERT = ef->getParamPacketType();
222 for (RSExportForEach::const_param_iterator i = ef->params_begin(),
223 e = ef->params_end(); i != e; i++) {
239 const RSExportFunc *ef = *I local
316 const RSExportForEach *ef = *I; local
383 const RSExportFunc *ef = *I; local
    [all...]
  /external/iptables/iptables/
xtoptions.c 961 unsigned int ef = 1 << entry->id, of = 1 << other->id; local
971 if ((xflags & (ef | of)) != (ef | of))
  /cts/tools/dasm/src/dasm/
DAsm.java 371 EncodedField ef = new EncodedField(field, access); local
377 classDef.addStaticField(ef, null);
379 classDef.addInstanceField(ef);
    [all...]
  /external/libpcap/
gencode.h 241 struct edge ef; member in struct:block
330 #define JF(b) ((b)->ef.succ)
  /external/regex-re2/re2/
parse.cc 244 CaseFold* ef = f + n; local
263 if (f < ef)
787 // A(B(C|D)|EF)|BC(X|Y)
789 // A(B[CD]|EF)|BC[XY]
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1])
269 ef[0][i] /= (aec->xPow[i] + 1e-10f);
270 ef[1][i] /= (aec->xPow[i] + 1e-10f);
271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]);
275 ef[0][i] *= absEf;
276 ef[1][i] *= absEf;
280 ef[0][i] *= aec->mu
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 2807 final Iterator<Effect> ef = t.getAllEffects().iterator(); local
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 484 milliseconds