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

  /external/curl/src/
tool_urlglob.h 50 unsigned long max_n; member in struct:__anon10094::__anon10095::__anon10098
tool_urlglob.c 232 unsigned long max_n = 0; local
259 max_n = strtoul(pattern, &endp, 10);
280 if(!endp || (min_n > max_n) || (step_n > (max_n - min_n)) ||
288 pat->content.NumRange.max_n = max_n;
291 if(multiply(amount, (pat->content.NumRange.max_n -
522 if(pat->content.NumRange.ptr_n > pat->content.NumRange.max_n) {
  /external/gemmlowp/test/
correctness_meta_gemm.cc 199 const std::int32_t max_n = 1024; local
204 std::uint8_t* right = new std::uint8_t[max_n * max_k];
205 std::uint8_t* result = new std::uint8_t[max_m * max_n];
206 float* result_float = new float[max_m * max_n];
215 for (int n = min_n; n < max_n; n += 128) {
225 for (int n = min_n; n < max_n; n += 128) {
  /external/v8/src/
string-search.h 213 const int max_n = (subject.length() - pattern.length() + 1); local
219 DCHECK_GE(max_n - pos, 0);
222 (max_n - pos) * sizeof(SubjectChar)));
227 } while (++pos < max_n);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 418 uptr max_n; member in struct:__sanitizer::DlIteratePhdrData
424 if (data->current_n == data->max_n)
  /toolchain/binutils/binutils-2.25/opcodes/
sh-dis.c 508 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4; local
516 for (n = 0; n < max_n; n++)
  /external/opencv/cv/src/
cvhough.cpp 559 int max_val = threshold-1, max_n = 0; local
587 max_n = n;
597 a = -ttab[max_n*2+1];
598 b = ttab[max_n*2];
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 498 int max_val = threshold-1, max_n = 0;
523 max_n = n;
533 a = -ttab[max_n*2+1];
534 b = ttab[max_n*2];
    [all...]

Completed in 927 milliseconds