Home
last modified time | relevance | path

Searched refs:numValues (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dyaffs2.c160 ulong numValues; in do_ywr() local
169 numValues = simple_strtoul(argv[3], NULL, 16); in do_ywr()
171 printf("Writing value (%lx) %lx times to %s... ", value, numValues, in do_ywr()
174 cmd_yaffs_write_file(filename, value, numValues); in do_ywr()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dminiflann.hpp74 std::vector<double>& numValues) const;