/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_unfilled.h | 40 GLubyte *ef = VB->EdgeFlag; in TAG() local 68 if (ef[e0]) POINT( v[0] ); in TAG() 69 if (ef[e1]) POINT( v[1] ); in TAG() 70 if (ef[e2]) POINT( v[2] ); in TAG() 75 if (ef[e2]) LINE( v[2], v[0] ); in TAG() 76 if (ef[e0]) LINE( v[0], v[1] ); in TAG() 77 if (ef[e1]) LINE( v[1], v[2] ); in TAG() 80 if (ef[e0]) LINE( v[0], v[1] ); in TAG() 81 if (ef[e1]) LINE( v[1], v[2] ); in TAG() 82 if (ef[e2]) LINE( v[2], v[0] ); in TAG() [all …]
|
/external/valgrind/memcheck/tests/amd64/ |
D | fxsave-amd64.stdout.exp | 18 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 cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 [all …]
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_triangle.c | 51 const GLubyte *ef, 64 const GLubyte *ef, in _swsetup_edge_render_line_tri() argument 75 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); in _swsetup_edge_render_line_tri() 76 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); in _swsetup_edge_render_line_tri() 77 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); in _swsetup_edge_render_line_tri() 79 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); in _swsetup_edge_render_line_tri() 80 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); in _swsetup_edge_render_line_tri() 81 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); in _swsetup_edge_render_line_tri() 90 const GLubyte *ef, in _swsetup_edge_render_point_tri() argument 98 if (ef[e0]) _swrast_Point( ctx, v0 ); in _swsetup_edge_render_point_tri() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_size.py | 353 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.is_set() and self.emit_get): 480 ef = glx_server_enum_function( func, api.enums_by_name ) 481 if len(ef.enums) == 0: continue [all …]
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 75 static void ScaleErrorSignalSSE2(aec_t *aec, float ef[2][PART_LEN1]) in ScaleErrorSignalSSE2() 85 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]); in ScaleErrorSignalSSE2() 86 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]); in ScaleErrorSignalSSE2() 109 _mm_storeu_ps(&ef[0][i], ef_re); in ScaleErrorSignalSSE2() 110 _mm_storeu_ps(&ef[1][i], ef_im); in ScaleErrorSignalSSE2() 115 ef[0][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignalSSE2() 116 ef[1][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignalSSE2() 117 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignalSSE2() 121 ef[0][i] *= absEf; in ScaleErrorSignalSSE2() 122 ef[1][i] *= absEf; in ScaleErrorSignalSSE2() [all …]
|
D | aec_core.c | 264 static void ScaleErrorSignal(aec_t *aec, float ef[2][PART_LEN1]) in ScaleErrorSignal() 269 ef[0][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignal() 270 ef[1][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignal() 271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignal() 275 ef[0][i] *= absEf; in ScaleErrorSignal() 276 ef[1][i] *= absEf; in ScaleErrorSignal() 280 ef[0][i] *= aec->mu; in ScaleErrorSignal() 281 ef[1][i] *= aec->mu; in ScaleErrorSignal() 311 static void FilterAdaptation(aec_t *aec, float *fft, float ef[2][PART_LEN1]) { in FilterAdaptation() 327 ef[0][j], ef[1][j]); in FilterAdaptation() [all …]
|
D | aec_core.h | 158 typedef void (*WebRtcAec_ScaleErrorSignal_t)(aec_t *aec, float ef[2][PART_LEN1]); 161 (aec_t *aec, float *fft, float ef[2][PART_LEN1]);
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 93 const ASN1_EXTERN_FUNCS *ef; in asn1_item_ex_combine_new() local 112 ef = it->funcs; in asn1_item_ex_combine_new() 113 if (ef && ef->asn1_ex_new) in asn1_item_ex_combine_new() 115 if (!ef->asn1_ex_new(pval, it)) in asn1_item_ex_combine_new() 231 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local 237 ef = it->funcs; in asn1_item_clear() 238 if (ef && ef->asn1_ex_clear) in asn1_item_clear() 239 ef->asn1_ex_clear(pval, it); in asn1_item_clear()
|
D | tasn_fre.c | 80 const ASN1_EXTERN_FUNCS *ef; in asn1_item_combine_free() local 139 ef = it->funcs; in asn1_item_combine_free() 140 if (ef && ef->asn1_ex_free) in asn1_item_combine_free() 141 ef->asn1_ex_free(pval, it); in asn1_item_combine_free()
|
D | tasn_prn.c | 196 const ASN1_EXTERN_FUNCS *ef; in asn1_item_print_ctx() local 245 ef = it->funcs; in asn1_item_print_ctx() 246 if (ef && ef->asn1_ex_print) in asn1_item_print_ctx() 248 i = ef->asn1_ex_print(out, fld, indent, "", pctx); in asn1_item_print_ctx()
|
/external/clang/test/Sema/ |
D | warn-bad-function-cast.c | 11 enum e { E1 } ef(void); 31 (enum f { F1 })ef(); in foo() 42 …(int)ef(); /* expected-warning {{cast from function call of type 'enum e' to non-matching type 'in… in foo()
|
/external/llvm/test/Assembler/ |
D | invalid-uselistorder-function-between-blocks.ll | 10 %sum = add i32 %eh, %ef 14 %product = phi i32 [%ef, %first], [%sum, %0] 23 %ef = mul i32 %e, %f
|
D | uselistorder.ll | 20 %sum = add i32 %eh, %ef 24 %product = phi i32 [%ef, %first], [%sum, %0] 36 %ef = mul i32 %e, %f
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_rendertmp.h | 205 GLboolean ef2, ef1, ef; in TAG() local 218 ef = EDGEFLAG_GET( ej ); in TAG() 228 EDGEFLAG_SET( ej, ef ); in TAG() 261 GLboolean ef = EDGEFLAG_GET( ej ); in TAG() local 274 EDGEFLAG_SET( ej, ef ); in TAG() 321 GLboolean ef = EDGEFLAG_GET( ELT(j) ); in TAG() local 324 EDGEFLAG_SET( ELT(j), ef ); in TAG() 409 GLboolean ef = EDGEFLAG_GET( ELT(j) ); in TAG() local 425 EDGEFLAG_SET( ELT(j), ef ); in TAG()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_cliptest_tmp.h | 40 const unsigned ef = pvs->draw->vs.edgeflag_output; in TAG() local 144 if ((flags & DO_EDGEFLAG) && ef) { in TAG() 145 const float *edgeflag = out->data[ef]; in TAG()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | la-03.ll | 10 declare void @ef() 58 ; CHECK: lgrl %r2, ef@GOT 60 ret void() *@ef
|
D | la-02.ll | 12 declare void @ef() 60 ; CHECK: lgrl %r2, ef@GOT 62 ret void() *@ef
|
D | la-01.ll | 13 declare void @ef() 71 ; CHECK: larl %r2, ef 73 ret void() *@ef
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/ |
D | connect_br.tcl | 43 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/valgrind/memcheck/tests/x86/ |
D | fxsave.stdout.exp | 16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 84 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
|
/external/icu/icu4c/source/test/testdata/ |
D | re_tests.txt | 130 ()ef def y $&-$1 ef- 131 ()ef def y $-[0] 1 132 ()ef def y $+[0] 3 133 ()ef def y $-[1] 1 134 ()ef def y $+[1] 1 174 (a|b|c|d|e)f ef y $&-$1 ef-e 175 (a|b|c|d|e)f ef y $-[0] 0 176 (a|b|c|d|e)f ef y $+[0] 2 177 (a|b|c|d|e)f ef y $-[1] 0 178 (a|b|c|d|e)f ef y $+[1] 1 [all …]
|
/external/selinux/sepolgen/src/sepolgen/ |
D | lex.py | 133 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]
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-insert-extract.ll | 54 %ef = extractelement <4 x float> %x, i32 3 55 %ei = bitcast float %ef to i32 63 %ef = extractelement <4 x float> %x, i32 3 64 store float %ef, float* %out, align 4
|
/external/llvm/test/Bitcode/ |
D | use-list-order.ll | 98 %sum = add i32 %eh, %ef 102 %product = phi i32 [%ef, %first], [%sum, %second] 110 %ef = mul i32 %e, %f
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.deny | 4 00:ab:cd:ef:12:34
|