Home
last modified time | relevance | path

Searched refs:rowidx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/person_detection/himax_driver/
DHM01B0_optimized.c68 uint32_t rowidx = 0; in hm01b0_blocking_read_oneframe_scaled() local
78 const uint32_t output_x = (rowidx++ - offset_x) >> kStrideShift; in hm01b0_blocking_read_oneframe_scaled()
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-reuse.ll99 %rowidx = phi i32 [ 0, %entry ], [ %row.inc, %loop ]
101 %diagidx = add nsw i32 %rowidx, %i
108 %row.inc = add nsw i32 %rowidx, %ilead
133 %rowidx = phi i32 [ 0, %entry ], [ %row.inc, %loop ]
135 %diagidx = add nsw i32 %rowidx, %i
142 %row.inc = add nsw i32 %rowidx, %ilead
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dlftr-reuse.ll165 %rowidx = phi i32 [ 0, %entry ], [ %row.inc, %loop ]
167 %diagidx = add nsw i32 %rowidx, %i
176 %row.inc = add nsw i32 %rowidx, %ilead
207 %rowidx = phi i32 [ 0, %entry ], [ %row.inc, %loop ]
209 %diagidx = add nsw i32 %rowidx, %i
216 %row.inc = add nsw i32 %rowidx, %ilead
/external/openssh/
Dxmss_fast.c455 unsigned int offset, rowidx; in bds_round() local
500 rowidx = ((leaf_idx >> i) - 1) >> 1; in bds_round()
501 memcpy(state->auth + i * n, state->retain + (offset + rowidx) * n, n); in bds_round()