Searched refs:ef (Results 1 - 25 of 46) sorted by relevance

12

/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h40 GLubyte *ef = VB->EdgeFlag; local
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
69 if (ef[e1]) POINT( v[1] );
70 if (ef[e2]) POINT( v[2] );
75 if (ef[e2]) LINE( v[2], v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
77 if (ef[e
104 GLubyte *ef = VB->EdgeFlag; local
[all...]
/external/clang/test/Sema/
H A Dwarn-bad-function-cast.c11 enum e { E1 } ef(void);
31 (enum f { F1 })ef();
42 (int)ef(); /* expected-warning {{cast from function call of type 'enum e' to non-matching type 'int'}} */
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c51 const GLubyte *ef,
64 const GLubyte *ef,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
90 const GLubyte *ef,
98 if (ef[e
63 _swsetup_edge_render_line_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
89 _swsetup_edge_render_point_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
117 GLubyte *ef = VB->EdgeFlag; local
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py353 ef = glx_enum_function( func.name, api.enums_by_name )
354 if len(ef.enums) == 0:
357 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
358 sig = ef.signature()
363 ef.Print( func.name )
391 ef = glx_enum_function( func.name, api.enums_by_name )
392 if len(ef.enums) == 0:
395 if (ef.is_set() and self.emit_set) or (not ef
[all...]
/external/boringssl/src/crypto/asn1/
H A Dtasn_new.c93 const ASN1_EXTERN_FUNCS *ef; local
112 ef = it->funcs;
113 if (ef && ef->asn1_ex_new)
115 if (!ef->asn1_ex_new(pval, it))
231 const ASN1_EXTERN_FUNCS *ef; local
237 ef = it->funcs;
238 if (ef && ef->asn1_ex_clear)
239 ef
[all...]
H A Dtasn_fre.c80 const ASN1_EXTERN_FUNCS *ef; local
139 ef = it->funcs;
140 if (ef && ef->asn1_ex_free)
141 ef->asn1_ex_free(pval, it);
H A Dtasn_prn.c196 const ASN1_EXTERN_FUNCS *ef; local
245 ef = it->funcs;
246 if (ef && ef->asn1_ex_print)
248 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
H A Dtasn_enc.c135 const ASN1_EXTERN_FUNCS *ef; local
178 ef = it->funcs;
179 return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c75 static void ScaleErrorSignalSSE2(aec_t *aec, float ef[2][PART_LEN1]) argument
85 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]);
86 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]);
109 _mm_storeu_ps(&ef[0][i], ef_re);
110 _mm_storeu_ps(&ef[1][i], ef_im);
115 ef[0][i] /= (aec->xPow[i] + 1e-10f);
116 ef[1][i] /= (aec->xPow[i] + 1e-10f);
117 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[
131 FilterAdaptationSSE2(aec_t *aec, float *fft, float ef[2][PART_LEN1]) argument
[all...]
H A Daec_core.h158 typedef void (*WebRtcAec_ScaleErrorSignal_t)(aec_t *aec, float ef[2][PART_LEN1]);
161 (aec_t *aec, float *fft, float ef[2][PART_LEN1]);
H A Daec_core.c264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1]) argument
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[
311 FilterAdaptation(aec_t *aec, float *fft, float ef[2][PART_LEN1]) argument
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
[all...]
/external/pcre/dist/
H A DCheckMan55 if (/\\[^ef]|\\f[^IBP]/)
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_rendertmp.h205 GLboolean ef2, ef1, ef; local
218 ef = EDGEFLAG_GET( ej );
228 EDGEFLAG_SET( ej, ef );
261 GLboolean ef = EDGEFLAG_GET( ej ); local
274 EDGEFLAG_SET( ej, ef );
321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
324 EDGEFLAG_SET( ELT(j), ef ); local
409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); local
425 EDGEFLAG_SET( ELT(j), ef ); local
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h40 const unsigned ef = pvs->draw->vs.edgeflag_output; local
144 if ((flags & DO_EDGEFLAG) && ef) {
145 const float *edgeflag = out->data[ef];
/external/valgrind/memcheck/tests/amd64/
H A Dfxsave-amd64.stdout.exp18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
92 272 01 ef c
[all...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
H A Dconnect_br.tcl43 set ef ""
44 catch {set ef [eof $client_fh]}
45 if {$ef == 1} {
53 set ef ""
54 catch {set ef [eof $server_fh]}
55 if {$ef == 1} {
67 set ef ""
68 catch {set ef [eof $client_fh]}
69 if {$ef == 0} {
88 set ef ""
[all...]
/external/libpcap/
H A Dgencode.h260 struct edge ef; member in struct:block
356 #define JF(b) ((b)->ef.succ)
H A Doptimize.c268 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
289 memset(root->ef.edom, 0, edgewords * sizeof(*(uset)0));
293 propedom(&b->ef);
1242 b->ef.code = -b->s.code;
1580 opt_j(&p->ef);
1616 link_inedge(&b->ef, JF(b));
1754 b0->ef.succ == b1->ef.succ)
1952 b->ef.edom = p;
1956 b->ef
[all...]
/external/selinux/sepolgen/src/sepolgen/
H A Dlex.py133 for key, ef in self.lexstateerrorf.items():
134 c.lexstateerrorf[key] = getattr(object,ef.__name__)
163 for key, ef in self.lexstateerrorf.items():
164 if ef:
165 taberr[key] = ef.__name__
192 for key,ef in lextab._lexstateerrorf.items():
193 self.lexstateerrorf[key] = fdict[ef]
H A Dyacc.py2074 ef = ldict.get('p_error',None)
2075 if ef:
2076 if isinstance(ef,types.FunctionType):
2078 elif isinstance(ef, types.MethodType):
2082 eline = ef.func_code.co_firstlineno
2083 efile = ef.func_code.co_filename
2086 if (ef.func_code.co_argcount != 1+ismethod):
2089 Errorfunc = ef
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part1.stdout.exp69 ldbrx: 01 23 45 67 89 ab cd ef (reverse) => ef cd ab 89 67 45 23 01
70 ldbrx: 89 ab cd ef 00 11 22 33 (reverse) => 33 22 11 00 ef cd ab 89
/external/llvm/test/MC/X86/AlignedBundling/
H A Dautogen-inst-offset-align-to-end.s96 # CHECK: ef: incl
183 # CHECK: 1ef: incl
356 # CHECK: 3ef: nop
532 # CHECK: 5ef: nop
709 # CHECK: 7ef: nop
887 # CHECK: 9ef: nop
1609 # CHECK: 11ef: nop
1792 # CHECK: 13ef: nop
1976 # CHECK: 15ef: nop
2161 # CHECK: 17ef
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c605 LLVMValueRef e, f, ef, ooa; local
633 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef");
634 e = LLVMBuildExtractElement(b, ef, zeroi, "");
635 f = LLVMBuildExtractElement(b, ef, onei, "");
/external/valgrind/none/tests/s390x/
H A Dcu21.stdout.exp161 UTF8: e0 a0 80 ed 9f bf ed b0 80 ef bf bf e0 a0 bf e1 a8 a1 e1 ac 90 e2 88 80 e2 89 9e e2 8b 89 ee 80 81
169 UTF8: 78 c8 80 ef bf bf f0 90 80 81
H A Dcu21_1.stdout.exp161 UTF8: e0 a0 80 ed 9f bf ed b0 80 ef bf bf e0 a0 bf e1 a8 a1 e1 ac 90 e2 88 80 e2 89 9e e2 8b 89 ee 80 81
169 UTF8: 78 c8 80 ef bf bf f0 90 80 81

Completed in 681 milliseconds

12