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

  /external/opencv3/modules/core/test/
test_ds.cpp 336 int struct_count, max_struct_size, iterations, generations; member in class:Core_DynStructBaseTest
351 struct_count = 2;
393 struct_count = cvReadInt( find_param( fs, "struct_count" ), struct_count );
407 struct_count = cvtest::clipInt( struct_count, 1, 100 );
520 vector<CvSeqWriter> writer(struct_count);
521 vector<int> pos(struct_count);
522 vector<int> index(struct_count);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 689 static int struct_count = 0; local
691 sprintf (fake, ".fake_stag%d", struct_count++);
    [all...]

Completed in 45 milliseconds