/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 173 int32_t mid = -1; in NearIndexOnOrAfterCurrentTime() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 1138 const int mid = 1 << (desc->comp[0].depth - 1); in yuvtest_fill_picture8() local 1195 const int mid = 1 << (desc->comp[0].depth - 1); in yuvtest_fill_picture16() local [all...] |
H A D | vf_waveform.c | 982 const int mid = s->max / 2; in flat16() local 1542 const int mid = s->max / 2; chroma16() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 3521 char mid[] = { 0x01, 0x02, 0x03, 0x0b, 0x00 }; in TestToUCountPending() local
|
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 1175 int32_t mid = (first + last) / 2; // compute mid point. in binarySearch() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsclone.c | 2286 const s64 mid = (low + high) / 2; local
|
H A D | ntfsrecover.c | 258 unsigned int low, mid, high; in getattrentry() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 1201 int32_t mid = (first + last) / 2; // compute mid point. in binarySearch() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vtzone.cpp | 184 int32_t year, month, dom, dow, doy, mid; in getDateTimeString() local 1675 int32_t y, m, d, dow, doy, mid; in parse() local 1900 int32_t year, month, dom, dow, doy, mid; in writeZone() local [all...] |
H A D | measunit.cpp | 2128 int32_t mid = (start + end) / 2; in binarySearch() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | vtzone.cpp | 184 int32_t year, month, dom, dow, doy, mid; in getDateTimeString() local 1675 int32_t y, m, d, dow, doy, mid; in parse() local 1900 int32_t year, month, dom, dow, doy, mid; in writeZone() local [all...] |
H A D | measunit.cpp | 2110 int32_t mid = (start + end) / 2; in binarySearch() local
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 1764 char *d, *k = NULL, *p = NULL, *t = NULL, *mid; in pa_get_runtime_dir() local 2239 char *mid; in get_path() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | vtzone.cpp | 192 int32_t year, month, dom, dow, doy, mid; in getDateTimeString() local 1720 int32_t y, m, d, dow, doy, mid; in parse() local 1994 int32_t year, month, dom, dow, doy, mid; in writeZone() local [all...] |
H A D | measunit.cpp | 2073 int32_t mid = (start + end) / 2; in binarySearch() local
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 440 const size_t mid = (down + up) / 2;
in BinaryFindFirstNotLess() local
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 1336 FT_UInt32 ah, al, mid, lo, hi; in TT_MulFix14() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 1152 int32_t mid = (first + last) / 2; // compute mid point. in binarySearch() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 1282 uint16_t mid[POS_STATES_MAX][LEN_MID_SYMBOLS]; member
|
/third_party/tzdata/ |
H A D | localtime.c | 1562 register int mid = (lo + hi) >> 1; in localsub() local
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 3424 napi_value mid;
in InitExchangeFreqEnum() local
|
/third_party/backends/backend/ |
H A D | avision.c | 6113 float mid = (up_lim + low_lim) / 2; /* accel rate */ in send_acceleration_table() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 1532 stbtt_int32 mid = low + ((high-low) >> 1); // rounds down, so low <= mid < high in stbtt_FindGlyphIndex() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 1532 stbtt_int32 mid = low + ((high-low) >> 1); // rounds down, so low <= mid < high in stbtt_FindGlyphIndex() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 73 const int mid = (low + hi) >> 1; in SearchColorNoIdx() local
|