HomeSort by relevance Sort by last modified time
    Searched defs:save_value (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
saving.h 126 void save_value(FILE* stream, const T& value, size_t count = 1) function in namespace:cvflann
132 void save_value(FILE* stream, const cvflann::Matrix<T>& value) function in namespace:cvflann
139 void save_value(FILE* stream, const std::vector<T>& value) function in namespace:cvflann
  /system/extras/crypto-perf/
crypto.cpp 36 int *save_value = NULL; local
38 save_value = &cmd_data->cpu_to_lock;
40 save_value = &cmd_data->locked_freq;
45 if (save_value) {
55 *save_value = (int)strtol(argv[++i], NULL, 0);
  /system/extras/micro_bench/
micro_bench.cpp 691 int *save_value = NULL; local
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 4458 class save_value class in namespace:__cxxabiv1::__anon15431
4463 save_value(T& restore) function in class:__cxxabiv1::__anon15431::save_value
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 4454 class save_value class in namespace:__cxxabiv1::__anon35243
4459 save_value(T& restore) function in class:__cxxabiv1::__anon35243::save_value
    [all...]

Completed in 122 milliseconds