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

  /external/brotli/c/fuzz/
decode_fuzzer.cc 30 size_t next_i = i + addend; local
31 if (next_i > size)
32 next_i = size;
33 size_t avail_in = next_i - i;
34 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/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/compiler/tf2xla/lib/
triangular_solve.cc 540 auto next_i = bodyb->Add(i, bodyb->ConstantR0<int32>(transpose_a ? -1 : 1)); local
541 bodyb->Tuple({next_i, body_out, body_a, body_b});
  /external/v8/src/builtins/
builtins-regexp.cc 2323 Node* const next_i = IntPtrAdd(i, int_one); local
    [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 291 next_i = control_flow_ops.next_iteration(add_i)
292 merge_i.op._update_input(1, next_i)
317 next_i = control_flow_ops.next_iteration(add_i)
318 merge_i.op._update_input(1, next_i)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-arm.c 7417 unsigned int next_i = i + 4; local
    [all...]

Completed in 1925 milliseconds