HomeSort by relevance Sort by last modified time
    Searched refs:next_i (Results 1 - 15 of 15) sorted by null

  /external/brotli/c/fuzz/
decode_fuzzer.c 35 size_t next_i = i + addend; local
36 if (next_i > size)
37 next_i = size;
38 size_t avail_in = next_i - i;
39 i = next_i;
  /external/grpc-grpc/src/core/lib/iomgr/
timer_heap.cc 57 uint32_t next_i = right_child < length && first[left_child]->deadline > local
61 if (t->deadline <= first[next_i]->deadline) break;
62 first[i] = first[next_i];
64 i = next_i;
  /external/libtextclassifier/annotator/duration/
duration.cc 118 const int next_i = FindDurationStartingAt(context, tokens, i, &span); local
119 if (next_i != i) {
121 i = next_i;
  /external/llvm/utils/
shuffle_fuzz.py 163 %%s.%(next_i)d.%(j)d = shufflevector <%(N)d x %(T)s> %%s.%(i)d.%(j)d, <%(N)d x %(T)s> %%s.%(i)d.%(next_j)d, <%(N)d x i32> <%(S)s>
164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
223 br label %%test.%(next_i)d
224 """ % dict(subst, i=i, next_i=i + 1)
230 br i1 %%cmp.%(i)d, label %%die.%(i)d, label %%test.%(next_i)d
241 """ % dict(subst, i=i, next_i=i + 1, r=r)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
shuffle_fuzz.py 163 %%s.%(next_i)d.%(j)d = shufflevector <%(N)d x %(T)s> %%s.%(i)d.%(j)d, <%(N)d x %(T)s> %%s.%(i)d.%(next_j)d, <%(N)d x i32> <%(S)s>
164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
223 br label %%test.%(next_i)d
224 """ % dict(subst, i=i, next_i=i + 1)
230 br i1 %%cmp.%(i)d, label %%die.%(i)d, label %%test.%(next_i)d
241 """ % dict(subst, i=i, next_i=i + 1, r=r)
  /external/tensorflow/tensorflow/compiler/xla/service/
ar_crs_combiner.cc 300 auto next_i = instr_i->users()[0]; local
303 if (!InstructionsComputeSameValue(next_0, next_i, &visited_pairs)) {
311 next_i = next_i->users()[0];
triangular_solve_expander.cc 233 auto next_i = i + ScalarLike(i, 1); local
234 Tuple(bodyb.get(), {next_i, body_out, body_input});
  /external/libxcam/xcore/interface/
stitcher.cpp 443 uint32_t next_i = 0;
445 next_i = (i + 1 ) % _camera_num;
447 const CenterMark &mark_right = _center_marks[next_i];
474 right.in_idx = next_i;
478 right.in_area.pos_y = _crop_info[next_i].top;
479 right.in_area.height = _round_view_slices[next_i].height - _crop_info[next_i].top - _crop_info[next_i].bottom;
  /external/tensorflow/tensorflow/python/debug/cli/
stepper_cli.py 213 next_i = -1
215 if (i > next_i and (self._sorted_nodes[i] in self._completed_nodes) or
217 next_i = i
219 next_i += 1
220 self._next = next_i
  /external/tensorflow/tensorflow/python/ops/
functional_ops.py 460 next_i = i - 1
462 next_i = i + 1
463 return (next_i, flat_a_out, tas)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MutableCodePointTrie.java 961 int next_i = i + inc; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MutableCodePointTrie.java 968 int next_i = i + inc; local
    [all...]
  /external/icu/icu4c/source/common/
umutablecptrie.cpp 961 int32_t next_i = i + inc; local
962 for (int32_t j = i + 1; j < next_i; ++j) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
mrhoist.c     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
control_flow_ops_py_test.py 314 next_i = control_flow_ops.next_iteration(add_i)
315 merge_i.op._update_input(1, next_i)
341 next_i = control_flow_ops.next_iteration(add_i)
342 merge_i.op._update_input(1, next_i)
    [all...]

Completed in 1726 milliseconds