Home
last modified time | relevance | path

Searched defs:im (Results 1 – 25 of 59) sorted by relevance

123

/third_party/python/Objects/
Dclassobject.c15 PyMethod_Function(PyObject *im) in PyMethod_Function()
25 PyMethod_Self(PyObject *im) in PyMethod_Self()
105 PyMethodObject *im = PyObject_GC_New(PyMethodObject, &PyMethod_Type); in PyMethod_New() local
120 method_reduce(PyMethodObject *im, PyObject *Py_UNUSED(ignored)) in method_reduce()
160 method_get_doc(PyMethodObject *im, void *context) in method_get_doc()
179 PyMethodObject *im = (PyMethodObject *)obj; in method_getattro() local
235 method_dealloc(PyMethodObject *im) in method_dealloc()
317 method_traverse(PyMethodObject *im, visitproc visit, void *arg) in method_traverse()
390 PyInstanceMethod_Function(PyObject *im) in PyInstanceMethod_Function()
/third_party/ffmpeg/libavutil/
Dtx.h28 float re, im; member
32 double re, im; member
36 int32_t re, im; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSwapChainGL.cpp27 const auto& im = GetImplementation(); in SwapChain() local
35 const auto& im = GetImplementation(); in GetNextTextureImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSwapChainGL.cpp27 const auto& im = GetImplementation(); in SwapChain() local
35 const auto& im = GetImplementation(); in GetNextTextureImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp26 const auto& im = GetImplementation(); in SwapChain() local
39 const auto& im = GetImplementation(); in GetNextTextureImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp24 const auto& im = GetImplementation(); in SwapChain() local
36 const auto& im = GetImplementation(); in GetNextTextureImpl() local
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesAndTuples01.ts7 let [im, a, dinosaur]: ["I'm", "a", RexOrRaptor] = ['I\'m', 'a', 't-rex']; variable
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Ddegenerate-ptr.c32 int (*im)[3]; in local() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dcomplex_global.rs12 pub im: T, field
Dconvert-floats.rs12 pub im: T, field
Dcomplex.rs12 pub im: T, field
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesAndTuples01.js24 var _b = ['I\'m', 'a', 't-rex'], im = _b[0], a = _b[1], dinosaur = _b[2]; variable
DdeclarationEmitNameConflicts.js68 var im = require("./declarationEmit_nameConflicts_1"); variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.cpp84 const auto& im = GetImplementation(); in OldSwapChain() local
97 const auto& im = GetImplementation(); in GetNextTextureImpl() local
/third_party/skia/tools/
DUrlDataManager.cpp51 int UrlDataManager::lookupImage(const SkImage* im) { in lookupImage()
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c63 vec_f cos,sin,cos0,sin0,cos1,sin1,re,im,r0,i0,r1,i1,a,b,c,d; in imdct_half_altivec() local
110 vec_f cos,sin,re,im,a,b,c,d; in imdct_half_altivec() local
/third_party/ffmpeg/libavcodec/
Davfft.h38 FFTSample re, im; member
Dfft.h58 FFTSample re, im; member
67 FFTDouble re, im; member
Dqdmc.c512 float *im = &s->fft_buffer[0 + ch][s->fft_offset + s->subframe_size * current_subframe]; in add_noise() local
545 float im, re, amplitude, level, *imptr, *reptr; in add_wave() local
576 float level, im, re; in add_wave0() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.cpp44 const auto& im = GetImplementation(); in OldSwapChain() local
56 const auto& im = GetImplementation(); in GetNextTextureImpl() local
/third_party/nghttp2/src/
Dtemplate_test.cc159 auto im = ImmutableString::from_lit("bravo"); in test_template_string_ref() local
/third_party/typescript/src/compiler/
Dparser.ts9382 const tripleSlashXMLCommentStartRegEx = /^\/\/\/\s*<(\S+)\s.*?\/>/im; enumerator
9383 const singleLinePragmaRegEx = /^\/\/\/?\s*@(\S+)\s*(.*)\s*$/im; enumerator
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.cpp73 const auto& im = GetImplementation(); in ~SwapChainBase() local
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_rogue_pds_encode.h65 uint32_t im, in pvr_pds_inst_encode_stflp64()
115 static ALWAYS_INLINE uint32_t pvr_pds_inst_encode_stflp32(uint32_t im, in pvr_pds_inst_encode_stflp32()
/third_party/flutter/skia/src/core/
DSkYUVMath.cpp191 float im[20]; in SkColorMatrix_DumpYUVMatrixTables() local

123