Searched refs:t_flag (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
H A Dbadblocks.c75 static int t_flag; /* number of test patterns */ variable
496 if (t_flag) {
512 if (t_flag) {
521 if (!t_flag && (s_flag || v_flag))
546 if (t_flag) {
617 if (t_flag) {
619 nr_pattern = t_flag;
802 if (t_flag) {
804 nr_pattern = t_flag;
1130 if (t_flag
[all...]
/external/vboot_reference/futility/
H A Dcmd_show.c42 int t_flag; member in struct:local_data_s
643 option.t_flag = 1;
684 if (option.t_flag) {
/external/opencv3/modules/core/test/
H A Dtest_math.cpp1152 int flags, t_flag, len, count; member in class:Core_CovarMatrixTest
1158 flags(0), t_flag(0), len(0), count(0), are_images(false)
1177 t_flag = (bits & 256) != 0;
1181 if( !t_flag )
1196 if( single_matrix && t_flag )
1203 sizes[INPUT_OUTPUT][0] = sizes[REF_INPUT_OUTPUT][0] = !t_flag ? Size(len,1) : Size(1,len);
1241 if( !t_flag )
1304 t_flag ^ ((flags & CV_COVAR_NORMAL) != 0) ? CV_GEMM_A_T : CV_GEMM_B_T );

Completed in 188 milliseconds