Home
last modified time | relevance | path

Searched refs:max_j (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Dcpu_test.cc74 int64_t max_j = 1000 / grpc_test_slowdown_factor(); in worker_thread() local
77 for (j = 0; j < max_j; j++) { in worker_thread()
/external/e2fsprogs/misc/
De2undo.c501 size_t j, max_j; in main() local
536 max_j = undo_ctx.num_keys - i; in main()
537 if (max_j > keys_per_block) in main()
538 max_j = keys_per_block; in main()
540 j < max_j; in main()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SegmentMax.pbtxt24 \\(output_i = \max_j(data_j)\\) where `max` is over `j` such
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c617 size_t j, max_j; in try_reopen_undo_file() local
642 max_j = data->num_keys - i; in try_reopen_undo_file()
643 if (max_j > keys_per_block) in try_reopen_undo_file()
644 max_j = keys_per_block; in try_reopen_undo_file()
646 j < max_j; in try_reopen_undo_file()
/external/pdfium/third_party/libopenjpeg20/
Ddwt.c1336 OPJ_UINT32 max_j; member
1346 for (j = job->min_j; j < job->max_j; j++) { in opj_dwt_decode_h_func()
1360 OPJ_UINT32 max_j; member
1370 for (j = job->min_j; j + PARALLEL_COLS_53 <= job->max_j; in opj_dwt_decode_v_func()
1375 if (j < job->max_j) in opj_dwt_decode_v_func()
1377 (OPJ_INT32)(job->max_j - j)); in opj_dwt_decode_v_func()
1474 job->max_j = (j + 1U) * step_j; /* this can overflow */ in opj_dwt_decode_tile()
1476 job->max_j = rh; in opj_dwt_decode_tile()
1529 job->max_j = (j + 1U) * step_j; /* this can overflow */ in opj_dwt_decode_tile()
1531 job->max_j = rw; in opj_dwt_decode_tile()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c5796 sljit_s32 i, j, max_i = 0, max_j = 0; in check_fast_forward_char_pair_simd() local
5824 max_j = j; in check_fast_forward_char_pair_simd()
5835 …n, max_i, chars[max_i].chars[0], chars[max_i].chars[1], max_j, chars[max_j].chars[0], chars[max_j]… in check_fast_forward_char_pair_simd()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td12974 \\(output_i = \max_j(data_j)\\) where `max` is over `j` such