/third_party/elfutils/tests/ |
H A D | dwfl-bug-addr-overflow.c | 54 Dwfl_Module *middle = dwfl_report_module (dwfl, "middle", in main() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | algorithm.h | 78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl() argument 83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl() argument 148 ForwardIterator rotate(ForwardIterator first, ForwardIterator middle, in rotate() argument
|
/third_party/eudev/src/shared/ |
H A D | strbuf.c | 112 int middle = (right + left) / 2 ; in bubbleinsert() local
|
/third_party/node/lib/internal/ |
H A D | cli_table.js | |
/third_party/icu/icu4c/source/samples/uciter8/ |
H A D | uciter8.c | 55 int32_t i, pos1, pos2, middle, length; in compareIterators() local 224 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) testIteratorState() argument [all...] |
/third_party/libabigail/include/ |
H A D | abg-viz-common.h | 82 enum anchor { start, middle }; enumerator
|
/third_party/skia/src/core/ |
H A D | SkTSort.h | 176 T* middle = left + ((count - 1) >> 1); in SkTIntroSort() local
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PatchWriter.cpp | 39 float4 middle = mix(ab, bc, mix(T, T.zwxy(), 2/3.f)); in chopAndWriteQuads() local 123 float4 middle = mix(abc, bcd, T.zwxy()); // p1 & p2 of the middle cubic. in chopAndWriteCubics() local
|
/third_party/skia/third_party/externals/icu/source/samples/uciter8/ |
H A D | uciter8.c | 55 int32_t i, pos1, pos2, middle, length; in compareIterators() local 224 testIteratorState(UCharIterator *iter1, UCharIterator *iter2, const char *n, int32_t middle) testIteratorState() argument [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_1d_table.cpp | 70 uint32 middle = (lower + upper) >> 1; in SubDivide() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch_shade_emit.c | 69 fse_prepare(struct draw_pt_middle_end *middle, in fse_prepare() argument 181 fse_bind_parameters(struct draw_pt_middle_end *middle) in fse_bind_parameters() argument 188 fse_run_linear(struct draw_pt_middle_end *middle, in fse_run_linear() argument 247 fse_run(struct draw_pt_middle_end *middle, in fse_run() argument 298 fse_run_linear_elts(struct draw_pt_middle_end *middle, in fse_run_linear_elts() argument 339 fse_finish(struct draw_pt_middle_end *middle) in fse_finish() argument 345 fse_destroy(struct draw_pt_middle_end *middle) fse_destroy() argument [all...] |
H A D | draw_pt.c | 65 struct draw_pt_middle_end *middle = NULL; in draw_pt_arrays() local [all...] |
H A D | draw_pt_vsplit.c | 45 struct draw_pt_middle_end *middle; member 205 vsplit_prepare(struct draw_pt_front_end *frontend, enum pipe_prim_type in_prim, struct draw_pt_middle_end *middle, unsigned opt) vsplit_prepare() argument [all...] |
H A D | draw_pt_fetch_shade_pipeline.c | 58 fetch_pipeline_middle_end(struct draw_pt_middle_end *middle) in fetch_pipeline_middle_end() argument 70 fetch_pipeline_prepare(struct draw_pt_middle_end *middle, in fetch_pipeline_prepare() argument 145 fetch_pipeline_bind_parameters(struct draw_pt_middle_end *middle) in fetch_pipeline_bind_parameters() argument 223 fetch_pipeline_generic(struct draw_pt_middle_end *middle, in fetch_pipeline_generic() argument 380 fetch_pipeline_run(struct draw_pt_middle_end *middle, in fetch_pipeline_run() argument 410 fetch_pipeline_linear_run(struct draw_pt_middle_end *middle, unsigned start, unsigned count, unsigned prim_flags) fetch_pipeline_linear_run() argument 438 fetch_pipeline_linear_run_elts(struct draw_pt_middle_end *middle, unsigned start, unsigned count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags) fetch_pipeline_linear_run_elts() argument 470 fetch_pipeline_finish(struct draw_pt_middle_end *middle) fetch_pipeline_finish() argument 477 fetch_pipeline_destroy(struct draw_pt_middle_end *middle) fetch_pipeline_destroy() argument [all...] |
/third_party/toybox/ |
H A D | main.c | 28 int top, bottom, middle; in toy_find() local
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 29 int top, bottom, middle; in toy_find() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_afirsrc.c | 183 int fft_size, middle, ret; in config_output() local
|
/third_party/backends/lib/ |
H A D | getopt.c | 313 int middle = last_nonopt; global() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationweights.cpp | 244 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ in getWeightRanges() local [all...] |
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-char-helpers.c | 44 int middle = (bottom + top) / 2; in search_char_in_char_array() local 84 int middle = (bottom + top) / 2; in search_char_in_interval_array() local 569 int middle in search_in_bidirectional_conversion_tables() local 648 int middle = (bottom + top) / 2; search_in_conversion_table() local [all...] |
H A D | lit-magic-strings.c | 217 lit_utf8_size_t middle = ((first + last) / 2); /**< mid point of search */ in lit_is_utf8_string_magic() local 262 lit_utf8_size_t middle = ((first + last) / 2); /**< mid point of search */ in lit_is_utf8_string_pair_magic() local 312 const lit_magic_string_ex_id_t middle = (first + last) / 2; lit_is_ex_utf8_string_magic() local 372 const lit_magic_string_ex_id_t middle = (first + last) / 2; lit_is_ex_utf8_string_pair_magic() local [all...] |
/third_party/json/tests/src/ |
H A D | unit-udt.cpp | 600 char middle; member
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationweights.cpp | 244 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ in getWeightRanges() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nfsprep.c | 155 int left, middle, right,rc; in findStringIndex() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationweights.cpp | 244 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ in getWeightRanges() local [all...] |