Home
last modified time | relevance | path

Searched defs:mid (Results 176 - 200 of 232) sorted by relevance

12345678910

/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_longnames.cpp72 int32_t mid = (first + last) / 2; in getGenderString() local
/third_party/icu/icu4c/source/test/intltest/
H A Dtztest.cpp260 UDate mid = (min + max) / 2; in findTransition() local
290 UDate mid = (min + max) / 2; in testUsingBinarySearch() local
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1309 register int mid = (lo + hi) >> 1; in localsub() local
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc61 unsigned int mid = low + ((high - low) >> 1); in LookupPredicate() local
115 unsigned int mid = low + ((high - low) >> 1); in LookupMapping() local
[all...]
/third_party/mksh/
H A Deval.c448 char *beg, *mid, *end, *stg; in expand() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h231 struct r600_bytecode_cf **mid; /* used to store the else point */ member
/third_party/libcoap/src/
H A Dcoap_net.c959 coap_mid_t mid = COAP_INVALID_MID; in coap_send_test_extended_token() local
1040 coap_mid_t mid = COAP_INVALID_MID; in coap_send() local
3212 coap_mid_t mid = pdu->mid; handle_request() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1020 GLuint mid = std::numeric_limits<GLuint>::max() >> 1; in TEST_P() local
1036 GLuint mid = std::numeric_limits<GLuint>::max() >> 1; in TEST_P() local
1055 GLuint mid = std::numeric_limits<GLuint>::max() >> 1; in TEST_P() local
2277 GLuint mid = std::numeric_limits<GLuint>::max() >> 1; TEST_P() local
2339 GLuint mid = std::numeric_limits<GLuint>::max() >> 1; TEST_P() local
2419 GLuint mid = std::numeric_limits<GLuint>::max() >> 1; TEST_P() local
[all...]
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp153 auto mid = (skvx::shuffle<2, 3, 0, 1>(ltrb) + ltrb)*0.5f; in normalize_and_inset_subset() local
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp467 SkPoint mid = to_point(quad.eval(t)); in quad_error_at() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_longnames.cpp72 int32_t mid = (first + last) / 2; in getGenderString() local
H A Dtimezone.cpp189 int32_t mid; in findInStringArray() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1307 register int mid = (lo + hi) >> 1; in localsub() local
/third_party/skia/src/ports/
H A DSkFontHost_win.cpp178 int32_t mid = min + ((max - min) / 2); in calculateGlyphCount() local
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp626 SkDVector mid = segment.dPtAtT(tStart + (sCeptT - tStart) / 2) - curve[0]; in endsIntersect() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh1177 optional_point_t mid = first_offcurve.lerp (p, .5f); in consume_point() local
1198 optional_point_t mid = last_offcurve.lerp (p, .5f); in consume_point() local
1217 optional_point_t mid = last_offcurve.lerp (first_offcurve, .5f); in consume_point() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv2022.cpp798 int32_t mid = (hi+low) >> 1; /*Finds median*/ in getKey_2022() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc1096 auto mid = r.begin() + static_cast<size_t>(r.size() * Percentile); in PercentileRatio() local
H A Dbtree.h779 const int mid = (s + e) >> 1; in binary_search_impl() local
798 const int mid = (s + e) >> 1; in binary_search_impl() local
815 const int mid = (s + e) >> 1; in binary_search_impl() local
[all...]
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp296 static bool Among(int mid, PinWordSize min, PinWordSize max) in Among() argument
303 static bool AmongLock(int mid, PinLockEnable min, PinLockEnable max) in AmongLock() argument
323 static bool AmongLockType(int mid, LockTypeTest min, LockTypeTest max) in AmongLockType() argument
330 static bool AmongPersoLockType(int mid, PersoLockTypeTes argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c1138 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 Dvf_waveform.c982 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 Dccapitst.c3521 char mid[] = { 0x01, 0x02, 0x03, 0x0b, 0x00 }; in TestToUCountPending() local
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp1175 int32_t mid = (first + last) / 2; // compute mid point. in binarySearch() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c2286 const s64 mid = (low + high) / 2; local

Completed in 90 milliseconds

12345678910