/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/chromium_org/third_party/mesa/src/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/main/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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 …]
|
/external/openssl/crypto/asn1/ |
D | tasn_new.c | 93 const ASN1_EXTERN_FUNCS *ef; in asn1_item_ex_combine_new() local 114 ef = it->funcs; in asn1_item_ex_combine_new() 115 if (ef && ef->asn1_ex_new) in asn1_item_ex_combine_new() 117 if (!ef->asn1_ex_new(pval, it)) in asn1_item_ex_combine_new() 232 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local 238 ef = it->funcs; in asn1_item_clear() 239 if (ef && ef->asn1_ex_clear) in asn1_item_clear() 240 ef->asn1_ex_clear(pval, it); in asn1_item_clear()
|
D | tasn_fre.c | 82 const ASN1_EXTERN_FUNCS *ef; in asn1_item_combine_free() local 141 ef = it->funcs; in asn1_item_combine_free() 142 if (ef && ef->asn1_ex_free) in asn1_item_combine_free() 143 ef->asn1_ex_free(pval, it); in asn1_item_combine_free()
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 91 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() 230 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local 236 ef = it->funcs; in asn1_item_clear() 237 if (ef && ef->asn1_ex_clear) in asn1_item_clear() 238 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()
|
/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/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 77 static void ScaleErrorSignalSSE2(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignalSSE2() 89 const __m128 ef_re_base = _mm_loadu_ps(&ef[0][i]); in ScaleErrorSignalSSE2() 90 const __m128 ef_im_base = _mm_loadu_ps(&ef[1][i]); in ScaleErrorSignalSSE2() 113 _mm_storeu_ps(&ef[0][i], ef_re); in ScaleErrorSignalSSE2() 114 _mm_storeu_ps(&ef[1][i], ef_im); in ScaleErrorSignalSSE2() 125 ef[0][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignalSSE2() 126 ef[1][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignalSSE2() 127 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignalSSE2() 131 ef[0][i] *= abs_ef; in ScaleErrorSignalSSE2() 132 ef[1][i] *= abs_ef; in ScaleErrorSignalSSE2() [all …]
|
D | aec_core_neon.c | 122 static void ScaleErrorSignalNEON(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignalNEON() 133 const float32x4_t ef_re_base = vld1q_f32(&ef[0][i]); in ScaleErrorSignalNEON() 134 const float32x4_t ef_im_base = vld1q_f32(&ef[1][i]); in ScaleErrorSignalNEON() 156 vst1q_f32(&ef[0][i], ef_re); in ScaleErrorSignalNEON() 157 vst1q_f32(&ef[1][i], ef_im); in ScaleErrorSignalNEON() 162 ef[0][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignalNEON() 163 ef[1][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignalNEON() 164 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignalNEON() 168 ef[0][i] *= abs_ef; in ScaleErrorSignalNEON() 169 ef[1][i] *= abs_ef; in ScaleErrorSignalNEON() [all …]
|
D | aec_core.c | 167 static void ScaleErrorSignal(AecCore* aec, float ef[2][PART_LEN1]) { in ScaleErrorSignal() 175 ef[0][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignal() 176 ef[1][i] /= (aec->xPow[i] + 1e-10f); in ScaleErrorSignal() 177 abs_ef = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]); in ScaleErrorSignal() 181 ef[0][i] *= abs_ef; in ScaleErrorSignal() 182 ef[1][i] *= abs_ef; in ScaleErrorSignal() 186 ef[0][i] *= mu; in ScaleErrorSignal() 187 ef[1][i] *= mu; in ScaleErrorSignal() 217 static void FilterAdaptation(AecCore* aec, float* fft, float ef[2][PART_LEN1]) { in FilterAdaptation() 233 ef[0][j], in FilterAdaptation() [all …]
|
/external/chromium_org/net/data/ssl/certificates/ |
D | name_constraint_good.pem | 47 ae:09:6c:dc:ef:dd:b8:97:9e:6c:ce:cb:a0:dc:33: 48 2b:1e:95:ef:1d:fb:d3:da:f8:3e:57:ed:8b:8e:9e: 49 86:4d:12:a6:0c:30:23:ef:08:45:4f:21:12:42:88: 50 87:01:d8:a5:32:9f:b7:38:ef:60:ad:b7:47:6b:3b: 52 c6:02:ef:86:38:ee:e2:05:c6:f0:66:e2:18:91:50: 80 c3:bf:ea:96:a9:9b:71:ef:78:c5:ba:82:30:15:5f:b6:20:3e: 84 49:37:1a:17:7a:90:8e:66:b7:b5:61:c0:85:13:86:ef:37:03:
|
D | client_1_ca.pem | 17 ef:cc:64:7f:65:8c:f2:c6:b0:fe:40:4a:47:33:11: 21 5e:4f:d8:a0:60:16:bd:ef:72:34:a8:01:5b:ad:b7: 24 ae:3a:b3:1a:6f:8d:55:45:c3:34:e7:b7:83:97:ef: 43 ef:64:69:8c:3d:59:fd:46:84:a2:34:f1:f8:77:6d:8e:e5:2b: 52 bc:d1:c1:a4:8f:ef:c5:05:7d:06:8d:b9:e0:c0:34:b4:04:e0:
|
D | name_constraint_bad.pem | 47 ae:09:6c:dc:ef:dd:b8:97:9e:6c:ce:cb:a0:dc:33: 48 2b:1e:95:ef:1d:fb:d3:da:f8:3e:57:ed:8b:8e:9e: 49 86:4d:12:a6:0c:30:23:ef:08:45:4f:21:12:42:88: 50 87:01:d8:a5:32:9f:b7:38:ef:60:ad:b7:47:6b:3b: 52 c6:02:ef:86:38:ee:e2:05:c6:f0:66:e2:18:91:50: 86 de:cc:3e:ef:0d:a6:03:2a:c8:f5:8d:3b:ba:d2:97:ed:6d:d5:
|
D | ok_cert.pem | 47 ae:09:6c:dc:ef:dd:b8:97:9e:6c:ce:cb:a0:dc:33: 48 2b:1e:95:ef:1d:fb:d3:da:f8:3e:57:ed:8b:8e:9e: 49 86:4d:12:a6:0c:30:23:ef:08:45:4f:21:12:42:88: 50 87:01:d8:a5:32:9f:b7:38:ef:60:ad:b7:47:6b:3b: 52 c6:02:ef:86:38:ee:e2:05:c6:f0:66:e2:18:91:50: 78 28:47:31:b1:79:4a:f8:36:f6:b1:52:b8:d5:ab:6b:86:ef:ec:
|
D | subjectAltName_sanity_check.pem | 20 67:2d:11:30:77:ef:36:3b:d9:2f:9a:2c:2e:71:2b: 22 ca:68:52:e2:8f:69:ef:2b:a4:7b:1e:4c:db:e5:52: 24 0b:1d:8f:ff:17:5e:6f:2b:ef:7b:6e:a3:2c:bc:a9: 27 3c:ac:1a:b4:be:ef:c0:84:6a:95:4e:71:c6:be:e3: 49 ef:8c:fe:be:f8:6e:15:1f:f9:ac:de:b7:3e:dc:c2:e0:65:7c:
|
D | 1024-rsa-intermediate.pem | 16 f2:17:8b:d6:ef:69:af:ff:7d:9e:5e:73:32:75:40: 18 34:c4:ef:fd:dd:18:a3:26:87:9c:0d:0a:05:ba:c4: 21 e3:83:ef:91:0c:ac:d7:4a:f3:58:61:9a:38:91:06: 39 7e:e0:35:f1:40:54:0a:1a:23:ef:0d:8a:68:dd:1d:d1:10:f5:
|
/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/chromium_org/third_party/mesa/src/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()
|