/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 92 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) { 94 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg) 96 ee.C = nil 103 func NewInterpreter(m Module) (ee ExecutionEngine, err error) { 105 fail := C.LLVMCreateInterpreterForModule(&ee.C, m.C, &cmsg) 107 ee.C = nil 120 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) { 122 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct… 124 ee.C = nil 131 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } [all …]
|
/external/libhevc/common/ |
D | ihevc_itrans_recon_8x8.c | 110 WORD32 ee[2], eo[2]; in ihevc_itrans_recon_8x8() local 156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]; in ihevc_itrans_recon_8x8() 157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]; in ihevc_itrans_recon_8x8() 160 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8() 161 e[3] = ee[0] - eo[0]; in ihevc_itrans_recon_8x8() 162 e[1] = ee[1] + eo[1]; in ihevc_itrans_recon_8x8() 163 e[2] = ee[1] - eo[1]; in ihevc_itrans_recon_8x8() 194 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_itrans_recon_8x8() 195 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_itrans_recon_8x8() 198 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8() [all …]
|
D | ihevc_chroma_itrans_recon_8x8.c | 119 WORD32 ee[2], eo[2]; in ihevc_chroma_itrans_recon_8x8() local 169 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8() 171 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8() 175 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8() 176 e[3] = ee[0] - eo[0]; in ihevc_chroma_itrans_recon_8x8() 177 e[1] = ee[1] + eo[1]; in ihevc_chroma_itrans_recon_8x8() 178 e[2] = ee[1] - eo[1]; in ihevc_chroma_itrans_recon_8x8() 211 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8() 212 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8() 215 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8() [all …]
|
D | ihevc_chroma_itrans_recon_16x16.c | 120 WORD32 ee[4], eo[4]; in ihevc_chroma_itrans_recon_16x16() local 176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 181 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16() 182 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16() 225 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 226 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 230 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16() 231 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16() 277 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() [all …]
|
D | ihevc_itrans_recon_16x16.c | 110 WORD32 ee[4], eo[4]; in ihevc_itrans_recon_16x16() local 166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 171 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16() 172 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16() 216 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 217 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 221 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16() 222 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16() 268 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() [all …]
|
D | ihevc_itrans_recon_32x32.c | 111 WORD32 ee[8], eo[8]; in ihevc_itrans_recon_32x32() local 179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() 180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32() 184 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32() 185 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32() 239 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() 240 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32() 244 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32() 245 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32() 299 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() [all …]
|
D | ihevc_itrans.c | 331 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local 361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_itrans_8x8() 363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_itrans_8x8() 367 e[0] = ee[0] + eo[0]; in ihevc_itrans_8x8() 368 e[3] = ee[0] - eo[0]; in ihevc_itrans_8x8() 369 e[1] = ee[1] + eo[1]; in ihevc_itrans_8x8() 370 e[2] = ee[1] - eo[1]; in ihevc_itrans_8x8() 410 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local 480 ee[0] = (pi2_src[0] + pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8() 481 ee[1] = (pi2_src[0] - pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8() [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 …]
|
D | xsave-avx.stderr.exp | 123 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 126 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 129 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 130 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 133 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 134 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 137 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 177 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 180 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 183 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 [all …]
|
/external/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 239 const EllipseEffect& ee = other.cast<EllipseEffect>(); in onIsEqual() local 240 return fEdgeType == ee.fEdgeType && fCenter == ee.fCenter && fRadii == ee.fRadii; in onIsEqual() 285 const EllipseEffect& ee = args.fFp.cast<EllipseEffect>(); in emitCode() local 324 switch (ee.getEdgeType()) { in emitCode() 347 const EllipseEffect& ee = effect.cast<EllipseEffect>(); in GenKey() local 348 b->add32(ee.getEdgeType()); in GenKey() 353 const EllipseEffect& ee = effect.cast<EllipseEffect>(); in onSetData() local 354 if (ee.getRadii() != fPrevRadii || ee.getCenter() != fPrevCenter) { in onSetData() 360 if (ee.getRadii().fX > ee.getRadii().fY) { in onSetData() 362 invRYSqd = (ee.getRadii().fX * ee.getRadii().fX) / in onSetData() [all …]
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 44 engine is not garbage collected and must be destroyed with [dispose ee]. 51 (** [dispose ee] releases the memory used by the execution engine and must be 55 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *) 58 (** [remove_module m ee] removes the module [m] from the execution engine 59 [ee]. Raises [Error msg] if an error occurs. *) 62 (** [run_static_ctors ee] executes the static constructors of each module in 63 the execution engine [ee]. *) 66 (** [run_static_dtors ee] executes the static destructors of each module in 67 the execution engine [ee]. *) 70 (** [data_layout ee] is the data layout of the execution engine [ee]. *) [all …]
|
D | llvm_executionengine.ml | 53 let add_global_mapping llval ptr ee = 54 add_global_mapping_ llval (Ctypes.raw_address_of_ptr (Ctypes.to_voidp ptr)) ee 56 let get_global_value_address name typ ee = 57 let vptr = get_global_value_address_ name ee in 63 let get_function_address name typ ee = 64 let fptr = get_function_address_ name ee in
|
/external/webrtc/webrtc/base/ |
D | signalthread.cc | 36 EnterExit ee(this); in SetName() local 43 EnterExit ee(this); in Start() local 55 EnterExit ee(this); in Destroy() local 78 EnterExit ee(this); in Release() local 91 EnterExit ee(this); in ContinueWork() local 97 EnterExit ee(this); in OnMessage() local 138 EnterExit ee(this); in Run() local 146 EnterExit ee(this); in OnMainThreadDestroyed() local
|
/external/llvm/test/Bindings/OCaml/ |
D | executionengine.ml | 50 let ee = create m in 60 add_module m2 ee; 67 add_global_mapping g cg ee; 70 let cg' = get_pointer_to_global g (ptr void) ee in 77 run_static_ctors ee; 80 let varh = get_global_value_address "globvar" int32_t ee in 85 let cplus = get_function_address "plus" cplusty ee in 90 let cgetglobal = get_pointer_to_global getglobal cgetglobalty ee in 94 remove_module m2 ee; 98 run_static_dtors ee; [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | saq.txt | 118 "Mderot ee are", 119 "Mderot ee kuni", 120 "Mderot ee ong’wan", 121 "Mderot ee inet", 122 "Mderot ee ile", 123 "Mderot ee sapa", 124 "Mderot ee kwe",
|
/external/ImageMagick/PerlMagick/t/reference/ttf/ |
D | annotate.miff | 8 …�������������������������������������������������������������������������ee���������������������… 10 …���������������������������������������������������������������rr����HH��ee����tt�������������… 14 …�������yy��??��������������""��99����ff����TT����������������������mm��������ee������77�� 48 …i����������������������88�� ��pp����������FF��EE����������ww��00����������ee��������������XX�����… 54 …���������������������������������������������������������������������������ee�������������������…
|
/external/ImageMagick/PerlMagick/t/reference/write/ttf/ |
D | annotate.miff | 8 …�������������������������������������������������������������������������ee���������������������… 10 …���������������������������������������������������������������rr����HH��ee����tt�������������… 14 …�������yy��??��������������""��99����ff����TT����������������������mm��������ee������77�� 48 …i����������������������88�� ��pp����������FF��EE����������ww��00����������ee��������������XX�����… 54 …���������������������������������������������������������������������������ee�������������������…
|
/external/clang/test/Sema/ |
D | conditional-expr.c | 31 enum {xxx,yyy,zzz} e, *ee; in foo() local 33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}} in foo()
|
/external/guava/guava-bootstrap/src/java/util/concurrent/ |
D | AbstractExecutorService.java | 51 ExecutionException ee = null; in doInvokeAny() local 87 ee = eex; in doInvokeAny() 89 ee = new ExecutionException(rex); in doInvokeAny() 94 if (ee == null) in doInvokeAny() 95 ee = new ExecutionException(); in doInvokeAny() 96 throw ee; in doInvokeAny()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | fft.c | 73 int16_t dd, ee, ff, gg, hh, ii; in WebRtcIsacfix_FftRadix16Fastest() local 207 ee = 0; in WebRtcIsacfix_FftRadix16Fastest() 214 ee = ff + hh * ff; in WebRtcIsacfix_FftRadix16Fastest() 215 dd = ee + 60; in WebRtcIsacfix_FftRadix16Fastest() 216 ccc2Q14 = kCosTabFfftQ14[ee]; in WebRtcIsacfix_FftRadix16Fastest() 307 ee=0; in WebRtcIsacfix_FftRadix16Fastest() 315 ee = ff+60; in WebRtcIsacfix_FftRadix16Fastest() 321 sss2Q14 = kCosTabFfftQ14[ee]; in WebRtcIsacfix_FftRadix16Fastest()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.cc | 89 EnterExit ee(this); in HandleInput() local 99 EnterExit ee(this); in ConnectionClosed() local 206 EnterExit ee(this); in Connect() local 223 EnterExit ee(this); in SendStanza() local 240 EnterExit ee(this); in SendRaw() local 255 EnterExit ee(this); in Disconnect() local
|
/external/testng/src/main/java/org/testng/internal/thread/ |
D | FutureResultAdapter.java | 24 catch(ExecutionException ee) { in get() 25 throw new ThreadExecutionException(ee.getCause()); // NOTE there is no need to keep the EE in get()
|
/external/kernel-headers/original/uapi/linux/ |
D | errqueue.h | 23 #define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1)) argument
|
/external/bison/runtime-po/ |
D | et.po | 4 # Toomas Soome <Toomas.Soome@microlink.ee>, 2011. 11 "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n" 12 "Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
|
/external/icu/icu4c/source/data/coll/ |
D | ee.txt | 6 // * Source File: <path>/common/collation/ee.xml 9 ee{
|