| /third_party/node/deps/npm/node_modules/@colors/colors/lib/custom/ |
| D | zalgo.js | 32 'mid': [ property 76 counts = {'up': 0, 'down': 0, 'mid': 0}; property
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| D | pfrcmap.c | 79 FT_UInt mid; in pfr_cmap_char_index() local 109 FT_UInt mid; in pfr_cmap_char_next() local
|
| /third_party/lzma/CPP/Common/ |
| D | MyVector.h | 290 const unsigned mid = (left + right) / 2; in FindInSorted() local 307 const unsigned mid = (left + right) / 2; in FindInSorted2() local 336 const unsigned mid = (left + right) / 2; in AddToUniqueSorted() local 355 const unsigned mid = (left + right) / 2; in AddToUniqueSorted2() local 641 const unsigned mid = (left + right) / 2; in FindInSorted() local 660 const unsigned mid = (left + right) / 2; in AddToUniqueSorted() local
|
| /third_party/skia/tests/ |
| D | PathOpsDLineTest.cpp | 30 SkDPoint mid = line.ptAtT(.5); in DEF_TEST() local
|
| /third_party/toybox/toys/pending/ |
| D | ipcrm.c | 29 GLOBALS( in GLOBALS()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_conditionaljumptracker.cpp | 52 vector<r600_bytecode_cf *> mid; member 178 void LoopFrame::fixup_mid(UNUSED r600_bytecode_cf *mid) in fixup_mid()
|
| /third_party/skia/tools/sk_app/unix/ |
| D | keysym2ucs.c | 822 int mid; in keysym2ucs() local
|
| /third_party/glfw/src/ |
| D | xkb_unicode.c | 861 int mid; in _glfwKeySym2Unicode() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | qsv.c | 267 QSVMid *mid = &ctx->mids[i]; in ff_qsv_find_surface_idx() local 503 QSVMid *mid = &mids[i]; in qsv_create_mids() local 644 static mfxStatus qsv_frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_lock() 701 static mfxStatus qsv_frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in qsv_frame_unlock() 711 static mfxStatus qsv_frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in qsv_frame_get_hdl()
|
| /third_party/node/deps/v8/src/heap/ |
| D | index-generator.cc | 32 size_t mid = range.first + size / 2; in GetNext() local
|
| /third_party/skia/docs/examples/ |
| D | pong2.cpp | 6 SkScalar ends, SkScalar mid) { in PingPong()
|
| D | pong.cpp | 6 SkScalar ends, SkScalar mid) { in PingPong()
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | FilePathAutoRename.cpp | 39 UInt32 mid = (left + right) / 2; in AutoRenamePath() local
|
| D | UniqBlocks.cpp | 14 const unsigned mid = (unsigned)(((size_t)left + (size_t)right) / 2); in AddUniq() local
|
| /third_party/skia/third_party/externals/freetype/src/psnames/ |
| D | pstables.h | 4163 int mid = ( min + max ) >> 1; in ft_get_adobe_glyph_index() local
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| D | SysIconUtils.cpp | 135 const unsigned mid = (left + right) / 2; in FindInSorted_Attrib() local 153 const unsigned mid = (left + right) / 2; in FindInSorted_Ext() local
|
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| D | MultiStream.cpp | 17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Z7_COM7F_IMF() local
|
| /third_party/skia/src/pathops/ |
| D | SkOpSegment.h | 198 SkDPoint dPtAtT(double mid) const { in dPtAtT() 202 SkDVector dSlopeAtT(double mid) const { in dSlopeAtT() 312 SkPoint ptAtT(double mid) const { in ptAtT()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
| D | TimeZoneBoundaryTest.java | 77 long mid = (min + max) >> 1; in findDaylightBoundaryUsingDate() local 171 long mid = (min + max) >> 1; in findDaylightBoundaryUsingTimeZone() local 671 long mid = (min + max) >> 1; in _testUsingBinarySearch() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tzbdtest.cpp | 85 UDate mid = (min + max) / 2; in findDaylightBoundaryUsingDate() local 135 UDate mid = (min + max) / 2; in findDaylightBoundaryUsingTimeZone() local 396 UDate mid = (min + max) / 2; in testUsingBinarySearch() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
| D | TimeZoneBoundaryTest.java | 80 long mid = (min + max) >> 1; in findDaylightBoundaryUsingDate() local 174 long mid = (min + max) >> 1; in findDaylightBoundaryUsingTimeZone() local 674 long mid = (min + max) >> 1; in _testUsingBinarySearch() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_deinterlace_qsv.c | 128 static mfxStatus frame_lock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_lock() 133 static mfxStatus frame_unlock(mfxHDL pthis, mfxMemId mid, mfxFrameData *ptr) in frame_unlock() 138 static mfxStatus frame_get_hdl(mfxHDL pthis, mfxMemId mid, mfxHDL *hdl) in frame_get_hdl()
|
| /third_party/python/Modules/ |
| D | _bisectmodule.c | 33 Py_ssize_t mid; in internal_bisect_right() local 159 Py_ssize_t mid; in internal_bisect_left() local
|
| /third_party/skia/tools/timer/ |
| D | TimeUtils.h | 41 float mid) { in PingPong()
|
| /third_party/ltp/testcases/kernel/mem/thp/ |
| D | thp01.c | 49 long mid; member
|