Home
last modified time | relevance | path

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

12345678910

/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...]
H A Dvtzone.cpp192 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...]
/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...]
/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
H A Dntfsrecover.c258 unsigned int low, mid, high; in getattrentry() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp1201 int32_t mid = (first + last) / 2; // compute mid point. in binarySearch() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp184 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...]
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp184 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...]
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c1764 char *d, *k = NULL, *p = NULL, *t = NULL, *mid; in pa_get_runtime_dir() local
2239 char *mid; in get_path() local

Completed in 95 milliseconds

12345678910